From d5312392013886b3b2b072b93f28b017c1959274 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Fri, 7 Apr 2023 14:25:00 -0700 Subject: [PATCH] [ci] release (#6769) Co-authored-by: github-actions[bot] --- .changeset/big-poems-march.md | 5 -- .changeset/cuddly-eels-melt.md | 5 -- .changeset/fast-worms-agree.md | 5 -- .changeset/good-gorillas-compare.md | 5 -- .changeset/old-bugs-watch.md | 5 -- .changeset/silver-avocados-drum.md | 5 -- .changeset/smart-files-flow.md | 6 -- .changeset/wet-chefs-love.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 2 +- examples/deno/package.json | 2 +- examples/docs/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/hackernews/package.json | 2 +- examples/integration/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/with-markdoc/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 4 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vite-plugin-pwa/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 18 ++++++ packages/astro/package.json | 2 +- packages/integrations/cloudflare/package.json | 2 +- packages/integrations/deno/package.json | 2 +- packages/integrations/image/package.json | 2 +- packages/integrations/markdoc/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 6 ++ packages/integrations/mdx/package.json | 2 +- packages/integrations/netlify/CHANGELOG.md | 9 +++ packages/integrations/netlify/package.json | 4 +- packages/integrations/node/package.json | 2 +- packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/package.json | 2 +- packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/package.json | 2 +- pnpm-lock.yaml | 60 +++++++++---------- 51 files changed, 106 insertions(+), 114 deletions(-) delete mode 100644 .changeset/big-poems-march.md delete mode 100644 .changeset/cuddly-eels-melt.md delete mode 100644 .changeset/fast-worms-agree.md delete mode 100644 .changeset/good-gorillas-compare.md delete mode 100644 .changeset/old-bugs-watch.md delete mode 100644 .changeset/silver-avocados-drum.md delete mode 100644 .changeset/smart-files-flow.md delete mode 100644 .changeset/wet-chefs-love.md diff --git a/.changeset/big-poems-march.md b/.changeset/big-poems-march.md deleted file mode 100644 index a53224c62..000000000 --- a/.changeset/big-poems-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Exporting the ImageFunction in astro:content and grouping it under a SchemaContext diff --git a/.changeset/cuddly-eels-melt.md b/.changeset/cuddly-eels-melt.md deleted file mode 100644 index 90f80f28d..000000000 --- a/.changeset/cuddly-eels-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Allow `import.meta.env` values of `0`, `1`, `true`, and `false` to be used for `export const prerender` statements diff --git a/.changeset/fast-worms-agree.md b/.changeset/fast-worms-agree.md deleted file mode 100644 index 02b24f299..000000000 --- a/.changeset/fast-worms-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updated types to match newer Vite versions diff --git a/.changeset/good-gorillas-compare.md b/.changeset/good-gorillas-compare.md deleted file mode 100644 index 2c154963d..000000000 --- a/.changeset/good-gorillas-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix: remove old `slug()` type from `defineCollection()` helper diff --git a/.changeset/old-bugs-watch.md b/.changeset/old-bugs-watch.md deleted file mode 100644 index f0265a242..000000000 --- a/.changeset/old-bugs-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Support streaming inside of slots diff --git a/.changeset/silver-avocados-drum.md b/.changeset/silver-avocados-drum.md deleted file mode 100644 index 05f7881a2..000000000 --- a/.changeset/silver-avocados-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/netlify': patch ---- - -Use Deno API to set Astro.clientAddress in Netlify Edge diff --git a/.changeset/smart-files-flow.md b/.changeset/smart-files-flow.md deleted file mode 100644 index e0f9020ab..000000000 --- a/.changeset/smart-files-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/mdx': patch ---- - -Prevent body head content injection in MDX when using layout diff --git a/.changeset/wet-chefs-love.md b/.changeset/wet-chefs-love.md deleted file mode 100644 index 4ffc4a765..000000000 --- a/.changeset/wet-chefs-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix `astro:server:setup` middlewares not applying. This resolves an issue with the Partytown integration in dev. diff --git a/examples/basics/package.json b/examples/basics/package.json index 59aa14296..8f5ef77bd 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0" + "astro": "^2.2.1" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index d87ecfa63..08a4c0661 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", - "@astrojs/mdx": "^0.18.2", + "astro": "^2.2.1", + "@astrojs/mdx": "^0.18.3", "@astrojs/rss": "^2.3.2", "@astrojs/sitemap": "^1.2.2" } diff --git a/examples/component/package.json b/examples/component/package.json index 0f6ffd2c7..e590e8997 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.2.0" + "astro": "^2.2.1" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 1ef75718e..4fc5fb32c 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0" + "astro": "^2.2.1" }, "devDependencies": { "@astrojs/deno": "^4.1.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index 0ca6a90e3..10213420a 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "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 4c8a350f5..f5cf29876 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "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 ae801106d..e7e210671 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "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 9a9b99f10..8c25163bb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "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 f8d322803..c11921220 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "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 1782e1086..ba3dba5e5 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "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 c6520e5f6..865babd28 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "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 43a794670..15c00638c 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.2.0" + "astro": "^2.2.1" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index d22553fd6..f6634c05c 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "vue": "^3.2.37", "@astrojs/vue": "^2.1.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index aff9ccf87..5bbbb7c67 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.1.1", - "astro": "^2.2.0" + "astro": "^2.2.1" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 9b8c332de..898a0dc49 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.2.0" + "astro": "^2.2.1" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 018e5376a..3964fa966 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0" + "astro": "^2.2.1" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 15d2a8de6..20f483a54 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0" + "astro": "^2.2.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 40fd29123..aba87d1ad 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0" + "astro": "^2.2.1" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 2d46ace1d..9e361ee3f 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "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 e9d613a9e..76fd8cbc1 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.2.0", + "astro": "^2.2.1", "kleur": "^4.1.5" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 10d4eb0a5..3c152e41e 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "@astrojs/markdown-remark": "^2.1.3", "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 be6a5e1db..5a018293f 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0" + "astro": "^2.2.1" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index e5252ef3d..8da1f3311 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "preact": "^10.6.5", "@astrojs/preact": "^2.1.0", - "@astrojs/mdx": "^0.18.2" + "@astrojs/mdx": "^0.18.3" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 960293307..60f59acab 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "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 e4ab6a23b..d5a4a895b 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.18.2", + "@astrojs/mdx": "^0.18.3", "@astrojs/tailwind": "^3.1.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.2.0", + "astro": "^2.2.1", "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 2fa80dffa..96ee9f3a4 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.2.0", + "astro": "^2.2.1", "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 01afdebaf..853cfa436 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.2.0", + "astro": "^2.2.1", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 5296016c0..d395ba305 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,23 @@ # astro +## 2.2.1 + +### Patch Changes + +- [#6766](https://github.com/withastro/astro/pull/6766) [`72fed684a`](https://github.com/withastro/astro/commit/72fed684a35f00d80c69bcf6e8af297fed0294fe) Thanks [@Xetera](https://github.com/Xetera)! - Exporting the ImageFunction in astro:content and grouping it under a SchemaContext + +- [#6772](https://github.com/withastro/astro/pull/6772) [`45bff6fcc`](https://github.com/withastro/astro/commit/45bff6fccb3f5c71ff24c1ceb48cd532196c90f6) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Allow `import.meta.env` values of `0`, `1`, `true`, and `false` to be used for `export const prerender` statements + +- [#6770](https://github.com/withastro/astro/pull/6770) [`52d7a4a01`](https://github.com/withastro/astro/commit/52d7a4a011a3bb722b522fffd88c5fe9a519a196) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated types to match newer Vite versions + +- [#6774](https://github.com/withastro/astro/pull/6774) [`9e88e0f23`](https://github.com/withastro/astro/commit/9e88e0f23c5913c07f7e3e96fa0555219ef710dc) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: remove old `slug()` type from `defineCollection()` helper + +- [#6775](https://github.com/withastro/astro/pull/6775) [`fa84f1a7d`](https://github.com/withastro/astro/commit/fa84f1a7d2c290479c75199f16e8de489036d7ea) Thanks [@matthewp](https://github.com/matthewp)! - Support streaming inside of slots + +- [#6779](https://github.com/withastro/astro/pull/6779) [`a98f6f418`](https://github.com/withastro/astro/commit/a98f6f418c92261a06ef79624a8c86e288c21eab) Thanks [@matthewp](https://github.com/matthewp)! - Prevent body head content injection in MDX when using layout + +- [#6781](https://github.com/withastro/astro/pull/6781) [`7f74326b7`](https://github.com/withastro/astro/commit/7f74326b762bfc174ebe8e37ae03733563e4214f) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix `astro:server:setup` middlewares not applying. This resolves an issue with the Partytown integration in dev. + ## 2.2.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 3b57f3b40..25ac33ae0 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.2.0", + "version": "2.2.1", "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/package.json b/packages/integrations/cloudflare/package.json index d6a7e8c57..68ba75ddb 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.2.0" + "astro": "workspace:^2.2.1" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 486763f41..35cd0ba37 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.2.0" + "astro": "workspace:^2.2.1" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 9fd998545..63e3b906e 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -63,7 +63,7 @@ "vite": "^4.2.1" }, "peerDependencies": { - "astro": "workspace:^2.2.0", + "astro": "workspace:^2.2.1", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index b6360919d..571114231 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.2.0" + "astro": "workspace:^2.2.1" }, "devDependencies": { "@types/chai": "^4.3.1", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 344903a99..53e2a426e 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.18.3 + +### Patch Changes + +- [#6779](https://github.com/withastro/astro/pull/6779) [`a98f6f418`](https://github.com/withastro/astro/commit/a98f6f418c92261a06ef79624a8c86e288c21eab) Thanks [@matthewp](https://github.com/matthewp)! - Prevent body head content injection in MDX when using layout + ## 0.18.2 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 4e52933b4..cf1ceed0f 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Add support for MDX pages in your Astro site", - "version": "0.18.2", + "version": "0.18.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 90a9f7f26..6c201e845 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/netlify +## 2.2.1 + +### Patch Changes + +- [#6651](https://github.com/withastro/astro/pull/6651) [`416ceb973`](https://github.com/withastro/astro/commit/416ceb9730ce604cd3f73c22200907d9b9978073) Thanks [@matthewp](https://github.com/matthewp)! - Use Deno API to set Astro.clientAddress in Netlify Edge + +- Updated dependencies [[`72fed684a`](https://github.com/withastro/astro/commit/72fed684a35f00d80c69bcf6e8af297fed0294fe), [`45bff6fcc`](https://github.com/withastro/astro/commit/45bff6fccb3f5c71ff24c1ceb48cd532196c90f6), [`52d7a4a01`](https://github.com/withastro/astro/commit/52d7a4a011a3bb722b522fffd88c5fe9a519a196), [`9e88e0f23`](https://github.com/withastro/astro/commit/9e88e0f23c5913c07f7e3e96fa0555219ef710dc), [`fa84f1a7d`](https://github.com/withastro/astro/commit/fa84f1a7d2c290479c75199f16e8de489036d7ea), [`a98f6f418`](https://github.com/withastro/astro/commit/a98f6f418c92261a06ef79624a8c86e288c21eab), [`7f74326b7`](https://github.com/withastro/astro/commit/7f74326b762bfc174ebe8e37ae03733563e4214f)]: + - astro@2.2.1 + ## 2.2.0 ### Minor Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index dfe8385a1..98594c4de 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "2.2.0", + "version": "2.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -39,7 +39,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.2.0" + "astro": "workspace:^2.2.1" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 850d1ca95..0ab21d4fe 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.2.0" + "astro": "workspace:^2.2.1" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index adb9b0943..4169ea1f8 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -43,7 +43,7 @@ "vite": "^4.2.1" }, "peerDependencies": { - "astro": "workspace:^2.2.0", + "astro": "workspace:^2.2.1", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 5b6a42c33..ee2b61beb 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -40,7 +40,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.2.0", + "astro": "workspace:^2.2.1", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 329a4a7fc..e86ba2ab4 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.2.0" + "astro": "workspace:^2.2.1" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 57f3d6d40..9c41d6edd 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.2.0", + "astro": "workspace:^2.2.1", "vue": "^3.2.30" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 08c38a58a..556de504f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,16 +104,16 @@ importers: examples/basics: specifiers: - astro: ^2.2.0 + astro: ^2.2.1 dependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.18.2 + '@astrojs/mdx': ^0.18.3 '@astrojs/rss': ^2.3.2 '@astrojs/sitemap': ^1.2.2 - astro: ^2.2.0 + astro: ^2.2.1 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -122,14 +122,14 @@ importers: examples/component: specifiers: - astro: ^2.2.0 + astro: ^2.2.1 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^4.1.0 - astro: ^2.2.0 + astro: ^2.2.1 dependencies: astro: link:../../packages/astro devDependencies: @@ -145,7 +145,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^2.2.0 + astro: ^2.2.1 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -171,7 +171,7 @@ importers: '@astrojs/alpinejs': ^0.2.1 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^2.2.0 + astro: ^2.2.1 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -182,7 +182,7 @@ importers: specifiers: '@astrojs/lit': ^2.0.1 '@webcomponents/template-shadowroot': ^0.2.1 - astro: ^2.2.0 + astro: ^2.2.1 lit: ^2.7.0 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -197,7 +197,7 @@ importers: '@astrojs/solid-js': ^2.1.0 '@astrojs/svelte': ^2.1.0 '@astrojs/vue': ^2.1.1 - astro: ^2.2.0 + astro: ^2.2.1 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -222,7 +222,7 @@ importers: specifiers: '@astrojs/preact': ^2.1.0 '@preact/signals': ^1.1.0 - astro: ^2.2.0 + astro: ^2.2.1 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -235,7 +235,7 @@ importers: '@astrojs/react': ^2.1.1 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.2.0 + astro: ^2.2.1 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -249,7 +249,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^2.1.0 - astro: ^2.2.0 + astro: ^2.2.1 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -259,7 +259,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^2.1.0 - astro: ^2.2.0 + astro: ^2.2.1 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -269,7 +269,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^2.1.1 - astro: ^2.2.0 + astro: ^2.2.1 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -279,32 +279,32 @@ importers: examples/hackernews: specifiers: '@astrojs/node': ^5.1.1 - astro: ^2.2.0 + astro: ^2.2.1 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.2.0 + astro: ^2.2.1 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.2.0 + astro: ^2.2.1 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.2.0 + astro: ^2.2.1 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.2.0 + astro: ^2.2.1 dependencies: astro: link:../../packages/astro @@ -312,7 +312,7 @@ importers: specifiers: '@astrojs/node': ^5.1.1 '@astrojs/svelte': ^2.1.0 - astro: ^2.2.0 + astro: ^2.2.1 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -329,7 +329,7 @@ importers: examples/with-markdoc: specifiers: '@astrojs/markdoc': ^0.1.1 - astro: ^2.2.0 + astro: ^2.2.1 kleur: ^4.1.5 dependencies: '@astrojs/markdoc': link:../../packages/integrations/markdoc @@ -339,7 +339,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^2.1.3 - astro: ^2.2.0 + astro: ^2.2.1 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -356,15 +356,15 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^2.2.0 + astro: ^2.2.1 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.18.2 + '@astrojs/mdx': ^0.18.3 '@astrojs/preact': ^2.1.0 - astro: ^2.2.0 + astro: ^2.2.1 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -376,7 +376,7 @@ importers: specifiers: '@astrojs/preact': ^2.1.0 '@nanostores/preact': ^0.1.3 - astro: ^2.2.0 + astro: ^2.2.1 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -388,10 +388,10 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/mdx': ^0.18.2 + '@astrojs/mdx': ^0.18.3 '@astrojs/tailwind': ^3.1.1 '@types/canvas-confetti': ^1.4.3 - astro: ^2.2.0 + astro: ^2.2.1 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -408,7 +408,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^2.2.0 + astro: ^2.2.1 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -418,7 +418,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.2.0 + astro: ^2.2.1 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro