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

[ci] release (#9365)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-12-11 03:57:19 -08:00 committed by GitHub
parent d656797fce
commit f47b85ce6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 151 additions and 144 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/svelte': patch
---
When using Svelte 5, slots can now be rendered as snippets

View file

@ -1,5 +0,0 @@
---
'@astrojs/markdown-remark': patch
---
Fixes an issue where this package could not be installed alongside Astro 4.0.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Correctly handle the rendering of i18n routes when `output: "hybrid"` is set

View file

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

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': patch
---
Fixes an issue where redirects did not work with the static adapter.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes an issue where prerendered route paths that end with `.mjs` were removed from the final build

View file

@ -1,5 +0,0 @@
---
"@astrojs/vercel": patch
---
Fixes some incorrect code examples in the README documentation.

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Prettifies generated route names injected by integrations

View file

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

View file

@ -1,5 +0,0 @@
---
'@astrojs/vercel': patch
---
Allows the edge middleware to be an async function.

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.3"
"astro": "^4.0.4"
}
}

View file

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

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^4.0.3"
"astro": "^4.0.4"
},
"peerDependencies": {
"astro": "^3.0.0"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"astro": "^4.0.3",
"astro": "^4.0.4",
"solid-js": "^1.8.5"
}
}

View file

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

View file

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

View file

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

View file

@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^4.0.3"
"astro": "^4.0.4"
},
"peerDependencies": {
"astro": "^3.0.0"

View file

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

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.3"
"astro": "^4.0.4"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.3"
"astro": "^4.0.4"
}
}

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.3"
"astro": "^4.0.4"
}
}

View file

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

View file

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

View file

@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.8.0",
"astro": "^4.0.3"
"astro": "^4.0.4"
}
}

View file

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

View file

@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.0.3"
"astro": "^4.0.4"
}
}

View file

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

View file

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

View file

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

View file

@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^4.0.3",
"astro": "^4.0.4",
"vitest": "^0.34.2"
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

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