diff --git a/.changeset/pre.json b/.changeset/pre.json index b316621792ed..5a9f47afd941 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -46,6 +46,7 @@ }, "changesets": [ "afraid-crabs-heal", + "angry-apricots-invite", "brown-dancers-perform", "calm-suns-give", "chatty-spies-wink", @@ -54,6 +55,8 @@ "four-mirrors-wonder", "fresh-moose-compare", "grumpy-chefs-judge", + "loud-seals-camp", + "many-berries-bake", "many-oranges-retire", "mighty-lamps-drive", "nasty-lions-exist", diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 1b4fbd9698cb..eee91b0b5e01 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.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 67f0be2eb4ba..23f671a45cb2 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 7641f805b645..0bf493ced90f 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/component/package.json b/examples/component/package.json index 21af44c924f8..b1e19b3f3b9c 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -12,6 +12,6 @@ "serve": "astro --project-root demo preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 276a9f453303..c99c3c4ebf8c 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.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json index 9123c8d7f493..19f9680fe480 100644 --- a/examples/fast-build/package.json +++ b/examples/fast-build/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3", + "astro": "^0.23.0-next.4", "preact": "~10.5.15", "unocss": "^0.15.5", "vite-imagetools": "^4.0.1" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index c88af74fcc87..d0073def368a 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 93e2f0f87b55..3e154b9e6607 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.3.1", - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 7880e053e494..ecc8085c1ec9 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.3.1", - "astro": "^0.23.0-next.3" + "@astrojs/renderer-solid": "^0.4.0-next.0", + "astro": "^0.23.0-next.4" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ca6598e315b1..eb6699caaf08 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 301c98c5c083..bcad036392ba 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index e02d6a402cd0..087fd7818bbe 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.3.1", - "astro": "^0.23.0-next.3" + "@astrojs/renderer-solid": "^0.4.0-next.0", + "astro": "^0.23.0-next.4" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 6797ece3c413..647f22f028a7 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index c9d71f3c83c1..269a24d09269 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 7b829403b95f..75d4aba18f5f 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 54d4b1b4a88e..47758ec815dd 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 1d9e800ddbd9..220c283895fc 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 453b4d9f0ddb..d7add14bccba 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index de1b1d892e01..ad6175186b52 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index bf752a78e0ec..0b1bd45c08f8 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.23.0-next.3", + "astro": "^0.23.0-next.4", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 1d3c67525126..42295c0cd0aa 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 3580b8ba9850..1d43e08c0d00 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3" + "astro": "^0.23.0-next.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index a06f701f2550..612a4b562f80 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,7 +16,7 @@ "solid-nanostores": "0.0.6" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.3.1", - "astro": "^0.23.0-next.3" + "@astrojs/renderer-solid": "^0.4.0-next.0", + "astro": "^0.23.0-next.4" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 6b9e28080433..07a1e3806b5c 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0-next.3", + "astro": "^0.23.0-next.4", "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 f6b72df863c4..3e73abdf4862 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.23.0-next.3", + "astro": "^0.23.0-next.4", "vite-plugin-pwa": "0.11.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index d3d6f04774de..d5d720a5e164 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,19 @@ # astro +## 0.23.0-next.4 + +### Minor Changes + +- [#2424](https://github.com/withastro/astro/pull/2424) [`1abb9ed0`](https://github.com/withastro/astro/commit/1abb9ed0800989f47351cc916f19fd8e0672e2c0) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Upgrade `vite` to `2.8.x`, unvendoring `vite` and bringing Astro up-to-date with the ecosystem + +### Patch Changes + +- [#2424](https://github.com/withastro/astro/pull/2424) [`1abb9ed0`](https://github.com/withastro/astro/commit/1abb9ed0800989f47351cc916f19fd8e0672e2c0) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes HMR of CSS that is imported from astro, when using the static build flag + +- Updated dependencies [[`1abb9ed0`](https://github.com/withastro/astro/commit/1abb9ed0800989f47351cc916f19fd8e0672e2c0)]: + - @astrojs/renderer-svelte@0.4.0-next.0 + - @astrojs/renderer-vue@0.4.0-next.0 + ## 0.23.0-next.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 37af252838d2..e76c9a53858f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.23.0-next.3", + "version": "0.23.0-next.4", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -61,8 +61,8 @@ "@astrojs/prism": "0.4.0", "@astrojs/renderer-preact": "^0.4.0", "@astrojs/renderer-react": "0.4.1", - "@astrojs/renderer-svelte": "0.3.1", - "@astrojs/renderer-vue": "0.3.0", + "@astrojs/renderer-svelte": "0.4.0-next.0", + "@astrojs/renderer-vue": "0.4.0-next.0", "@astropub/webapi": "^0.10.1", "@babel/core": "^7.15.8", "@babel/traverse": "^7.15.4", diff --git a/packages/renderers/renderer-solid/CHANGELOG.md b/packages/renderers/renderer-solid/CHANGELOG.md index 9497e34256ca..ec7a16086d34 100644 --- a/packages/renderers/renderer-solid/CHANGELOG.md +++ b/packages/renderers/renderer-solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-solid +## 0.4.0-next.0 + +### Minor Changes + +- [#2424](https://github.com/withastro/astro/pull/2424) [`1abb9ed0`](https://github.com/withastro/astro/commit/1abb9ed0800989f47351cc916f19fd8e0672e2c0) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Upgrade to vite@2.8.x + ## 0.3.1 ### Patch Changes diff --git a/packages/renderers/renderer-solid/package.json b/packages/renderers/renderer-solid/package.json index b8271e305ec9..6be0fab736d1 100644 --- a/packages/renderers/renderer-solid/package.json +++ b/packages/renderers/renderer-solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/renderer-solid", - "version": "0.3.1", + "version": "0.4.0-next.0", "description": "Use Solid components within Astro", "type": "module", "author": "withastro", diff --git a/packages/renderers/renderer-svelte/CHANGELOG.md b/packages/renderers/renderer-svelte/CHANGELOG.md index a0bbd388a9da..415a5ab8e8e6 100644 --- a/packages/renderers/renderer-svelte/CHANGELOG.md +++ b/packages/renderers/renderer-svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-svelte +## 0.4.0-next.0 + +### Minor Changes + +- [#2424](https://github.com/withastro/astro/pull/2424) [`1abb9ed0`](https://github.com/withastro/astro/commit/1abb9ed0800989f47351cc916f19fd8e0672e2c0) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Upgrade to vite@2.8.x + ## 0.3.1 ### Patch Changes diff --git a/packages/renderers/renderer-svelte/package.json b/packages/renderers/renderer-svelte/package.json index c96c47a9724f..7a4fe388b78a 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.3.1", + "version": "0.4.0-next.0", "description": "Use Svelte components within Astro", "type": "module", "author": "withastro", diff --git a/packages/renderers/renderer-vue/CHANGELOG.md b/packages/renderers/renderer-vue/CHANGELOG.md index b9a0d3b4f5e4..b4a3032bef1a 100644 --- a/packages/renderers/renderer-vue/CHANGELOG.md +++ b/packages/renderers/renderer-vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-vue +## 0.4.0-next.0 + +### Minor Changes + +- [#2424](https://github.com/withastro/astro/pull/2424) [`1abb9ed0`](https://github.com/withastro/astro/commit/1abb9ed0800989f47351cc916f19fd8e0672e2c0) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Upgrade to vite@2.8.x + ## 0.3.0 ### Minor Changes diff --git a/packages/renderers/renderer-vue/package.json b/packages/renderers/renderer-vue/package.json index 97edb22ed1c5..fae9e9d26ffc 100644 --- a/packages/renderers/renderer-vue/package.json +++ b/packages/renderers/renderer-vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/renderer-vue", - "version": "0.3.0", + "version": "0.4.0-next.0", "description": "Use Vue components within Astro", "type": "module", "author": "withastro",