diff --git a/.changeset/clever-years-appear.md b/.changeset/clever-years-appear.md deleted file mode 100644 index 275faecf8e..0000000000 --- a/.changeset/clever-years-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': minor ---- - -Replaced `fetch` walk-n-replace with globalThis polyfill diff --git a/.changeset/shiny-dodos-relax.md b/.changeset/shiny-dodos-relax.md deleted file mode 100644 index 262ffff29f..0000000000 --- a/.changeset/shiny-dodos-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/renderer-svelte': patch ---- - -Pin `@sveltejs/vite-plugin-svelte` to `1.0.0-next.30` for now diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 93b32997d2..be4d5c389b 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index ef2ee4b102..7abfb54699 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 076ae0cfe2..33105db0ed 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,6 +12,6 @@ "@docsearch/react": "^1.0.0-alpha.28" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index e0739b7f9f..43b2769bf6 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.2.1", - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e4e8bd3ca7..a83881429f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 483b01cb26..339cec6e56 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 16afc684f5..f1ea5c0768 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 9d5e5fd71d..f1ce217f1a 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 62f04c997d..37d9756be9 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 43e8f484f1..971f6df3f7 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index f501c90a36..9a36f9b4a6 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index d3143778a2..c84db47cc1 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index f175507ad6..aa885b361f 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 5f636bd7c8..c70348543a 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 9d1e766849..6c4f48dffe 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 3b4d3bcaf4..d309b023cc 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -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", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 7cd5fa718b..79a0d2f4b7 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 17f56716bc..9668365f1b 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -17,6 +17,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.12" + "astro": "^0.21.13" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index b00237f8c1..db753e6367 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12", + "astro": "^0.21.13", "autoprefixer": "^10.4.0", "tailwindcss": "^3.0.5" } diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index de637bf512..37c3becba5 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12", + "astro": "^0.21.13", "vite-plugin-pwa": "0.11.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 9e917d305b..414c1b9aa1 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -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 diff --git a/packages/astro/package.json b/packages/astro/package.json index 2e8698df5c..c7cad077fc 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -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", diff --git a/packages/renderers/renderer-svelte/CHANGELOG.md b/packages/renderers/renderer-svelte/CHANGELOG.md index 523a3b878d..59208c6833 100644 --- a/packages/renderers/renderer-svelte/CHANGELOG.md +++ b/packages/renderers/renderer-svelte/CHANGELOG.md @@ -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 diff --git a/packages/renderers/renderer-svelte/package.json b/packages/renderers/renderer-svelte/package.json index 4d72fec2eb..e60514a403 100644 --- a/packages/renderers/renderer-svelte/package.json +++ b/packages/renderers/renderer-svelte/package.json @@ -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", diff --git a/www/package.json b/www/package.json index e2cbb49d19..c72269d398 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.12" + "astro": "^0.21.13" } }