From 0b66ff39b8647d1e0b40f56125581d1f0d56a8f5 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Thu, 25 Aug 2022 09:00:17 -0700 Subject: [PATCH] [ci] release (#4453) Co-authored-by: github-actions[bot] --- .changeset/fast-oranges-collect.md | 5 -- .changeset/gold-suns-repair.md | 5 -- .changeset/odd-oranges-laugh.md | 5 -- .changeset/olive-gifts-hope.md | 5 -- .changeset/short-cats-kiss.md | 5 -- .changeset/sour-avocados-exercise.md | 5 -- .changeset/tricky-melons-grin.md | 5 -- .changeset/unlucky-otters-end.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 2 +- examples/env-vars/package.json | 2 +- examples/framework-alpine/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/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/subpath/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 20 ++++++++ packages/astro/package.json | 2 +- pnpm-lock.yaml | 52 ++++++++++----------- 37 files changed, 73 insertions(+), 93 deletions(-) delete mode 100644 .changeset/fast-oranges-collect.md delete mode 100644 .changeset/gold-suns-repair.md delete mode 100644 .changeset/odd-oranges-laugh.md delete mode 100644 .changeset/olive-gifts-hope.md delete mode 100644 .changeset/short-cats-kiss.md delete mode 100644 .changeset/sour-avocados-exercise.md delete mode 100644 .changeset/tricky-melons-grin.md delete mode 100644 .changeset/unlucky-otters-end.md diff --git a/.changeset/fast-oranges-collect.md b/.changeset/fast-oranges-collect.md deleted file mode 100644 index a24e8f54a..000000000 --- a/.changeset/fast-oranges-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Include styles imported by hoisted scripts diff --git a/.changeset/gold-suns-repair.md b/.changeset/gold-suns-repair.md deleted file mode 100644 index 8865645f5..000000000 --- a/.changeset/gold-suns-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix load `base` option in build diff --git a/.changeset/odd-oranges-laugh.md b/.changeset/odd-oranges-laugh.md deleted file mode 100644 index ef8c5ea3a..000000000 --- a/.changeset/odd-oranges-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bump @astrojs/compiler dependency diff --git a/.changeset/olive-gifts-hope.md b/.changeset/olive-gifts-hope.md deleted file mode 100644 index 32a01c519..000000000 --- a/.changeset/olive-gifts-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Remove optional chaining in astro-island diff --git a/.changeset/short-cats-kiss.md b/.changeset/short-cats-kiss.md deleted file mode 100644 index c65c1608d..000000000 --- a/.changeset/short-cats-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes regression with JSX in Solid library diff --git a/.changeset/sour-avocados-exercise.md b/.changeset/sour-avocados-exercise.md deleted file mode 100644 index 0e625b23e..000000000 --- a/.changeset/sour-avocados-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Support `vite.build.cssCodeSplit: false` option diff --git a/.changeset/tricky-melons-grin.md b/.changeset/tricky-melons-grin.md deleted file mode 100644 index ea85c3463..000000000 --- a/.changeset/tricky-melons-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Refactor CSS preprocess and deps HMR diff --git a/.changeset/unlucky-otters-end.md b/.changeset/unlucky-otters-end.md deleted file mode 100644 index 8ad26bc69..000000000 --- a/.changeset/unlucky-otters-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Added an error message when the second argument of Astro.slots.render is not an array diff --git a/examples/basics/package.json b/examples/basics/package.json index 0496f7bb3..10906b956 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 4d13029e1..db2ff84c8 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^0.10.1", "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 26b710422..e7c40f73e 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/component/package.json b/examples/component/package.json index cebe68b3e..2fe2de1e8 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 385cbdaaf..2d418ed07 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -21,6 +21,6 @@ "devDependencies": { "@astrojs/preact": "^1.0.2", "@astrojs/react": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 70ddbea75..9ab0cb09a 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 0c6fbc144..5a5eb95e6 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,7 +13,7 @@ "@astrojs/alpinejs": "^0.1.0", "@types/alpinejs": "^3.7.0", "alpinejs": "^3.10.2", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": {} } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index b2d5bf91d..25dfdb740 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/lit": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 6ac714997..215e27aaa 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index b6a36a10d..ec3985f59 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 5c5398857..8e9344cdf 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^1.0.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 92572d5ae..f6d4d1a28 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 9725fa0e1..1cfee7360 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index e044f8ca8..5ecaa1bf5 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/vue": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 23edbdd08..3b5c4b0a1 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 85e6dfefd..7de9e04ae 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index c39db4810..5a010d31b 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.8", + "astro": "^1.0.9", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 5168906bb..d1cf61f99 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@astrojs/node": "^1.0.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.8", + "astro": "^1.0.9", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/subpath/package.json b/examples/subpath/package.json index a1e9d4ec8..6460dd558 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/react": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 4dc89a07f..641b930a0 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.8", + "astro": "^1.0.9", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index a14a6ccb5..b2be864ce 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index d6e1ee6fb..d63334015 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@astrojs/mdx": "^0.10.1", "@astrojs/preact": "^1.0.2", - "astro": "^1.0.8", + "astro": "^1.0.9", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 34756a4ea..2391593d4 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.8" + "astro": "^1.0.9" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 94307d719..10e59131a 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^1.0.0", - "astro": "^1.0.8", + "astro": "^1.0.9", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 59e20ed56..c0e3e0b8f 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.8", + "astro": "^1.0.9", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index dfe123126..663cfa3ff 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "devDependencies": { - "astro": "^1.0.8", + "astro": "^1.0.9", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 40e3924a7..c24e8da79 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,25 @@ # astro +## 1.0.9 + +### Patch Changes + +- [#4457](https://github.com/withastro/astro/pull/4457) [`9490f0e22`](https://github.com/withastro/astro/commit/9490f0e2235a61984bc0bba7e2383d2383085cf2) Thanks [@matthewp](https://github.com/matthewp)! - Include styles imported by hoisted scripts + +* [#4469](https://github.com/withastro/astro/pull/4469) [`8a2d6958f`](https://github.com/withastro/astro/commit/8a2d6958f1747ddc010464d7d8ccbad2d6838921) Thanks [@kagankan](https://github.com/kagankan)! - Fix load `base` option in build + +- [#4451](https://github.com/withastro/astro/pull/4451) [`a38a56829`](https://github.com/withastro/astro/commit/a38a568299e6d23cb05ca2419b4a79e7ef5eef0b) Thanks [@bluwy](https://github.com/bluwy)! - Bump @astrojs/compiler dependency + +* [#4473](https://github.com/withastro/astro/pull/4473) [`467108730`](https://github.com/withastro/astro/commit/467108730e4f45e4cd99779a7126b9dbd93d9ce5) Thanks [@bluwy](https://github.com/bluwy)! - Remove optional chaining in astro-island + +- [#4475](https://github.com/withastro/astro/pull/4475) [`78334b976`](https://github.com/withastro/astro/commit/78334b9765f3044969b761053382db5fe208ed56) Thanks [@matthewp](https://github.com/matthewp)! - Fixes regression with JSX in Solid library + +* [#4458](https://github.com/withastro/astro/pull/4458) [`aa555932b`](https://github.com/withastro/astro/commit/aa555932be9c4805c3dc3008a7edf244090155ea) Thanks [@bluwy](https://github.com/bluwy)! - Support `vite.build.cssCodeSplit: false` option + +- [#4422](https://github.com/withastro/astro/pull/4422) [`85646918a`](https://github.com/withastro/astro/commit/85646918acbfe6a96be234ad3e93f60bc74a0b6e) Thanks [@bluwy](https://github.com/bluwy)! - Refactor CSS preprocess and deps HMR + +* [#4456](https://github.com/withastro/astro/pull/4456) [`47e71ae8f`](https://github.com/withastro/astro/commit/47e71ae8f8735149facb34ce63d4d582f0dfd32e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added an error message when the second argument of Astro.slots.render is not an array + ## 1.0.8 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 7052fa0c3..711b8edf0 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.8", + "version": "1.0.9", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1438d0dc..8daa0eeec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,7 +56,7 @@ importers: examples/basics: specifiers: - astro: ^1.0.8 + astro: ^1.0.9 devDependencies: astro: link:../../packages/astro @@ -65,7 +65,7 @@ importers: '@astrojs/mdx': ^0.10.1 '@astrojs/rss': ^1.0.0 '@astrojs/sitemap': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -74,14 +74,14 @@ importers: examples/component: specifiers: - astro: ^1.0.8 + astro: ^1.0.9 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.8 + astro: ^1.0.9 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -97,7 +97,7 @@ importers: '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.8 + astro: ^1.0.9 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -116,7 +116,7 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.8 + astro: ^1.0.9 devDependencies: astro: link:../../packages/astro @@ -125,7 +125,7 @@ importers: '@astrojs/alpinejs': ^0.1.0 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.0.8 + astro: ^1.0.9 devDependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.0 @@ -136,7 +136,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.8 + astro: ^1.0.9 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -152,7 +152,7 @@ importers: '@astrojs/solid-js': ^1.0.0 '@astrojs/svelte': ^1.0.0 '@astrojs/vue': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -177,7 +177,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.0.8 + astro: ^1.0.9 preact: ^10.7.3 dependencies: preact: 10.10.6 @@ -190,7 +190,7 @@ importers: '@astrojs/react': ^1.0.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.8 + astro: ^1.0.9 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -205,7 +205,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 solid-js: ^1.4.3 dependencies: solid-js: 1.4.8 @@ -216,7 +216,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -227,7 +227,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -237,20 +237,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.8 + astro: ^1.0.9 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.8 + astro: ^1.0.9 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.0.8 + astro: ^1.0.9 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -264,7 +264,7 @@ importers: specifiers: '@astrojs/node': ^1.0.0 '@astrojs/svelte': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -284,7 +284,7 @@ importers: examples/subpath: specifiers: '@astrojs/react': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -297,7 +297,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -315,7 +315,7 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro @@ -324,7 +324,7 @@ importers: specifiers: '@astrojs/mdx': ^0.10.1 '@astrojs/preact': ^1.0.2 - astro: ^1.0.8 + astro: ^1.0.9 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -336,7 +336,7 @@ importers: specifiers: '@astrojs/preact': ^1.0.2 '@nanostores/preact': ^0.1.3 - astro: ^1.0.8 + astro: ^1.0.9 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -350,7 +350,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^1.0.0 - astro: ^1.0.8 + astro: ^1.0.9 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -365,7 +365,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.8 + astro: ^1.0.9 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -375,7 +375,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.0.8 + astro: ^1.0.9 vitest: ^0.20.3 devDependencies: astro: link:../../packages/astro