diff --git a/.changeset/fluffy-cherries-shake.md b/.changeset/fluffy-cherries-shake.md deleted file mode 100644 index 818ce7a42c598..0000000000000 --- a/.changeset/fluffy-cherries-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a dev server edge case where prerender + getStaticPaths would not 404 on an unmatched route diff --git a/.changeset/fresh-eels-speak.md b/.changeset/fresh-eels-speak.md deleted file mode 100644 index d826bb516b183..0000000000000 --- a/.changeset/fresh-eels-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/react': patch ---- - -Support passing `children` as props to a React component diff --git a/.changeset/serious-turtles-explode.md b/.changeset/serious-turtles-explode.md deleted file mode 100644 index 0e90a18d9f9cd..0000000000000 --- a/.changeset/serious-turtles-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -improve error message: change @astrojs/solid to @astrojs/solid-js diff --git a/.changeset/strong-hotels-sort.md b/.changeset/strong-hotels-sort.md deleted file mode 100644 index 7b674aef566d0..0000000000000 --- a/.changeset/strong-hotels-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add type guard support to filters on `getCollection()` diff --git a/.changeset/ten-icons-raise.md b/.changeset/ten-icons-raise.md deleted file mode 100644 index 2c283d8b310f5..0000000000000 --- a/.changeset/ten-icons-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Astro component is not able to use a custom theme anymore diff --git a/.changeset/tidy-ties-repeat.md b/.changeset/tidy-ties-repeat.md deleted file mode 100644 index 91c0678c00d33..0000000000000 --- a/.changeset/tidy-ties-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/cloudflare": minor ---- - -Re-enable streaming in Cloudflare Pages. diff --git a/examples/basics/package.json b/examples/basics/package.json index e365c322abc17..4d9325837c5d8 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 43eb82bc0b65d..0aaaa4c61eec0 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "@astrojs/mdx": "^0.15.0", "@astrojs/rss": "^2.1.0", "@astrojs/sitemap": "^1.0.0" diff --git a/examples/component/package.json b/examples/component/package.json index c1bba0741d158..015e847e6eed7 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index ad5050d608232..7aa968af385da 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" }, "devDependencies": { "@astrojs/deno": "^4.0.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index 49160459840cf..d2f1bbb5b1dfb 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,11 +11,11 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.0.0", + "@astrojs/react": "^2.0.1", "@astrojs/preact": "^2.0.0", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 36bdfe4237682..361d0738d7980 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.1.2", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index aa0aa53aeb857..313b1eb9c9e5d 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "lit": "^2.2.5", "@astrojs/lit": "^1.1.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 1fed3fa8321a6..765d705747168 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", @@ -19,7 +19,7 @@ "svelte": "^3.48.0", "vue": "^3.2.37", "@astrojs/preact": "^2.0.0", - "@astrojs/react": "^2.0.0", + "@astrojs/react": "^2.0.1", "@astrojs/solid-js": "^2.0.0", "@astrojs/svelte": "^2.0.0", "@astrojs/vue": "^2.0.0" diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 758839f414d81..8d5144864cffb 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.7.3", "@astrojs/preact": "^2.0.0", "@preact/signals": "^1.1.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index cc42c30ee8885..a0cec76986c12 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "react": "^18.1.0", "react-dom": "^18.1.0", - "@astrojs/react": "^2.0.0", + "@astrojs/react": "^2.0.1", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 36653ab079765..0efbeebd59053 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "solid-js": "^1.4.3", "@astrojs/solid-js": "^2.0.0" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 53007349356eb..fa614cb0a0d9d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.0", - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index eb3366107602a..a1ddf19c6aa62 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "vue": "^3.2.37", "@astrojs/vue": "^2.0.0" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 8b8e9285fbe78..6ce723dfbeaae 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.0.0", - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 1a0472da5fd07..0757bc608f585 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index c18a868a7f550..48143f2ea41f8 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 4e7bf59ecae56..98c3b11b9cc53 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index b262f6c20bb6d..e5148b874dda2 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 672822599b08c..61e5fa5ff0655 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.0", "@astrojs/node": "^5.0.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index f25b1fe567b80..ad59b58a54b12 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "@astrojs/markdown-remark": "^2.0.0", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 8481e230eb049..b4a31b7e4da20 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1" + "astro": "^2.0.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index c73b04373bedf..ac26d98b8437a 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.6.5", "@astrojs/preact": "^2.0.0", "@astrojs/mdx": "^0.15.0" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 3204adb560063..a6fa0ce1ab4c1 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "preact": "^10.7.3", "@astrojs/preact": "^2.0.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 7630f44dbfab5..671c2b8fa86fd 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.15.0", "@astrojs/tailwind": "^3.0.0", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.0.1", + "astro": "^2.0.2", "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 5317c2adb05c5..ffbec8634270f 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "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 74887ac1e7208..10f7590be8c53 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.0.1", + "astro": "^2.0.2", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 84a12eac8da74..4ad1dc29e289a 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,17 @@ # astro +## 2.0.2 + +### Patch Changes + +- [#5983](https://github.com/withastro/astro/pull/5983) [`b53e0717b`](https://github.com/withastro/astro/commit/b53e0717b7f6b042baaeec7f87999e99c76c031c) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes a dev server edge case where prerender + getStaticPaths would not 404 on an unmatched route + +- [#5971](https://github.com/withastro/astro/pull/5971) [`883e0cc29`](https://github.com/withastro/astro/commit/883e0cc29968d51ed6c7515be035a40b28bafdad) Thanks [@JLarky](https://github.com/JLarky)! - improve error message: change @astrojs/solid to @astrojs/solid-js + +- [#5970](https://github.com/withastro/astro/pull/5970) [`dabce6b8c`](https://github.com/withastro/astro/commit/dabce6b8c684f851c3535f8acead06cbef6dce2a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add type guard support to filters on `getCollection()` + +- [#5952](https://github.com/withastro/astro/pull/5952) [`aedf23f85`](https://github.com/withastro/astro/commit/aedf23f8582e32a6b94b81ddba9b323831f2b22a) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Astro component is not able to use a custom theme anymore + ## 2.0.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 109b3af321219..1c62b43fcaea6 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.0.1", + "version": "2.0.2", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 4d0198224df49..74c0ce8af60bb 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/cloudflare +## 6.1.0 + +### Minor Changes + +- [#5914](https://github.com/withastro/astro/pull/5914) [`088f5194c`](https://github.com/withastro/astro/commit/088f5194c55a6ec15b2eaf2cfb97f9ef45a24a33) Thanks [@AngusMorton](https://github.com/AngusMorton)! - Re-enable streaming in Cloudflare Pages. + +### Patch Changes + +- Updated dependencies [[`b53e0717b`](https://github.com/withastro/astro/commit/b53e0717b7f6b042baaeec7f87999e99c76c031c), [`883e0cc29`](https://github.com/withastro/astro/commit/883e0cc29968d51ed6c7515be035a40b28bafdad), [`dabce6b8c`](https://github.com/withastro/astro/commit/dabce6b8c684f851c3535f8acead06cbef6dce2a), [`aedf23f85`](https://github.com/withastro/astro/commit/aedf23f8582e32a6b94b81ddba9b323831f2b22a)]: + - astro@2.0.2 + ## 6.0.0 ### Major Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index fccd867471ccc..eebd89d5b072b 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to cloudflare workers or cloudflare pages", - "version": "6.0.0", + "version": "6.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 088142cbcbb8d..6404117257b11 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -32,7 +32,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 56b67bc9d6171..18c55bd65f0c9 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -64,7 +64,7 @@ "vite": "^4.0.3" }, "peerDependencies": { - "astro": "workspace:^2.0.1", + "astro": "workspace:^2.0.2", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 2966f96392218..9cdb0ea9d5364 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -38,7 +38,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 798b0f96196c1..ef2f61d6244bd 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -34,7 +34,7 @@ "send": "^0.18.0" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 797c42562e6da..e34c803166aee 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 2.0.1 + +### Patch Changes + +- [#5886](https://github.com/withastro/astro/pull/5886) [`9d4bfc76e`](https://github.com/withastro/astro/commit/9d4bfc76e8de7cf85997100145532a6fa7d2b025) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Support passing `children` as props to a React component + ## 2.0.0 ### Major Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 870c4739c771f..bc76ef778e374 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 5547f442b2709..6bcd37ed8b011 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -44,7 +44,7 @@ }, "peerDependencies": { "svelte": "^3.54.0", - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "engines": { "node": ">=16.12.0" diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 18b434abdbff2..c7d30f5b55ef3 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -41,7 +41,7 @@ }, "peerDependencies": { "tailwindcss": "^3.0.24", - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "pnpm": { "peerDependencyRules": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index b9080ed203a6d..7c49e026e6cda 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -50,7 +50,7 @@ "set-cookie-parser": "^2.5.1" }, "peerDependencies": { - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 739128d2e58cd..a48d2f5cc9bbd 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -51,7 +51,7 @@ }, "peerDependencies": { "vue": "^3.2.30", - "astro": "workspace:^2.0.1" + "astro": "workspace:^2.0.2" }, "engines": { "node": ">=16.12.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5dc3bf7eb9725..e753353ac0b60 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,7 +63,7 @@ importers: examples/basics: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro @@ -72,7 +72,7 @@ importers: '@astrojs/mdx': ^0.15.0 '@astrojs/rss': ^2.1.0 '@astrojs/sitemap': ^1.0.0 - astro: ^2.0.1 + astro: ^2.0.2 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -81,14 +81,14 @@ importers: examples/component: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^4.0.0 - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro devDependencies: @@ -98,13 +98,13 @@ importers: specifiers: '@algolia/client-search': ^4.13.1 '@astrojs/preact': ^2.0.0 - '@astrojs/react': ^2.0.0 + '@astrojs/react': ^2.0.1 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^2.0.1 + astro: ^2.0.2 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -130,7 +130,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^2.0.1 + astro: ^2.0.2 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -141,7 +141,7 @@ importers: specifiers: '@astrojs/lit': ^1.1.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^2.0.1 + astro: ^2.0.2 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -152,11 +152,11 @@ importers: examples/framework-multiple: specifiers: '@astrojs/preact': ^2.0.0 - '@astrojs/react': ^2.0.0 + '@astrojs/react': ^2.0.1 '@astrojs/solid-js': ^2.0.0 '@astrojs/svelte': ^2.0.0 '@astrojs/vue': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -181,7 +181,7 @@ importers: specifiers: '@astrojs/preact': ^2.0.0 '@preact/signals': ^1.1.0 - astro: ^2.0.1 + astro: ^2.0.2 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -191,10 +191,10 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^2.0.0 + '@astrojs/react': ^2.0.1 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.0.1 + astro: ^2.0.2 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -208,7 +208,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -218,7 +218,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -228,7 +228,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -238,32 +238,32 @@ importers: examples/hackernews: specifiers: '@astrojs/node': ^5.0.0 - astro: ^2.0.1 + astro: ^2.0.2 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro @@ -271,7 +271,7 @@ importers: specifiers: '@astrojs/node': ^5.0.0 '@astrojs/svelte': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -288,7 +288,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -305,7 +305,7 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 dependencies: astro: link:../../packages/astro @@ -313,7 +313,7 @@ importers: specifiers: '@astrojs/mdx': ^0.15.0 '@astrojs/preact': ^2.0.0 - astro: ^2.0.1 + astro: ^2.0.2 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -325,7 +325,7 @@ importers: specifiers: '@astrojs/preact': ^2.0.0 '@nanostores/preact': ^0.1.3 - astro: ^2.0.1 + astro: ^2.0.2 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -340,7 +340,7 @@ importers: '@astrojs/mdx': ^0.15.0 '@astrojs/tailwind': ^3.0.0 '@types/canvas-confetti': ^1.4.3 - astro: ^2.0.1 + astro: ^2.0.2 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -357,7 +357,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -367,7 +367,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.0.1 + astro: ^2.0.2 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro