diff --git a/.changeset/chatty-pigs-film.md b/.changeset/chatty-pigs-film.md deleted file mode 100644 index 08aabe12ba..0000000000 --- a/.changeset/chatty-pigs-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/sitemap': minor ---- - -Ensure sitemap only excludes numerical pages matching `/404` and `/500` exactly diff --git a/.changeset/pretty-hats-smash.md b/.changeset/pretty-hats-smash.md deleted file mode 100644 index e679937584..0000000000 --- a/.changeset/pretty-hats-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Fix critical build regression. `@vercel/nft` is excluded from the bundle automatically. diff --git a/examples/blog/package.json b/examples/blog/package.json index ef8f1ebe5d..720b1487c5 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^0.19.7", "@astrojs/rss": "^2.4.3", - "@astrojs/sitemap": "^1.3.3", + "@astrojs/sitemap": "^1.4.0", "astro": "^2.8.3" } } diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index 32ba79a61a..66a811d431 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 1.4.0 + +### Minor Changes + +- [#7655](https://github.com/withastro/astro/pull/7655) [`c258492b7`](https://github.com/withastro/astro/commit/c258492b7218cc7e5b7be38f48ec1bb1296292d5) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Ensure sitemap only excludes numerical pages matching `/404` and `/500` exactly + ## 1.3.3 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index e347f30c28..1bab2f7411 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for your Astro site", - "version": "1.3.3", + "version": "1.4.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 1dcfa51f34..20974cc61f 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 3.7.2 + +### Patch Changes + +- [#7659](https://github.com/withastro/astro/pull/7659) [`57a5eff5c`](https://github.com/withastro/astro/commit/57a5eff5cee9852dca1e328e233949581edc5fb9) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix critical build regression. `@vercel/nft` is excluded from the bundle automatically. + ## 3.7.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 2d287d2874..fb9a242cd0 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": "3.7.1", + "version": "3.7.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d974b2de5..036b745f20 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,7 +139,7 @@ importers: specifier: ^2.4.3 version: link:../../packages/astro-rss '@astrojs/sitemap': - specifier: ^1.3.3 + specifier: ^1.4.0 version: link:../../packages/integrations/sitemap astro: specifier: ^2.8.3