mirror of
https://github.com/withastro/astro.git
synced 2025-03-17 23:11:29 -05:00
[ci] release (#12490)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b9c05f45b2
commit
3bed8050b9
22 changed files with 63 additions and 42 deletions
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'@astrojs/solid-js': patch
|
||||
'@astrojs/vue': patch
|
||||
'@astrojs/svelte': patch
|
||||
'@astrojs/react': patch
|
||||
'@astrojs/preact': patch
|
||||
---
|
||||
|
||||
Resolve `vite` peer dependency problem for strict package managers like **Yarn in PnP mode**.
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"astro": "^4.16.14",
|
||||
"@astrojs/react": "^3.6.2",
|
||||
"@astrojs/react": "^3.6.3",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"vitest": "^2.1.4"
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^3.5.3",
|
||||
"@astrojs/react": "^3.6.2",
|
||||
"@astrojs/solid-js": "^4.4.3",
|
||||
"@astrojs/svelte": "^6.0.1",
|
||||
"@astrojs/vue": "^4.5.2",
|
||||
"@astrojs/preact": "^3.5.4",
|
||||
"@astrojs/react": "^3.6.3",
|
||||
"@astrojs/solid-js": "^4.4.4",
|
||||
"@astrojs/svelte": "^6.0.2",
|
||||
"@astrojs/vue": "^4.5.3",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"astro": "^4.16.14",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^3.5.3",
|
||||
"@astrojs/preact": "^3.5.4",
|
||||
"@preact/signals": "^1.3.0",
|
||||
"astro": "^4.16.14",
|
||||
"preact": "^10.24.3"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^3.6.2",
|
||||
"@astrojs/react": "^3.6.3",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"astro": "^4.16.14",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "^4.4.3",
|
||||
"@astrojs/solid-js": "^4.4.4",
|
||||
"astro": "^4.16.14",
|
||||
"solid-js": "^1.9.3"
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/svelte": "^6.0.1",
|
||||
"@astrojs/svelte": "^6.0.2",
|
||||
"astro": "^4.16.14",
|
||||
"svelte": "^5.1.16"
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/vue": "^4.5.2",
|
||||
"@astrojs/vue": "^4.5.3",
|
||||
"astro": "^4.16.14",
|
||||
"vue": "^3.5.12"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^8.3.4",
|
||||
"@astrojs/svelte": "^6.0.1",
|
||||
"@astrojs/svelte": "^6.0.2",
|
||||
"astro": "^4.16.14",
|
||||
"svelte": "^5.1.16"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.1.9",
|
||||
"@astrojs/preact": "^3.5.3",
|
||||
"@astrojs/preact": "^3.5.4",
|
||||
"astro": "^4.16.14",
|
||||
"preact": "^10.24.3"
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^3.5.3",
|
||||
"@astrojs/preact": "^3.5.4",
|
||||
"@nanostores/preact": "^0.5.2",
|
||||
"astro": "^4.16.14",
|
||||
"nanostores": "^0.11.3",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/preact
|
||||
|
||||
## 3.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#12481](https://github.com/withastro/astro/pull/12481) [`8a46e80`](https://github.com/withastro/astro/commit/8a46e8074d6afb4a23badbd59ed239d526294e8c) Thanks [@marbrex](https://github.com/marbrex)! - Resolve `vite` peer dependency problem for strict package managers like **Yarn in PnP mode**.
|
||||
|
||||
## 3.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/preact",
|
||||
"description": "Use Preact components within Astro",
|
||||
"version": "3.5.3",
|
||||
"version": "3.5.4",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/react
|
||||
|
||||
## 3.6.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#12481](https://github.com/withastro/astro/pull/12481) [`8a46e80`](https://github.com/withastro/astro/commit/8a46e8074d6afb4a23badbd59ed239d526294e8c) Thanks [@marbrex](https://github.com/marbrex)! - Resolve `vite` peer dependency problem for strict package managers like **Yarn in PnP mode**.
|
||||
|
||||
## 3.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/react",
|
||||
"description": "Use React components within Astro",
|
||||
"version": "3.6.2",
|
||||
"version": "3.6.3",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/solid-js
|
||||
|
||||
## 4.4.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#12481](https://github.com/withastro/astro/pull/12481) [`8a46e80`](https://github.com/withastro/astro/commit/8a46e8074d6afb4a23badbd59ed239d526294e8c) Thanks [@marbrex](https://github.com/marbrex)! - Resolve `vite` peer dependency problem for strict package managers like **Yarn in PnP mode**.
|
||||
|
||||
## 4.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/solid-js",
|
||||
"version": "4.4.3",
|
||||
"version": "4.4.4",
|
||||
"description": "Use Solid components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/svelte
|
||||
|
||||
## 6.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#12481](https://github.com/withastro/astro/pull/12481) [`8a46e80`](https://github.com/withastro/astro/commit/8a46e8074d6afb4a23badbd59ed239d526294e8c) Thanks [@marbrex](https://github.com/marbrex)! - Resolve `vite` peer dependency problem for strict package managers like **Yarn in PnP mode**.
|
||||
|
||||
## 6.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/svelte",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "Use Svelte components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/vue
|
||||
|
||||
## 4.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#12481](https://github.com/withastro/astro/pull/12481) [`8a46e80`](https://github.com/withastro/astro/commit/8a46e8074d6afb4a23badbd59ed239d526294e8c) Thanks [@marbrex](https://github.com/marbrex)! - Resolve `vite` peer dependency problem for strict package managers like **Yarn in PnP mode**.
|
||||
|
||||
## 4.5.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/vue",
|
||||
"version": "4.5.2",
|
||||
"version": "4.5.3",
|
||||
"description": "Use Vue components within Astro",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
28
pnpm-lock.yaml
generated
28
pnpm-lock.yaml
generated
|
@ -169,7 +169,7 @@ importers:
|
|||
examples/container-with-vitest:
|
||||
dependencies:
|
||||
'@astrojs/react':
|
||||
specifier: ^3.6.2
|
||||
specifier: ^3.6.3
|
||||
version: link:../../packages/integrations/react
|
||||
astro:
|
||||
specifier: ^4.16.14
|
||||
|
@ -224,19 +224,19 @@ importers:
|
|||
examples/framework-multiple:
|
||||
dependencies:
|
||||
'@astrojs/preact':
|
||||
specifier: ^3.5.3
|
||||
specifier: ^3.5.4
|
||||
version: link:../../packages/integrations/preact
|
||||
'@astrojs/react':
|
||||
specifier: ^3.6.2
|
||||
specifier: ^3.6.3
|
||||
version: link:../../packages/integrations/react
|
||||
'@astrojs/solid-js':
|
||||
specifier: ^4.4.3
|
||||
specifier: ^4.4.4
|
||||
version: link:../../packages/integrations/solid
|
||||
'@astrojs/svelte':
|
||||
specifier: ^6.0.1
|
||||
specifier: ^6.0.2
|
||||
version: link:../../packages/integrations/svelte
|
||||
'@astrojs/vue':
|
||||
specifier: ^4.5.2
|
||||
specifier: ^4.5.3
|
||||
version: link:../../packages/integrations/vue
|
||||
'@types/react':
|
||||
specifier: ^18.3.12
|
||||
|
@ -269,7 +269,7 @@ importers:
|
|||
examples/framework-preact:
|
||||
dependencies:
|
||||
'@astrojs/preact':
|
||||
specifier: ^3.5.3
|
||||
specifier: ^3.5.4
|
||||
version: link:../../packages/integrations/preact
|
||||
'@preact/signals':
|
||||
specifier: ^1.3.0
|
||||
|
@ -284,7 +284,7 @@ importers:
|
|||
examples/framework-react:
|
||||
dependencies:
|
||||
'@astrojs/react':
|
||||
specifier: ^3.6.2
|
||||
specifier: ^3.6.3
|
||||
version: link:../../packages/integrations/react
|
||||
'@types/react':
|
||||
specifier: ^18.3.12
|
||||
|
@ -305,7 +305,7 @@ importers:
|
|||
examples/framework-solid:
|
||||
dependencies:
|
||||
'@astrojs/solid-js':
|
||||
specifier: ^4.4.3
|
||||
specifier: ^4.4.4
|
||||
version: link:../../packages/integrations/solid
|
||||
astro:
|
||||
specifier: ^4.16.14
|
||||
|
@ -317,7 +317,7 @@ importers:
|
|||
examples/framework-svelte:
|
||||
dependencies:
|
||||
'@astrojs/svelte':
|
||||
specifier: ^6.0.1
|
||||
specifier: ^6.0.2
|
||||
version: link:../../packages/integrations/svelte
|
||||
astro:
|
||||
specifier: ^4.16.14
|
||||
|
@ -329,7 +329,7 @@ importers:
|
|||
examples/framework-vue:
|
||||
dependencies:
|
||||
'@astrojs/vue':
|
||||
specifier: ^4.5.2
|
||||
specifier: ^4.5.3
|
||||
version: link:../../packages/integrations/vue
|
||||
astro:
|
||||
specifier: ^4.16.14
|
||||
|
@ -371,7 +371,7 @@ importers:
|
|||
specifier: ^8.3.4
|
||||
version: 8.3.4(astro@packages+astro)
|
||||
'@astrojs/svelte':
|
||||
specifier: ^6.0.1
|
||||
specifier: ^6.0.2
|
||||
version: link:../../packages/integrations/svelte
|
||||
astro:
|
||||
specifier: ^4.16.14
|
||||
|
@ -413,7 +413,7 @@ importers:
|
|||
specifier: ^3.1.9
|
||||
version: link:../../packages/integrations/mdx
|
||||
'@astrojs/preact':
|
||||
specifier: ^3.5.3
|
||||
specifier: ^3.5.4
|
||||
version: link:../../packages/integrations/preact
|
||||
astro:
|
||||
specifier: ^4.16.14
|
||||
|
@ -425,7 +425,7 @@ importers:
|
|||
examples/with-nanostores:
|
||||
dependencies:
|
||||
'@astrojs/preact':
|
||||
specifier: ^3.5.3
|
||||
specifier: ^3.5.4
|
||||
version: link:../../packages/integrations/preact
|
||||
'@nanostores/preact':
|
||||
specifier: ^0.5.2
|
||||
|
|
Loading…
Add table
Reference in a new issue