From ce7e2580a2e5adb02014edff6e321d0497b1e8a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Jan 2022 17:14:33 +0000 Subject: [PATCH] [ci] release --- .changeset/fuzzy-peas-nail.md | 5 ---- .changeset/yellow-dolphins-buy.md | 5 ---- examples/blog-multiple-authors/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 2 +- examples/fast-build/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/minimal/package.json | 2 +- examples/portfolio-svelte/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/starter/package.json | 2 +- examples/subpath/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown/package.json | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 25 +++++++++++++------ packages/astro/package.json | 4 +-- .../renderers/renderer-react/CHANGELOG.md | 6 +++++ .../renderers/renderer-react/package.json | 2 +- 30 files changed, 50 insertions(+), 45 deletions(-) delete mode 100644 .changeset/fuzzy-peas-nail.md delete mode 100644 .changeset/yellow-dolphins-buy.md diff --git a/.changeset/fuzzy-peas-nail.md b/.changeset/fuzzy-peas-nail.md deleted file mode 100644 index 969d58bb5c9dd..0000000000000 --- a/.changeset/fuzzy-peas-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/renderer-react': patch ---- - -Fix for using the React renderer with the static build diff --git a/.changeset/yellow-dolphins-buy.md b/.changeset/yellow-dolphins-buy.md deleted file mode 100644 index 63589b5621720..0000000000000 --- a/.changeset/yellow-dolphins-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Hydrated component fix with the static build diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 8541244b65e12..86b15a2eab220 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.22.11" + "astro": "^0.22.12" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index aa303a21c4cc8..b0b9f71f2ee40 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 75dc7c693f5d3..7bf59ea34abe9 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/component/package.json b/examples/component/package.json index b52be5b5ab49c..78fa5c430ac58 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -12,6 +12,6 @@ "serve": "astro --project-root demo preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 1267a66d361ff..df8be8a43cd7c 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.22.11" + "astro": "^0.22.12" } } diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json index 59f0ad53ec2e8..093777f0b3ba6 100644 --- a/examples/fast-build/package.json +++ b/examples/fast-build/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11", + "astro": "^0.22.12", "unocss": "^0.15.5", "vite-imagetools": "^4.0.1" } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index c0d47ca68f7a6..25bafe4a0ebcc 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index fec52dff457b8..d2e6613565c44 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.3.0", - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index a04de78d598ba..0c16129290cab 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.3.1", - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 05dbbed29b0bc..12acd2ea14e4b 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index c5a3a0cebba43..e204786a3418b 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 0985792f1bc50..692a6ebf38b45 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.3.1", - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 8c2e08e3d0e3b..42c7bcb436468 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index eac4c7c8f5bef..2781ff68a95e7 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 1bd3a541ca974..4251fba68c906 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index ec662d1d387bf..0ca4c06fda7e7 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 79a3de46179cc..58688b19a931d 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index c3bf09d04cbc1..703eb6375d9f0 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 619c303a9609b..2c7f7a51379f4 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 39fd6043d4f56..ca8deaa92f1fd 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.22.11", + "astro": "^0.22.12", "hast-util-select": "5.0.1", "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 d1cec0c2fe95e..bf38167c738ed 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index c6f77954f1800..d4fcc4c6c586e 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -17,6 +17,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.3.1", - "astro": "^0.22.11" + "astro": "^0.22.12" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 2ed8894eac5b4..465c860d9f9bb 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.11", + "astro": "^0.22.12", "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 3fcf9f5ee409d..76980f3aa2c1f 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.22.11", + "astro": "^0.22.12", "vite-plugin-pwa": "0.11.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 3d5e226f45c7a..c4016610454d4 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # astro +## 0.22.12 + +### Patch Changes + +- [#2373](https://github.com/withastro/astro/pull/2373) [`92532b88`](https://github.com/withastro/astro/commit/92532b88820bc45f3f02bca0054e8433c3f7a743) Thanks [@matthewp](https://github.com/matthewp)! - Hydrated component fix with the static build + +- Updated dependencies [[`20eaddb2`](https://github.com/withastro/astro/commit/20eaddb2a723253c7fbde3e56955a549bdf3f342)]: + - @astrojs/renderer-react@0.4.1 + ## 0.22.11 ### Patch Changes @@ -1116,10 +1125,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - markdownOptions: { - remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], - rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], - }, + markdownOptions: { + remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], + rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], + }, }; ``` @@ -1139,10 +1148,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - name: '@matthewp/my-renderer', - server: './server.js', - client: './client.js', - hydrationPolyfills: ['./my-polyfill.js'], + name: '@matthewp/my-renderer', + server: './server.js', + client: './client.js', + hydrationPolyfills: ['./my-polyfill.js'], }; ``` diff --git a/packages/astro/package.json b/packages/astro/package.json index 74e6557f6b9dd..970eeedbbe9f0 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.22.11", + "version": "0.22.12", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -61,7 +61,7 @@ "@astrojs/markdown-remark": "^0.6.0", "@astrojs/prism": "0.4.0", "@astrojs/renderer-preact": "^0.4.0", - "@astrojs/renderer-react": "0.4.0", + "@astrojs/renderer-react": "0.4.1", "@astrojs/renderer-svelte": "0.3.1", "@astrojs/renderer-vue": "0.3.0", "@astropub/webapi": "^0.10.1", diff --git a/packages/renderers/renderer-react/CHANGELOG.md b/packages/renderers/renderer-react/CHANGELOG.md index f6806b07dd7d5..ec5c835a7d2d9 100644 --- a/packages/renderers/renderer-react/CHANGELOG.md +++ b/packages/renderers/renderer-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-react +## 0.4.1 + +### Patch Changes + +- [#2369](https://github.com/withastro/astro/pull/2369) [`20eaddb2`](https://github.com/withastro/astro/commit/20eaddb2a723253c7fbde3e56955a549bdf3f342) Thanks [@matthewp](https://github.com/matthewp)! - Fix for using the React renderer with the static build + ## 0.4.0 ### Minor Changes diff --git a/packages/renderers/renderer-react/package.json b/packages/renderers/renderer-react/package.json index b462a120e7fdd..4bdcd29428aac 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.4.0", + "version": "0.4.1", "type": "module", "author": "withastro", "license": "MIT",