From 0ec54f4c86c8c4b7452bc92fb6dbd8f53d3809ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Dec 2023 10:49:01 +0000 Subject: [PATCH] [ci] release --- .changeset/big-shirts-travel.md | 5 -- .changeset/gorgeous-buttons-remember.md | 5 -- .changeset/honest-bats-own.md | 5 -- .changeset/neat-peaches-mate.md | 8 --- .changeset/nervous-chicken-allow.md | 5 -- .changeset/shiny-glasses-care.md | 5 -- .changeset/sweet-deers-watch.md | 5 -- .changeset/swift-buttons-drum.md | 5 -- .changeset/young-rats-sin.md | 11 --- .changeset/young-spoons-rescue.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 6 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 4 +- examples/hackernews/package.json | 4 +- examples/integration/package.json | 2 +- examples/middleware/package.json | 4 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 6 +- examples/view-transitions/package.json | 4 +- examples/with-markdoc/package.json | 2 +- examples/with-markdown-plugins/package.json | 4 +- 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-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 21 ++++++ packages/astro/package.json | 2 +- packages/astro/src/cli/add/index.ts | 10 +-- packages/integrations/mdx/CHANGELOG.md | 9 +++ packages/integrations/mdx/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 6 ++ packages/integrations/node/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 8 +++ packages/integrations/svelte/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 10 +++ packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 6 ++ packages/integrations/vue/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 6 ++ packages/markdown/remark/package.json | 2 +- pnpm-lock.yaml | 78 ++++++++++----------- 52 files changed, 156 insertions(+), 149 deletions(-) delete mode 100644 .changeset/big-shirts-travel.md delete mode 100644 .changeset/gorgeous-buttons-remember.md delete mode 100644 .changeset/honest-bats-own.md delete mode 100644 .changeset/neat-peaches-mate.md delete mode 100644 .changeset/nervous-chicken-allow.md delete mode 100644 .changeset/shiny-glasses-care.md delete mode 100644 .changeset/sweet-deers-watch.md delete mode 100644 .changeset/swift-buttons-drum.md delete mode 100644 .changeset/young-rats-sin.md delete mode 100644 .changeset/young-spoons-rescue.md diff --git a/.changeset/big-shirts-travel.md b/.changeset/big-shirts-travel.md deleted file mode 100644 index 2adfa3e4e6e4a..0000000000000 --- a/.changeset/big-shirts-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -When using Svelte 5, slots can now be rendered as snippets diff --git a/.changeset/gorgeous-buttons-remember.md b/.changeset/gorgeous-buttons-remember.md deleted file mode 100644 index 46a6059499c4d..0000000000000 --- a/.changeset/gorgeous-buttons-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': patch ---- - -Fixes an issue where this package could not be installed alongside Astro 4.0. diff --git a/.changeset/honest-bats-own.md b/.changeset/honest-bats-own.md deleted file mode 100644 index 3755e7572d8f3..0000000000000 --- a/.changeset/honest-bats-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Correctly handle the rendering of i18n routes when `output: "hybrid"` is set diff --git a/.changeset/neat-peaches-mate.md b/.changeset/neat-peaches-mate.md deleted file mode 100644 index f39840afde37e..0000000000000 --- a/.changeset/neat-peaches-mate.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@astrojs/svelte': patch -'@astrojs/node': patch -'@astrojs/mdx': patch -'@astrojs/vue': patch ---- - -Updates NPM package to refer to the stable Astro version instead of a beta. diff --git a/.changeset/nervous-chicken-allow.md b/.changeset/nervous-chicken-allow.md deleted file mode 100644 index 214bd306ff4fb..0000000000000 --- a/.changeset/nervous-chicken-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Fixes an issue where redirects did not work with the static adapter. diff --git a/.changeset/shiny-glasses-care.md b/.changeset/shiny-glasses-care.md deleted file mode 100644 index 07f60d3da0ee0..0000000000000 --- a/.changeset/shiny-glasses-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where prerendered route paths that end with `.mjs` were removed from the final build diff --git a/.changeset/sweet-deers-watch.md b/.changeset/sweet-deers-watch.md deleted file mode 100644 index a582602eb7a9a..0000000000000 --- a/.changeset/sweet-deers-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/vercel": patch ---- - -Fixes some incorrect code examples in the README documentation. diff --git a/.changeset/swift-buttons-drum.md b/.changeset/swift-buttons-drum.md deleted file mode 100644 index bf40b0478a87c..0000000000000 --- a/.changeset/swift-buttons-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prettifies generated route names injected by integrations diff --git a/.changeset/young-rats-sin.md b/.changeset/young-rats-sin.md deleted file mode 100644 index 0d26ac34a4ed9..0000000000000 --- a/.changeset/young-rats-sin.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'astro': patch ---- - -Fixes an edge case with `astro add` that could install a prerelease instead of a stable release version. - -**Prior to this change** -`astro add svelte` installs `svelte@5.0.0-next.22` - -**After this change** -`astro add svelte` installs `svelte@4.2.8` diff --git a/.changeset/young-spoons-rescue.md b/.changeset/young-spoons-rescue.md deleted file mode 100644 index 6fbeded05974e..0000000000000 --- a/.changeset/young-spoons-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Allows the edge middleware to be an async function. diff --git a/examples/basics/package.json b/examples/basics/package.json index d33671b1fb9f7..ad23060bf80e0 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.3" + "astro": "^4.0.4" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 0c42df70d5fb5..45e4448465fad 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.0", + "@astrojs/mdx": "^2.0.1", "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.3", - "astro": "^4.0.3" + "astro": "^4.0.4" } } diff --git a/examples/component/package.json b/examples/component/package.json index 3a72bb72e0bbe..096ca22668a30 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.0.3" + "astro": "^4.0.4" }, "peerDependencies": { "astro": "^3.0.0" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index d37a79bc0e552..6b8ff7eb6f416 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.3.1", "@types/alpinejs": "^3.13.5", "alpinejs": "^3.13.3", - "astro": "^4.0.3" + "astro": "^4.0.4" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 96593eb37f475..ae91480c08303 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^3.0.3", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.0.3", + "astro": "^4.0.4", "lit": "^2.8.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 498b56f782078..2430eb48c67fb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -14,9 +14,9 @@ "@astrojs/preact": "^3.0.1", "@astrojs/react": "^3.0.7", "@astrojs/solid-js": "^3.0.2", - "@astrojs/svelte": "^5.0.0", - "@astrojs/vue": "^4.0.2", - "astro": "^4.0.3", + "@astrojs/svelte": "^5.0.1", + "@astrojs/vue": "^4.0.3", + "astro": "^4.0.4", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 5ed6833731ecf..58506b47d21db 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.0.1", "@preact/signals": "^1.2.1", - "astro": "^4.0.3", + "astro": "^4.0.4", "preact": "^10.19.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 1732ec7906c40..e5485fe66b9f5 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.0.7", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.0.3", + "astro": "^4.0.4", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 709d10f815720..3ec2222058993 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^3.0.2", - "astro": "^4.0.3", + "astro": "^4.0.4", "solid-js": "^1.8.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index c99ea913456f3..12a8ac4a717c8 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.0.0", - "astro": "^4.0.3", + "@astrojs/svelte": "^5.0.1", + "astro": "^4.0.4", "svelte": "^4.2.5" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 3a4480862d1bb..11ececb9c9949 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.0.2", - "astro": "^4.0.3", + "@astrojs/vue": "^4.0.3", + "astro": "^4.0.4", "vue": "^3.3.8" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 28a3310acbcfa..b93b13079d723 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^7.0.0", - "astro": "^4.0.3" + "@astrojs/node": "^7.0.1", + "astro": "^4.0.4" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index a92a888b46e67..f30edbedf73e8 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.0.3" + "astro": "^4.0.4" }, "peerDependencies": { "astro": "^3.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index 9af03a263845e..f4f9f4f7cc489 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -12,8 +12,8 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^7.0.0", - "astro": "^4.0.3", + "@astrojs/node": "^7.0.1", + "astro": "^4.0.4", "html-minifier": "^4.0.0" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 4e4fb33d36eae..2544a3121a290 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.3" + "astro": "^4.0.4" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 52b4c9fc71e22..98041639cacfc 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.3" + "astro": "^4.0.4" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 01d5effb62202..a0928bc16b254 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.3" + "astro": "^4.0.4" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 5c6c5c20f62d1..a4fed31fb68e3 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^7.0.0", - "@astrojs/svelte": "^5.0.0", - "astro": "^4.0.3", + "@astrojs/node": "^7.0.1", + "@astrojs/svelte": "^5.0.1", + "astro": "^4.0.4", "svelte": "^4.2.5" } } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index bb19a4f032a82..e29aa5128b62d 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^5.0.3", - "@astrojs/node": "^7.0.0", - "astro": "^4.0.3" + "@astrojs/node": "^7.0.1", + "astro": "^4.0.4" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 4d63d789ce6b2..63a36cfb2f559 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.8.0", - "astro": "^4.0.3" + "astro": "^4.0.4" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index bd86abdde00d1..e92420d7b6f75 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdown-remark": "^4.0.0", - "astro": "^4.0.3", + "@astrojs/markdown-remark": "^4.0.1", + "astro": "^4.0.4", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 56de8c8716ef0..739144e385180 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.0.3" + "astro": "^4.0.4" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index b0e08746819fa..f7c7d5d1ae7ea 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.0", + "@astrojs/mdx": "^2.0.1", "@astrojs/preact": "^3.0.1", - "astro": "^4.0.3", + "astro": "^4.0.4", "preact": "^10.19.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 66bd31e66dff3..e55cf4b21ecb1 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.0.1", "@nanostores/preact": "^0.5.0", - "astro": "^4.0.3", + "astro": "^4.0.4", "nanostores": "^0.9.5", "preact": "^10.19.2" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index c62ad33435140..08ef7997b1b7c 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.0", + "@astrojs/mdx": "^2.0.1", "@astrojs/tailwind": "^5.0.3", "@types/canvas-confetti": "^1.6.3", - "astro": "^4.0.3", + "astro": "^4.0.4", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.9.1", "postcss": "^8.4.28", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 54f7fdf99720b..a79ab6beeeeb3 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.0.3", + "astro": "^4.0.4", "vitest": "^0.34.2" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index da96a03cb6be2..2393e1b159eba 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,26 @@ # astro +## 4.0.4 + +### Patch Changes + +- [#9380](https://github.com/withastro/astro/pull/9380) [`ea0918259`](https://github.com/withastro/astro/commit/ea0918259964947523827bac6abe88ad3841dbb9) Thanks [@ematipico](https://github.com/ematipico)! - Correctly handle the rendering of i18n routes when `output: "hybrid"` is set + +- [#9374](https://github.com/withastro/astro/pull/9374) [`65ddb0271`](https://github.com/withastro/astro/commit/65ddb027111514d41481f7455c0f0f03f8f608a8) Thanks [@bluwy](https://github.com/bluwy)! - Fixes an issue where prerendered route paths that end with `.mjs` were removed from the final build + +- [#9375](https://github.com/withastro/astro/pull/9375) [`26f7023d6`](https://github.com/withastro/astro/commit/26f7023d6928de75c363df0fa759a6255cb73ef3) Thanks [@bluwy](https://github.com/bluwy)! - Prettifies generated route names injected by integrations + +- [#9387](https://github.com/withastro/astro/pull/9387) [`a7c75b333`](https://github.com/withastro/astro/commit/a7c75b3339e6b1562d0d16ab6ef482840c51df68) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes an edge case with `astro add` that could install a prerelease instead of a stable release version. + + **Prior to this change** + `astro add svelte` installs `svelte@5.0.0-next.22` + + **After this change** + `astro add svelte` installs `svelte@4.2.8` + +- Updated dependencies [[`270c6cc27`](https://github.com/withastro/astro/commit/270c6cc27f20995883fcdabbff9b56d7f041f9e4)]: + - @astrojs/markdown-remark@4.0.1 + ## 4.0.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 79992216b4ae0..37a02780fd72f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.0.3", + "version": "4.0.4", "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/astro/src/cli/add/index.ts b/packages/astro/src/cli/add/index.ts index 8ddc0e7de0068..76323ca0b7894 100644 --- a/packages/astro/src/cli/add/index.ts +++ b/packages/astro/src/cli/add/index.ts @@ -642,15 +642,15 @@ async function convertIntegrationsToInstallSpecifiers( } /** - * Resolves package with a given range to a STABLE version - * peerDependencies might specify a compatible prerelease, - * but `astro add` should only ever install stable releases - */ + * Resolves package with a given range to a STABLE version + * peerDependencies might specify a compatible prerelease, + * but `astro add` should only ever install stable releases + */ async function resolveRangeToInstallSpecifier(name: string, range: string): Promise { const versions = await fetchPackageVersions(name); if (versions instanceof Error) return name; // Filter out any prerelease versions - const stableVersions = versions.filter(v => !v.includes('-')); + const stableVersions = versions.filter((v) => !v.includes('-')); const maxStable = maxSatisfying(stableVersions, range); return `${name}@^${maxStable}`; } diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 374496a496d9c..6161b6238d59f 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/mdx +## 2.0.1 + +### Patch Changes + +- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta. + +- Updated dependencies [[`270c6cc27`](https://github.com/withastro/astro/commit/270c6cc27f20995883fcdabbff9b56d7f041f9e4)]: + - @astrojs/markdown-remark@4.0.1 + ## 2.0.0 ### Major Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 4ebd6d9bc6700..00ddefe47a3b1 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": "2.0.0", + "version": "2.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 71a1b2f2f69d1..89c7a40218447 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 7.0.1 + +### Patch Changes + +- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta. + ## 7.0.0 ### Major Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 7ae3b46bf1c45..402bb6f7b966c 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "7.0.0", + "version": "7.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 19939d2f15d0f..cf253e29089bb 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/svelte +## 5.0.1 + +### Patch Changes + +- [#9285](https://github.com/withastro/astro/pull/9285) [`1aa7fe85c`](https://github.com/withastro/astro/commit/1aa7fe85c1f18fb22e417a1958270443e94cdc32) Thanks [@bluwy](https://github.com/bluwy)! - When using Svelte 5, slots can now be rendered as snippets + +- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta. + ## 5.0.0 ### Major Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index e755bddeb91a9..11dd8f0f00cb9 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "5.0.0", + "version": "5.0.1", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index abb304360da07..282b5108cbd4c 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/vercel +## 6.0.2 + +### Patch Changes + +- [#9287](https://github.com/withastro/astro/pull/9287) [`1e342e34e`](https://github.com/withastro/astro/commit/1e342e34eb9cef465b838654cea7bb4b0d24e602) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where redirects did not work with the static adapter. + +- [#9383](https://github.com/withastro/astro/pull/9383) [`bebf5cf22`](https://github.com/withastro/astro/commit/bebf5cf22d0d842670825aa961529e8b342e2b26) Thanks [@sarah11918](https://github.com/sarah11918)! - Fixes some incorrect code examples in the README documentation. + +- [#9334](https://github.com/withastro/astro/pull/9334) [`dfbc70790`](https://github.com/withastro/astro/commit/dfbc7079081d3346713cb536358a3854362a2c95) Thanks [@Geo25rey](https://github.com/Geo25rey)! - Allows the edge middleware to be an async function. + ## 6.0.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index db1b63a900e24..3aea2a45523b0 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "6.0.1", + "version": "6.0.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 16b28bec63fd3..8377a7e84eb3f 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.0.3 + +### Patch Changes + +- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta. + ## 4.0.2 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 1226795896fb2..5435447d98abf 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.0.2", + "version": "4.0.3", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 93e1d5870010c..6a53750b4a03e 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-remark +## 4.0.1 + +### Patch Changes + +- [#9349](https://github.com/withastro/astro/pull/9349) [`270c6cc27`](https://github.com/withastro/astro/commit/270c6cc27f20995883fcdabbff9b56d7f041f9e4) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where this package could not be installed alongside Astro 4.0. + ## 4.0.0 ### Major Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 7cb9bbb64c817..c65a582e77a79 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "4.0.0", + "version": "4.0.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b1ea077dc129..1f9aaa4dc184f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,13 +125,13 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^2.0.0 + specifier: ^2.0.1 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.1 @@ -140,13 +140,13 @@ importers: specifier: ^3.0.3 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/framework-alpine: @@ -161,7 +161,7 @@ importers: specifier: ^3.13.3 version: 3.13.3 astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/framework-lit: @@ -173,7 +173,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro lit: specifier: ^2.8.0 @@ -191,13 +191,13 @@ importers: specifier: ^3.0.2 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^5.0.0 + specifier: ^5.0.1 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^4.0.2 + specifier: ^4.0.3 version: link:../../packages/integrations/vue astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -227,7 +227,7 @@ importers: specifier: ^1.2.1 version: 1.2.1(preact@10.19.2) astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -245,7 +245,7 @@ importers: specifier: ^18.2.15 version: 18.2.15 astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro react: specifier: ^18.2.0 @@ -260,7 +260,7 @@ importers: specifier: ^3.0.2 version: link:../../packages/integrations/solid astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro solid-js: specifier: ^1.8.5 @@ -269,10 +269,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^5.0.0 + specifier: ^5.0.1 version: link:../../packages/integrations/svelte astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -281,10 +281,10 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^4.0.2 + specifier: ^4.0.3 version: link:../../packages/integrations/vue astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro vue: specifier: ^3.3.8 @@ -293,25 +293,25 @@ importers: examples/hackernews: dependencies: '@astrojs/node': - specifier: ^7.0.0 + specifier: ^7.0.1 version: link:../../packages/integrations/node astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/middleware: dependencies: '@astrojs/node': - specifier: ^7.0.0 + specifier: ^7.0.1 version: link:../../packages/integrations/node astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro html-minifier: specifier: ^4.0.0 @@ -320,31 +320,31 @@ importers: examples/minimal: dependencies: astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/ssr: dependencies: '@astrojs/node': - specifier: ^7.0.0 + specifier: ^7.0.1 version: link:../../packages/integrations/node '@astrojs/svelte': - specifier: ^5.0.0 + specifier: ^5.0.1 version: link:../../packages/integrations/svelte astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -353,13 +353,13 @@ importers: examples/view-transitions: devDependencies: '@astrojs/node': - specifier: ^7.0.0 + specifier: ^7.0.1 version: link:../../packages/integrations/node '@astrojs/tailwind': specifier: ^5.0.3 version: link:../../packages/integrations/tailwind astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/with-markdoc: @@ -368,16 +368,16 @@ importers: specifier: ^0.8.0 version: link:../../packages/integrations/markdoc astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/with-markdown-plugins: dependencies: '@astrojs/markdown-remark': - specifier: ^4.0.0 + specifier: ^4.0.1 version: link:../../packages/markdown/remark astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro hast-util-select: specifier: ^6.0.2 @@ -398,19 +398,19 @@ importers: examples/with-markdown-shiki: dependencies: astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^2.0.0 + specifier: ^2.0.1 version: link:../../packages/integrations/mdx '@astrojs/preact': specifier: ^3.0.1 version: link:../../packages/integrations/preact astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -425,7 +425,7 @@ importers: specifier: ^0.5.0 version: 0.5.0(nanostores@0.9.5)(preact@10.19.2) astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro nanostores: specifier: ^0.9.5 @@ -437,7 +437,7 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^2.0.0 + specifier: ^2.0.1 version: link:../../packages/integrations/mdx '@astrojs/tailwind': specifier: ^5.0.3 @@ -446,7 +446,7 @@ importers: specifier: ^1.6.3 version: 1.6.3 astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro autoprefixer: specifier: ^10.4.15 @@ -464,7 +464,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.0.3 + specifier: ^4.0.4 version: link:../../packages/astro vitest: specifier: ^0.34.2