From 63df5fbf23c36a86d49f07b82aa2b59397d52f0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 10:27:46 -0500 Subject: [PATCH] Version Packages (#1967) Co-authored-by: github-actions[bot] --- .changeset/six-rockets-jump.md | 5 ----- .changeset/slimy-turtles-boil.md | 5 ----- examples/blog-multiple-authors/package.json | 2 +- examples/blog/package.json | 2 +- examples/docs/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 +- packages/astro/CHANGELOG.md | 7 +++++++ packages/astro/package.json | 2 +- www/package.json | 2 +- 24 files changed, 28 insertions(+), 31 deletions(-) delete mode 100644 .changeset/six-rockets-jump.md delete mode 100644 .changeset/slimy-turtles-boil.md diff --git a/.changeset/six-rockets-jump.md b/.changeset/six-rockets-jump.md deleted file mode 100644 index c03f87c497..0000000000 --- a/.changeset/six-rockets-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix CSS scanning bug that could lead to infinite loops diff --git a/.changeset/slimy-turtles-boil.md b/.changeset/slimy-turtles-boil.md deleted file mode 100644 index 86accb850c..0000000000 --- a/.changeset/slimy-turtles-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix client:only behavior when only a single renderer is configured diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 6878c5bb59..25b5aec334 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.0" + "astro": "^0.21.1" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 5989a9b7f4..1fdc9308a5 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index dc221cc625..02fb083ff6 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.0", + "astro": "^0.21.1", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 406482dd43..52e81c69d9 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.2.0", - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 2bd032f153..db298adedb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0", - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 9104082f38..97b43dc5c5 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 5598638393..bd91ba4c80 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 4e2088cb6c..39d526196e 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0", - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index fbce7ed4a8..3fdf67df1b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 75a504e6e6..111d68e915 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 6d150ade8c..fed2437d58 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 1f188ed602..e696eaada7 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 28eb5d5845..b2108fbcd4 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 24b4031160..8643fbb030 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index c08e893a0a..5446e48e73 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 59c4ea35b6..995f8f9f50 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.0", + "astro": "^0.21.1", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-toc": "^3.0.2", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 8a7c003430..be48318280 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index aa64e3044c..e96a6a625c 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0", - "astro": "^0.21.0" + "astro": "^0.21.1" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 05c12b1c3f..dc88bdfdda 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0", + "astro": "^0.21.1", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 8aa06694e3..0151ad7e4b 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,12 @@ # astro +## 0.21.1 + +### Patch Changes + +- 8775730e: Fix CSS scanning bug that could lead to infinite loops +- aec4e8da: Fix client:only behavior when only a single renderer is configured + ## 0.21.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index ed2bfbbf16..5da882f532 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.21.0", + "version": "0.21.1", "author": "Skypack", "license": "MIT", "type": "module", diff --git a/www/package.json b/www/package.json index 6721514b03..467d00a466 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0" + "astro": "^0.21.1" } }