0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] release (#7658)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-07-14 14:16:31 -07:00 committed by GitHub
parent ea910de61f
commit dc7ab8af65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 14 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/sitemap': minor
---
Ensure sitemap only excludes numerical pages matching `/404` and `/500` exactly

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': patch
---
Fix critical build regression. `@vercel/nft` is excluded from the bundle automatically.

View file

@ -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"
}
}

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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",

View file

@ -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