diff --git a/.changeset/blue-wombats-hammer.md b/.changeset/blue-wombats-hammer.md deleted file mode 100644 index da9b1e3f0..000000000 --- a/.changeset/blue-wombats-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixed props shadowing diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index c75207c0f..542a48ff5 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/blog/package.json b/examples/blog/package.json index 616a3949d..2e47702ae 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/docs/package.json b/examples/docs/package.json index 8507a2867..373a70e64 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.20.7", + "astro": "^0.20.8", "@snowpack/plugin-dotenv": "^2.1.0" }, "snowpack": { diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 3bea756a3..44da412d2 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.1", - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 768b1b278..f3ea745fb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7", + "astro": "^0.20.8", "@astrojs/renderer-solid": "^0.1.1" }, "snowpack": { diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ea05b4a76..8e0e4f2bd 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index b91465e43..2a65821d0 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 5804c2d86..8c8829c3b 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7", + "astro": "^0.20.8", "@astrojs/renderer-solid": "0.1.1" }, "snowpack": { diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 286b770d0..55d55a6a8 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a6a5d67d9..f4ae08782 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/minimal/package.json b/examples/minimal/package.json index e9d99ca57..09fee0ba4 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 60d3d0214..234bd7884 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/starter/package.json b/examples/starter/package.json index 144539ce4..5b96e9bb6 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 7caa728fb..ac5f46488 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.20.7", + "astro": "^0.20.8", "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 30c634aab..932919ef8 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 72150367a..2d65a7b05 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "dependencies": { "nanostores": "^0.3.3" diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 941513860..76002def3 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "tailwindcss": "^2.1.2", - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 91db8371e..eccfb1bf7 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 0.20.8 + +### Patch Changes + +- 30835635: Fixed props shadowing + ## 0.20.7 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 7dcceda8e..5325dfd09 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.20.7", + "version": "0.20.8", "author": "Skypack", "license": "MIT", "type": "module", diff --git a/www/package.json b/www/package.json index 653e1c026..9a1ae1298 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" } }