diff --git a/.changeset/bright-ravens-remain.md b/.changeset/bright-ravens-remain.md deleted file mode 100644 index 77afdfbdc..000000000 --- a/.changeset/bright-ravens-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bugfix: improve CSS import order diff --git a/.changeset/clever-suits-hide.md b/.changeset/clever-suits-hide.md deleted file mode 100644 index 31fdb518b..000000000 --- a/.changeset/clever-suits-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bugfix: CSS import ordering, empty CSS output on build diff --git a/.changeset/dull-parents-speak.md b/.changeset/dull-parents-speak.md deleted file mode 100644 index 90a63e0ad..000000000 --- a/.changeset/dull-parents-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes invalidation of proxy module (inline script modules) diff --git a/.changeset/gorgeous-clocks-leave.md b/.changeset/gorgeous-clocks-leave.md deleted file mode 100644 index de81c9106..000000000 --- a/.changeset/gorgeous-clocks-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updates Astro.resolve to return project-relative paths diff --git a/.changeset/many-schools-grab.md b/.changeset/many-schools-grab.md deleted file mode 100644 index 92c3041eb..000000000 --- a/.changeset/many-schools-grab.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'astro': patch -'@astrojs/renderer-preact': patch -'@astrojs/renderer-react': patch -'@astrojs/renderer-svelte': patch -'@astrojs/renderer-vue': patch -'@astrojs/renderer-solid': patch ---- - -Fix behavior of renderers when no children are passed in diff --git a/.changeset/proud-yaks-smile.md b/.changeset/proud-yaks-smile.md deleted file mode 100644 index bb8ee93a9..000000000 --- a/.changeset/proud-yaks-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bugfix: allow special characters in filenames diff --git a/.changeset/rare-jars-dance.md b/.changeset/rare-jars-dance.md deleted file mode 100644 index 5c4ae440a..000000000 --- a/.changeset/rare-jars-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where void elements are rendered with opening and closing tags. diff --git a/.changeset/two-geckos-rhyme.md b/.changeset/two-geckos-rhyme.md deleted file mode 100644 index 62f2946fc..000000000 --- a/.changeset/two-geckos-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improving build validation and error messages for client hydration directives diff --git a/.changeset/wise-icons-tell.md b/.changeset/wise-icons-tell.md deleted file mode 100644 index f2d915237..000000000 --- a/.changeset/wise-icons-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bugfix: allow dynamic importing of rehype plugins diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index e7ef3db11..32502319a 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.6" + "astro": "^0.21.7" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 11677d15d..cd88ae834 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 85a1c23c3..aef23e7c1 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "@docsearch/react": "^1.0.0-alpha.27" }, "devDependencies": { - "astro": "^0.21.6", + "astro": "^0.21.7", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index f4ef5734d..8447e7d8d 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.6" + "astro": "^0.21.7" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index aa7b246b9..d62def984 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.2.0", - "astro": "^0.21.6" + "@astrojs/renderer-solid": "^0.2.1", + "astro": "^0.21.7" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 7e5bbf023..e4acab342 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 28593e770..6bffabd80 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 71272a003..783a6152c 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.2.0", - "astro": "^0.21.6" + "@astrojs/renderer-solid": "^0.2.1", + "astro": "^0.21.7" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index b4b3effe3..73cbfa2d3 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 28ffa0555..735cf821f 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index fe3f5e20c..eff3bab21 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index c0b7787e8..558fc9eae 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 10c0db9eb..86bd692bf 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index c81cf0b7d..8d232e170 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 4793cc29c..937b44ac0 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 47c89023c..44eabcc62 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.6", + "astro": "^0.21.7", "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 c8122b520..83324f86b 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index e8eab0ed3..2af312cf3 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -15,7 +15,7 @@ "nanostores": "^0.5.6" }, "devDependencies": { - "@astrojs/renderer-solid": "^0.2.0", - "astro": "^0.21.6" + "@astrojs/renderer-solid": "^0.2.1", + "astro": "^0.21.7" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 07bee7066..61bee6118 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6", + "astro": "^0.21.7", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 800b47428..907222eb6 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.6", + "astro": "^0.21.7", "vite-plugin-pwa": "^0.11.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 1f54ce092..6151dfbf3 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,33 @@ # astro +## 0.21.7 + +### Patch Changes + +- [#2065](https://github.com/withastro/astro/pull/2065) [`c6e4e283`](https://github.com/withastro/astro/commit/c6e4e2831e122cced890dfad47825fab3bd32db9) Thanks [@drwpow](https://github.com/drwpow)! - Bugfix: improve CSS import order + +* [#2081](https://github.com/withastro/astro/pull/2081) [`62a5e98c`](https://github.com/withastro/astro/commit/62a5e98c9008a1ac88c3c38db64b74723f8fd422) Thanks [@drwpow](https://github.com/drwpow)! - Bugfix: CSS import ordering, empty CSS output on build + +- [#2086](https://github.com/withastro/astro/pull/2086) [`2a2eaadc`](https://github.com/withastro/astro/commit/2a2eaadc2f5ca0ac88eb3fd987881a47b41e9bdd) Thanks [@matthewp](https://github.com/matthewp)! - Fixes invalidation of proxy module (inline script modules) + +* [#2048](https://github.com/withastro/astro/pull/2048) [`1301f3da`](https://github.com/withastro/astro/commit/1301f3daa9991078652577f2addf4aaad6014712) Thanks [@matthewp](https://github.com/matthewp)! - Updates Astro.resolve to return project-relative paths + +- [#2078](https://github.com/withastro/astro/pull/2078) [`ac3e8702`](https://github.com/withastro/astro/commit/ac3e870280e983a7977da79b6eec0568d38d8420) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix behavior of renderers when no children are passed in + +* [#2091](https://github.com/withastro/astro/pull/2091) [`0a826c99`](https://github.com/withastro/astro/commit/0a826c999c8ee30d5ee2ae61ac4165fb9797da70) Thanks [@drwpow](https://github.com/drwpow)! - Bugfix: allow special characters in filenames + +- [#2064](https://github.com/withastro/astro/pull/2064) [`5bda895f`](https://github.com/withastro/astro/commit/5bda895fcb7d1aa21223aa89d33912f97716c3ab) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Fixes an issue where void elements are rendered with opening and closing tags. + +* [#2076](https://github.com/withastro/astro/pull/2076) [`920d3da1`](https://github.com/withastro/astro/commit/920d3da135f29a3b4229aa7166902ae00be0a51f) Thanks [@tony-sull](https://github.com/tony-sull)! - Improving build validation and error messages for client hydration directives + +- [#2075](https://github.com/withastro/astro/pull/2075) [`b348ca6c`](https://github.com/withastro/astro/commit/b348ca6c9fbc13dcf49718c7b3335f06b1ea0982) Thanks [@drwpow](https://github.com/drwpow)! - Bugfix: allow dynamic importing of rehype plugins + +- Updated dependencies [[`ac3e8702`](https://github.com/withastro/astro/commit/ac3e870280e983a7977da79b6eec0568d38d8420)]: + - @astrojs/renderer-preact@0.3.1 + - @astrojs/renderer-react@0.3.1 + - @astrojs/renderer-svelte@0.2.2 + - @astrojs/renderer-vue@0.2.1 + ## 0.21.6 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 3bd86abab..b1e9f79d0 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.21.6", + "version": "0.21.7", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "author": "withastro", "license": "MIT", @@ -59,10 +59,10 @@ "@astrojs/language-server": "^0.7.16", "@astrojs/markdown-remark": "^0.5.0", "@astrojs/prism": "0.3.0", - "@astrojs/renderer-preact": "^0.3.0", - "@astrojs/renderer-react": "0.3.0", - "@astrojs/renderer-svelte": "0.2.1", - "@astrojs/renderer-vue": "0.2.0", + "@astrojs/renderer-preact": "^0.3.1", + "@astrojs/renderer-react": "0.3.1", + "@astrojs/renderer-svelte": "0.2.2", + "@astrojs/renderer-vue": "0.2.1", "@babel/core": "^7.15.8", "@babel/traverse": "^7.15.4", "@proload/core": "^0.2.1", diff --git a/packages/renderers/renderer-preact/CHANGELOG.md b/packages/renderers/renderer-preact/CHANGELOG.md index 06223ec0f..717b7e688 100644 --- a/packages/renderers/renderer-preact/CHANGELOG.md +++ b/packages/renderers/renderer-preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-preact +## 0.3.1 + +### Patch Changes + +- [#2078](https://github.com/withastro/astro/pull/2078) [`ac3e8702`](https://github.com/withastro/astro/commit/ac3e870280e983a7977da79b6eec0568d38d8420) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix behavior of renderers when no children are passed in + ## 0.3.0 ### Minor Changes diff --git a/packages/renderers/renderer-preact/package.json b/packages/renderers/renderer-preact/package.json index 3744fa3c4..3e893c7ae 100644 --- a/packages/renderers/renderer-preact/package.json +++ b/packages/renderers/renderer-preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/renderer-preact", "description": "Use Preact components within Astro", - "version": "0.3.0", + "version": "0.3.1", "repository": { "type": "git", "url": "https://github.com/withastro/astro.git", diff --git a/packages/renderers/renderer-react/CHANGELOG.md b/packages/renderers/renderer-react/CHANGELOG.md index 2dbc3023b..028506d71 100644 --- a/packages/renderers/renderer-react/CHANGELOG.md +++ b/packages/renderers/renderer-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-react +## 0.3.1 + +### Patch Changes + +- [#2078](https://github.com/withastro/astro/pull/2078) [`ac3e8702`](https://github.com/withastro/astro/commit/ac3e870280e983a7977da79b6eec0568d38d8420) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix behavior of renderers when no children are passed in + ## 0.3.0 ### Minor Changes diff --git a/packages/renderers/renderer-react/package.json b/packages/renderers/renderer-react/package.json index 19e1c8eea..5ce51e84d 100644 --- a/packages/renderers/renderer-react/package.json +++ b/packages/renderers/renderer-react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/renderer-react", "description": "Use React components within Astro", - "version": "0.3.0", + "version": "0.3.1", "repository": { "type": "git", "url": "https://github.com/withastro/astro.git", diff --git a/packages/renderers/renderer-solid/CHANGELOG.md b/packages/renderers/renderer-solid/CHANGELOG.md index c7c75bb66..9b80e516e 100644 --- a/packages/renderers/renderer-solid/CHANGELOG.md +++ b/packages/renderers/renderer-solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-solid +## 0.2.1 + +### Patch Changes + +- [#2078](https://github.com/withastro/astro/pull/2078) [`ac3e8702`](https://github.com/withastro/astro/commit/ac3e870280e983a7977da79b6eec0568d38d8420) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix behavior of renderers when no children are passed in + ## 0.2.0 ### Minor Changes diff --git a/packages/renderers/renderer-solid/package.json b/packages/renderers/renderer-solid/package.json index b1221f270..15b3cba36 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.2.0", + "version": "0.2.1", "description": "Use Solid components within Astro", "repository": { "type": "git", diff --git a/packages/renderers/renderer-svelte/CHANGELOG.md b/packages/renderers/renderer-svelte/CHANGELOG.md index c79baa5e5..523a3b878 100644 --- a/packages/renderers/renderer-svelte/CHANGELOG.md +++ b/packages/renderers/renderer-svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-svelte +## 0.2.2 + +### Patch Changes + +- [#2078](https://github.com/withastro/astro/pull/2078) [`ac3e8702`](https://github.com/withastro/astro/commit/ac3e870280e983a7977da79b6eec0568d38d8420) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix behavior of renderers when no children are passed in + ## 0.2.1 ### Patch Changes diff --git a/packages/renderers/renderer-svelte/package.json b/packages/renderers/renderer-svelte/package.json index 042ce351e..1c7b75bfa 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.1", + "version": "0.2.2", "description": "Use Svelte components within Astro", "repository": { "type": "git", diff --git a/packages/renderers/renderer-vue/CHANGELOG.md b/packages/renderers/renderer-vue/CHANGELOG.md index 9c5974665..ae84f6900 100644 --- a/packages/renderers/renderer-vue/CHANGELOG.md +++ b/packages/renderers/renderer-vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-vue +## 0.2.1 + +### Patch Changes + +- [#2078](https://github.com/withastro/astro/pull/2078) [`ac3e8702`](https://github.com/withastro/astro/commit/ac3e870280e983a7977da79b6eec0568d38d8420) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix behavior of renderers when no children are passed in + ## 0.2.0 ### Minor Changes diff --git a/packages/renderers/renderer-vue/package.json b/packages/renderers/renderer-vue/package.json index 073518b51..99c7bdf64 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.2.0", + "version": "0.2.1", "description": "Use Vue components within Astro", "repository": { "type": "git", diff --git a/www/package.json b/www/package.json index 30ef8d900..b9559e5bd 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.6" + "astro": "^0.21.7" } }