diff --git a/.changeset/pre.json b/.changeset/pre.json index 4774a8693..3d48dca1d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -34,9 +34,11 @@ "@astrojs/renderer-svelte": "0.1.2", "@astrojs/renderer-vue": "0.1.9", "astro-scripts": "0.0.1", - "www": "1.1.0" + "www": "1.1.0", + "@example/portfolio-svelte": "0.0.1" }, "changesets": [ + "curvy-years-kiss", "dull-bikes-doubt", "pink-trainers-learn", "silly-apples-build", diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 5a2375667..3b18f7226 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-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 2d04f5949..8cccb3345 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index dd59d84b4..b08dadcca 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-next.0", + "astro": "^0.21.0-next.1", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index e420a7eaf..290cb5245 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.2.0-next.0", - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 49b332fa9..b9a7b1ddf 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.0", - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 06529be34..16ba558ef 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-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 948e91647..055e88180 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-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 3291f0f42..78e5d4091 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.0", - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 79594fe81..58f268986 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-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 90f8f88ee..3fe526072 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-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 58d4153d9..e48028d83 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 7bb5b3c8c..1f9b2206f 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index be6a05d07..bf3b72449 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index bf417ad79..85f5c8599 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 49f69333f..e8cf3c270 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-next.0", + "astro": "^0.21.0-next.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 df3038d05..2b6ecb32f 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-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 706bdeffe..3e7eee165 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0-next.0", - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 617c225ce..7132c4391 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-next.0", + "astro": "^0.21.0-next.1", "autoprefixer": "^10.3.7", "tailwindcss": "^2.2.17" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index c2ce1d6d5..9425b7504 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 0.21.0-next.1 + +### Patch Changes + +- 11ee158a: Fix issue with `style` and `script` processing where siblings would be skipped + + Fix `Fragment` and `<>` handling for backwards compatability + + Fix CSS `--custom-proprty` parsing when using scoped CSS + ## 0.21.0-next.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 6db274813..2d6cf0c63 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.21.0-next.0", + "version": "0.21.0-next.1", "author": "Skypack", "license": "MIT", "type": "module", diff --git a/www/package.json b/www/package.json index a8da4059c..3774235bd 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.0" + "astro": "^0.21.0-next.1" } }