diff options
author | 2023-07-14 14:16:31 -0700 | |
---|---|---|
committer | 2023-07-14 16:16:31 -0500 | |
commit | dc7ab8af65b837690f4b14b08c3c6fe107f797c9 (patch) | |
tree | c375846f470ee3a320ca1c5eeee02d7b8e0cb2e1 | |
parent | ea910de61f9bd5c082914b5c6a7c083dff5e02a8 (diff) | |
download | astro-dc7ab8af65b837690f4b14b08c3c6fe107f797c9.tar.gz astro-dc7ab8af65b837690f4b14b08c3c6fe107f797c9.tar.zst astro-dc7ab8af65b837690f4b14b08c3c6fe107f797c9.zip |
[ci] release (#7658)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/chatty-pigs-film.md | 5 | ||||
-rw-r--r-- | .changeset/pretty-hats-smash.md | 5 | ||||
-rw-r--r-- | examples/blog/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/sitemap/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/sitemap/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
8 files changed, 16 insertions, 14 deletions
diff --git a/.changeset/chatty-pigs-film.md b/.changeset/chatty-pigs-film.md deleted file mode 100644 index 08aabe12b..000000000 --- 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 e67993758..000000000 --- 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 ef8f1ebe5..720b1487c 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 32ba79a61..66a811d43 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 e347f30c2..1bab2f741 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 1dcfa51f3..20974cc61 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 2d287d287..fb9a242cd 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 6d974b2de..036b745f2 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 |