chore: release @astrojs/renderer-svelte@0.2.3

This commit is contained in:
Nate Moore 2021-12-16 17:36:48 -06:00
parent b8be7e868e
commit 810aeb321a
27 changed files with 37 additions and 34 deletions

View file

@ -1,5 +0,0 @@
---
'astro': minor
---
Replaced `fetch` walk-n-replace with globalThis polyfill

View file

@ -1,5 +0,0 @@
---
'@astrojs/renderer-svelte': patch
---
Pin `@sveltejs/vite-plugin-svelte` to `1.0.0-next.30` for now

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -12,6 +12,6 @@
"@docsearch/react": "^1.0.0-alpha.28"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.2.1",
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.1",
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.1",
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12",
"astro": "^0.21.13",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -17,6 +17,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.1",
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12",
"astro": "^0.21.13",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
}

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12",
"astro": "^0.21.13",
"vite-plugin-pwa": "0.11.5"
}
}

View file

@ -1,5 +1,12 @@
# astro
## 0.21.13
### Patch Changes
- Updated dependencies [[`b8c821a0`](https://github.com/withastro/astro/commit/b8c821a0743ed004691eae0eea471a368d2fa35f)]:
- @astrojs/renderer-svelte@0.2.3
## 0.21.12
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.21.12",
"version": "0.21.13",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@ -62,7 +62,7 @@
"@astrojs/prism": "0.3.0",
"@astrojs/renderer-preact": "^0.3.1",
"@astrojs/renderer-react": "0.3.1",
"@astrojs/renderer-svelte": "0.2.2",
"@astrojs/renderer-svelte": "0.2.3",
"@astrojs/renderer-vue": "0.2.1",
"@astropub/webapi": "^0.4.0",
"@babel/core": "^7.15.8",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-svelte
## 0.2.3
### Patch Changes
- [#2216](https://github.com/withastro/astro/pull/2216) [`b8c821a0`](https://github.com/withastro/astro/commit/b8c821a0743ed004691eae0eea471a368d2fa35f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Pin `@sveltejs/vite-plugin-svelte` to `1.0.0-next.30` for now
## 0.2.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-svelte",
"version": "0.2.2",
"version": "0.2.3",
"description": "Use Svelte components within Astro",
"type": "module",
"author": "withastro",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.21.12"
"astro": "^0.21.13"
}
}