diff --git a/.changeset/funny-plums-drum.md b/.changeset/funny-plums-drum.md deleted file mode 100644 index 7409d3f34..000000000 --- a/.changeset/funny-plums-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix tsconfig alias baseUrl handling for "." and ".." imports diff --git a/.changeset/many-eels-wait.md b/.changeset/many-eels-wait.md deleted file mode 100644 index 8385894fc..000000000 --- a/.changeset/many-eels-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -add option to compile unminified code diff --git a/.changeset/quiet-cougars-fix.md b/.changeset/quiet-cougars-fix.md deleted file mode 100644 index b5a99c0f5..000000000 --- a/.changeset/quiet-cougars-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/rss': minor ---- - -Added extra elements to the RSS items, including categories and enclosure diff --git a/benchmark/packages/timer/package.json b/benchmark/packages/timer/package.json index 6b38571a0..abcfe1d3e 100644 --- a/benchmark/packages/timer/package.json +++ b/benchmark/packages/timer/package.json @@ -27,7 +27,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.0.18" + "astro": "workspace:^2.3.2" }, "devDependencies": { "@types/server-destroy": "^1.0.1", diff --git a/examples/basics/package.json b/examples/basics/package.json index 1175cddc6..c6e9b2f9a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1" + "astro": "^2.3.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 6779fedb0..54d2161de 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "@astrojs/mdx": "^0.19.0", - "@astrojs/rss": "^2.3.2", + "@astrojs/rss": "^2.4.0", "@astrojs/sitemap": "^1.2.2" } } diff --git a/examples/component/package.json b/examples/component/package.json index dadd7aad8..fc413dd7b 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.3.1" + "astro": "^2.3.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index b1145ccf9..6f64b2e51 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1" + "astro": "^2.3.2" }, "devDependencies": { "@astrojs/deno": "^4.1.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index 322ebcfdc..edcb9f6f9 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 71611c20e..3073dfe49 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.2.1", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index c9a17a1b4..ae3359cc2 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "lit": "^2.7.0", "@astrojs/lit": "^2.0.1", "@webcomponents/template-shadowroot": "^0.2.1" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 6234d8fa8..572f3abd7 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ef1cff5d5..e83c7c857 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "preact": "^10.7.3", "@astrojs/preact": "^2.1.0", "@preact/signals": "^1.1.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 9c0cb398e..f8c0adcd9 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^2.1.1", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 483c63505..cf905e2ec 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "solid-js": "^1.4.3", "@astrojs/solid-js": "^2.1.0" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 1cc147373..09a87954a 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.1.0", - "astro": "^2.3.1" + "astro": "^2.3.2" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a4acb66da..50bbc6568 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "vue": "^3.2.37", "@astrojs/vue": "^2.1.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index aab194b2f..11ffdd9d6 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.1.1", - "astro": "^2.3.1" + "astro": "^2.3.2" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 278fd20e3..c9fbb9e1e 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.3.1" + "astro": "^2.3.2" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 25b682c1e..3631c1ae0 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1" + "astro": "^2.3.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index ec2ebbc77..8e8c7fd1e 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1" + "astro": "^2.3.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index a07d6ede6..0db06fb40 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1" + "astro": "^2.3.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index e8c1d454a..d9a3ea679 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "svelte": "^3.48.0", "@astrojs/svelte": "^2.1.0", "@astrojs/node": "^5.1.1", diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 6419ddf05..cd1ddc6c4 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.1.1", - "astro": "^2.3.1", + "astro": "^2.3.2", "kleur": "^4.1.5" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index ab3886734..68e823516 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "@astrojs/markdown-remark": "^2.1.4", "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 fd33e66e1..2e40c38fc 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1" + "astro": "^2.3.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index fb9923165..7e9879176 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "preact": "^10.6.5", "@astrojs/preact": "^2.1.0", "@astrojs/mdx": "^0.19.0" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index c39f43911..2e0bce854 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "preact": "^10.7.3", "@astrojs/preact": "^2.1.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index c74de2ecf..950442c0b 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.19.0", "@astrojs/tailwind": "^3.1.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.3.1", + "astro": "^2.3.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 9a8d5d6c4..03e19e4ff 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.3.1", + "astro": "^2.3.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 221b49bcf..2cdee37f0 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.3.1", + "astro": "^2.3.2", "vitest": "^0.20.3" } } diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index a9d96eb2d..cdbf24098 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 2.4.0 + +### Minor Changes + +- [#6707](https://github.com/withastro/astro/pull/6707) [`4ea716e56`](https://github.com/withastro/astro/commit/4ea716e5692d23361e9301330ce52733b3d05b01) Thanks [@philnash](https://github.com/philnash)! - Added extra elements to the RSS items, including categories and enclosure + ## 2.3.2 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 7f7121b62..21b07e2fb 100644 --- a/packages/astro-rss/package.json +++ b/packages/astro-rss/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/rss", "description": "Add RSS feeds to your Astro projects", - "version": "2.3.2", + "version": "2.4.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 41dadd1a4..ab0dc88b2 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 2.3.2 + +### Patch Changes + +- [#6920](https://github.com/withastro/astro/pull/6920) [`b89042553`](https://github.com/withastro/astro/commit/b89042553ec45d5f6bc71747e0f3470ba969e679) Thanks [@bluwy](https://github.com/bluwy)! - Fix tsconfig alias baseUrl handling for "." and ".." imports + ## 2.3.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 5786da29c..ac9cb074f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.3.1", + "version": "2.3.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 950b83aa8..a34f6bff3 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/cloudflare +## 6.2.3 + +### Patch Changes + +- [#6222](https://github.com/withastro/astro/pull/6222) [`081b2402c`](https://github.com/withastro/astro/commit/081b2402cfb48b5eb8dbd02664d8af2f7c798edf) Thanks [@AirBorne04](https://github.com/AirBorne04)! - add option to compile unminified code + +- Updated dependencies [[`b89042553`](https://github.com/withastro/astro/commit/b89042553ec45d5f6bc71747e0f3470ba969e679)]: + - astro@2.3.2 + ## 6.2.2 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index e926f313f..59a7a984c 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/Pages", - "version": "6.2.2", + "version": "6.2.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.3.1" + "astro": "workspace:^2.3.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 88556ce40..b05ea0846 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -33,7 +33,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.3.1" + "astro": "workspace:^2.3.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index a2fd5e70e..8f12944f8 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -63,7 +63,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.3.1", + "astro": "workspace:^2.3.2", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 252063442..f7d416b4b 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -41,7 +41,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.3.1" + "astro": "workspace:^2.3.2" }, "devDependencies": { "@types/chai": "^4.3.1", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 5a96bb615..f2e029a96 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -39,7 +39,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.3.1" + "astro": "workspace:^2.3.2" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 341e2f4dc..3e3a3e16e 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -35,7 +35,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.3.1" + "astro": "workspace:^2.3.2" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 21723cae1..491d7d1e7 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -43,7 +43,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.3.1", + "astro": "workspace:^2.3.2", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index afc3bc0a5..0a0b8aeea 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -40,7 +40,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.3.1", + "astro": "workspace:^2.3.2", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index e46621d1f..56e160623 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -53,7 +53,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.3.1" + "astro": "workspace:^2.3.2" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index dd4c60e9f..09a7d2d32 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -50,7 +50,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.3.1", + "astro": "workspace:^2.3.2", "vue": "^3.2.30" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 39384631c..f492e60a4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -140,7 +140,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/blog: @@ -149,25 +149,25 @@ importers: specifier: ^0.19.0 version: link:../../packages/integrations/mdx '@astrojs/rss': - specifier: ^2.3.2 + specifier: ^2.4.0 version: link:../../packages/astro-rss '@astrojs/sitemap': specifier: ^1.2.2 version: link:../../packages/integrations/sitemap astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/deno: dependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro devDependencies: '@astrojs/deno': @@ -201,7 +201,7 @@ importers: specifier: ^18.0.0 version: 18.0.6 astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro preact: specifier: ^10.7.3 @@ -229,7 +229,7 @@ importers: specifier: ^3.10.2 version: 3.10.2 astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/framework-lit: @@ -241,7 +241,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro lit: specifier: ^2.7.0 @@ -265,7 +265,7 @@ importers: specifier: ^2.1.1 version: link:../../packages/integrations/vue astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro preact: specifier: ^10.7.3 @@ -295,7 +295,7 @@ importers: specifier: ^1.1.0 version: 1.1.1(preact@10.11.0) astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro preact: specifier: ^10.7.3 @@ -313,7 +313,7 @@ importers: specifier: ^18.0.5 version: 18.0.6 astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro react: specifier: ^18.1.0 @@ -328,7 +328,7 @@ importers: specifier: ^2.1.0 version: link:../../packages/integrations/solid astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro solid-js: specifier: ^1.4.3 @@ -340,7 +340,7 @@ importers: specifier: ^2.1.0 version: link:../../packages/integrations/svelte astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro svelte: specifier: ^3.48.0 @@ -352,7 +352,7 @@ importers: specifier: ^2.1.1 version: link:../../packages/integrations/vue astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro vue: specifier: ^3.2.37 @@ -364,31 +364,31 @@ importers: specifier: ^5.1.1 version: link:../../packages/integrations/node astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/ssr: @@ -400,7 +400,7 @@ importers: specifier: ^2.1.0 version: link:../../packages/integrations/svelte astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro concurrently: specifier: ^7.2.1 @@ -421,7 +421,7 @@ importers: specifier: ^0.1.1 version: link:../../packages/integrations/markdoc astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro kleur: specifier: ^4.1.5 @@ -433,7 +433,7 @@ importers: specifier: ^2.1.4 version: link:../../packages/markdown/remark astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro hast-util-select: specifier: 5.0.1 @@ -454,7 +454,7 @@ importers: examples/with-markdown-shiki: dependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro examples/with-mdx: @@ -466,7 +466,7 @@ importers: specifier: ^2.1.0 version: link:../../packages/integrations/preact astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro preact: specifier: ^10.6.5 @@ -481,7 +481,7 @@ importers: specifier: ^0.1.3 version: 0.1.3(nanostores@0.5.12)(preact@10.11.0) astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro nanostores: specifier: ^0.5.12 @@ -502,7 +502,7 @@ importers: specifier: ^1.4.3 version: 1.4.3 astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro autoprefixer: specifier: ^10.4.7 @@ -520,7 +520,7 @@ importers: examples/with-vite-plugin-pwa: dependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro vite-plugin-pwa: specifier: 0.11.11 @@ -532,7 +532,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^2.3.1 + specifier: ^2.3.2 version: link:../../packages/astro vitest: specifier: ^0.20.3