diff options
32 files changed, 52 insertions, 55 deletions
diff --git a/.changeset/famous-mice-sparkle.md b/.changeset/famous-mice-sparkle.md deleted file mode 100644 index 37f163d31..000000000 --- a/.changeset/famous-mice-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix client:visible with multiple copies of same component diff --git a/.changeset/lemon-comics-cheat.md b/.changeset/lemon-comics-cheat.md deleted file mode 100644 index 1f278f431..000000000 --- a/.changeset/lemon-comics-cheat.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'astro': patch ---- - -Update compiler with the following patches: -- Fix components supporting only one style or script -- Fix regression where leading `<style>` elements could break generated tags -- Fix case-sensitivity of void elements -- Fix expressions not working within SVG elements -- Fix panic when preprocessed style is empty diff --git a/.changeset/rare-bulldogs-tie.md b/.changeset/rare-bulldogs-tie.md deleted file mode 100644 index f1ed0d055..000000000 --- a/.changeset/rare-bulldogs-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/renderer-svelte': patch ---- - -Add TypeScript, Sass support to Svelte diff --git a/.changeset/tame-melons-think.md b/.changeset/tame-melons-think.md deleted file mode 100644 index dd5832424..000000000 --- a/.changeset/tame-melons-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix CSS URLs on Windows diff --git a/.changeset/unlucky-days-rescue.md b/.changeset/unlucky-days-rescue.md deleted file mode 100644 index e81eeb094..000000000 --- a/.changeset/unlucky-days-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Add a helpful message for the "could not find commit hash for ..." error diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index f99a79071..6ba27e787 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.2" + "astro": "^0.21.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 6553d3d2b..8d7dec22a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 4cf8fd6b9..b528aa336 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.2", + "astro": "^0.21.3", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 0d058adf4..7eb4b3260 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.2" + "astro": "^0.21.3" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e4b59befe..2f1513aba 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.2" + "astro": "^0.21.3" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 3a7a0a007..7383f742e 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 47b863d77..5da77f346 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 59d45a6de..0c15191af 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.2" + "astro": "^0.21.3" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index ae7e64345..2a662f8ef 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 25a4d7409..4afe691a1 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index bc60d2f22..910ff8fbe 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index be8a3e938..1f6da5ea8 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index ae8f743dd..3574f4c1e 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 8628abbf4..4109c043e 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 6087f92a7..a6c1e1bfa 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 9af6de55d..83c26b2e1 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.2", + "astro": "^0.21.3", "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 6b1c81918..44e7256a6 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 9a43688b0..3157de2a1 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.2" + "astro": "^0.21.3" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 133eceeb9..6e6bb2e03 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2", + "astro": "^0.21.3", "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 4b741c78a..27969de96 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.0-next.3", + "astro": "^0.21.3", "vite-plugin-pwa": "^0.11.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 7a7f4ee41..d8883a797 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,20 @@ # astro +## 0.21.3 + +### Patch Changes + +- 8a5de030: Fix client:visible with multiple copies of same component +- 9ed6b3c0: Update compiler with the following patches: + - Fix components supporting only one style or script + - Fix regression where leading `<style>` elements could break generated tags + - Fix case-sensitivity of void elements + - Fix expressions not working within SVG elements + - Fix panic when preprocessed style is empty +- 7a7427e4: Fix CSS URLs on Windows +- Updated dependencies [4cec1256] + - @astrojs/renderer-svelte@0.2.1 + ## 0.21.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 98f34fb7f..f26f8dec7 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.21.2", + "version": "0.21.3", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "author": "withastro", "license": "MIT", @@ -61,7 +61,7 @@ "@astrojs/prism": "0.3.0", "@astrojs/renderer-preact": "^0.3.0", "@astrojs/renderer-react": "0.3.0", - "@astrojs/renderer-svelte": "0.2.0", + "@astrojs/renderer-svelte": "0.2.1", "@astrojs/renderer-vue": "0.2.0", "@babel/core": "^7.15.8", "@babel/traverse": "^7.15.4", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 32a5a8756..ce29fa08f 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.6.8 + +### Patch Changes + +- 3e1bdb1a: Add a helpful message for the "could not find commit hash for ..." error + ## 0.6.7 ## 0.6.7-next.1 diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index c6a148486..88348cf86 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.6.7", + "version": "0.6.8", "type": "module", "repository": { "type": "git", diff --git a/packages/renderers/renderer-svelte/CHANGELOG.md b/packages/renderers/renderer-svelte/CHANGELOG.md index d6a9ee8da..c79baa5e5 100644 --- a/packages/renderers/renderer-svelte/CHANGELOG.md +++ b/packages/renderers/renderer-svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-svelte +## 0.2.1 + +### Patch Changes + +- 4cec1256: Add TypeScript, Sass support to Svelte + ## 0.2.0 ### Minor Changes diff --git a/packages/renderers/renderer-svelte/package.json b/packages/renderers/renderer-svelte/package.json index 39965cd4f..042ce351e 100644 --- a/packages/renderers/renderer-svelte/package.json +++ b/packages/renderers/renderer-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/renderer-svelte", - "version": "0.2.0", + "version": "0.2.1", "description": "Use Svelte components within Astro", "repository": { "type": "git", diff --git a/www/package.json b/www/package.json index 45b90833a..1c608c502 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.2" + "astro": "^0.21.3" } } |