From 4f546173b484a8329c306e1a5261c91c8511042d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 09:30:45 -0500 Subject: [PATCH] chore: release (#2108) Co-authored-by: github-actions[bot] --- .changeset/empty-oranges-provide.md | 7 ------- .changeset/gold-windows-sell.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 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 10 ++++++++++ packages/astro/package.json | 2 +- www/package.json | 2 +- 25 files changed, 32 insertions(+), 34 deletions(-) delete mode 100644 .changeset/empty-oranges-provide.md delete mode 100644 .changeset/gold-windows-sell.md diff --git a/.changeset/empty-oranges-provide.md b/.changeset/empty-oranges-provide.md deleted file mode 100644 index 6785353a8..000000000 --- a/.changeset/empty-oranges-provide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Fixes regression in build caused by use of URL module - -Using this module breaks the build because Vite tries to shim it, incorrectly. diff --git a/.changeset/gold-windows-sell.md b/.changeset/gold-windows-sell.md deleted file mode 100644 index aea9cdf42..000000000 --- a/.changeset/gold-windows-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix for using ?url with CSS imports diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 99238db4d..e27d29659 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.8" + "astro": "^0.21.9" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 14e83999e..5da61a8fa 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 4fc40a1dc..bda18cee4 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.8", + "astro": "^0.21.9", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 0439515a3..395a3ddb6 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.8" + "astro": "^0.21.9" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c03c83d22..ad3122076 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.8" + "astro": "^0.21.9" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index d6b2971c2..75dd5be7d 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index e4b8d881f..4ac09bf1a 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index e9d999d23..4457e8dbf 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.8" + "astro": "^0.21.9" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 602af06bb..323cc1362 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index f2f3aa719..64b6b0ade 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 64984d4f0..8c628a13f 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 61df4cd2e..511be2467 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 78dafb571..232f96d86 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index d1dc18b6b..beae19084 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index ca812bb51..a58d06336 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index e25affb8f..2a717f0ae 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.8", + "astro": "^0.21.9", "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 55aa3ea83..ff7c11dd7 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 9bbf3e3e1..85df23f60 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.1", - "astro": "^0.21.8" + "astro": "^0.21.9" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 09ebeddad..2981f7102 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8", + "astro": "^0.21.9", "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 3533dae7f..a508742b8 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.8", + "astro": "^0.21.9", "vite-plugin-pwa": "^0.11.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 457bf6e84..7f6e9b32a 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 0.21.9 + +### Patch Changes + +- [#2107](https://github.com/withastro/astro/pull/2107) [`4c444676`](https://github.com/withastro/astro/commit/4c44467668045733b4e5c3bbed8a1bde2ba421de) Thanks [@matthewp](https://github.com/matthewp)! - Fixes regression in build caused by use of URL module + + Using this module breaks the build because Vite tries to shim it, incorrectly. + +* [#2106](https://github.com/withastro/astro/pull/2106) [`583459d0`](https://github.com/withastro/astro/commit/583459d0b6476fc79b351648c0db3c2869edfa12) Thanks [@matthewp](https://github.com/matthewp)! - Fix for using ?url with CSS imports + ## 0.21.8 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index a209b4891..1147f6b85 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.21.8", + "version": "0.21.9", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "author": "withastro", "license": "MIT", diff --git a/www/package.json b/www/package.json index 170490ac5..699315e59 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.8" + "astro": "^0.21.9" } }