From 787e4e6497811b183207a5b45a973b06b382192f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 17:45:56 -0500 Subject: [PATCH] chore: release (#2098) Co-authored-by: github-actions[bot] --- .changeset/cold-teachers-deny.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 | 6 ++++++ packages/astro/package.json | 2 +- www/package.json | 2 +- 24 files changed, 28 insertions(+), 27 deletions(-) delete mode 100644 .changeset/cold-teachers-deny.md diff --git a/.changeset/cold-teachers-deny.md b/.changeset/cold-teachers-deny.md deleted file mode 100644 index 3c08a28d8..000000000 --- a/.changeset/cold-teachers-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updates @astro/compiler and @astro/language-server. diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 32502319a..99238db4d 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.7" + "astro": "^0.21.8" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index cd88ae834..14e83999e 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index aef23e7c1..4fc40a1dc 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.7", + "astro": "^0.21.8", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 8447e7d8d..0439515a3 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.7" + "astro": "^0.21.8" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d62def984..c03c83d22 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.7" + "astro": "^0.21.8" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index e4acab342..d6b2971c2 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 6bffabd80..e4b8d881f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 783a6152c..e9d999d23 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.7" + "astro": "^0.21.8" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 73cbfa2d3..602af06bb 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 735cf821f..f2f3aa719 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index eff3bab21..64984d4f0 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 558fc9eae..61df4cd2e 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 86bd692bf..78dafb571 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 8d232e170..d1dc18b6b 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 937b44ac0..ca812bb51 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 44eabcc62..e25affb8f 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.7", + "astro": "^0.21.8", "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 83324f86b..55aa3ea83 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 2af312cf3..9bbf3e3e1 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.7" + "astro": "^0.21.8" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 61bee6118..09ebeddad 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7", + "astro": "^0.21.8", "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 907222eb6..3533dae7f 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.7", + "astro": "^0.21.8", "vite-plugin-pwa": "^0.11.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 6151dfbf3..457bf6e84 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 0.21.8 + +### Patch Changes + +- [#2096](https://github.com/withastro/astro/pull/2096) [`11798a32`](https://github.com/withastro/astro/commit/11798a3209521664e02989e5ea3e791c8c5fb036) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Updates @astro/compiler and @astro/language-server. + ## 0.21.7 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 7c40b1670..a209b4891 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.21.7", + "version": "0.21.8", "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 b9559e5bd..170490ac5 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.7" + "astro": "^0.21.8" } }