mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] release (#10203)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c692d0c66a
commit
3411e05ee4
8 changed files with 15 additions and 14 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@astrojs/preact": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixes passing children to server-rendered components causing an error
|
|
|
@ -11,7 +11,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/preact": "^3.1.0",
|
"@astrojs/preact": "^3.1.1",
|
||||||
"@astrojs/react": "^3.0.10",
|
"@astrojs/react": "^3.0.10",
|
||||||
"@astrojs/solid-js": "^4.0.1",
|
"@astrojs/solid-js": "^4.0.1",
|
||||||
"@astrojs/svelte": "^5.0.3",
|
"@astrojs/svelte": "^5.0.3",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/preact": "^3.1.0",
|
"@astrojs/preact": "^3.1.1",
|
||||||
"@preact/signals": "^1.2.1",
|
"@preact/signals": "^1.2.1",
|
||||||
"astro": "^4.4.3",
|
"astro": "^4.4.3",
|
||||||
"preact": "^10.19.2"
|
"preact": "^10.19.2"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^2.1.1",
|
"@astrojs/mdx": "^2.1.1",
|
||||||
"@astrojs/preact": "^3.1.0",
|
"@astrojs/preact": "^3.1.1",
|
||||||
"astro": "^4.4.3",
|
"astro": "^4.4.3",
|
||||||
"preact": "^10.19.2"
|
"preact": "^10.19.2"
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/preact": "^3.1.0",
|
"@astrojs/preact": "^3.1.1",
|
||||||
"@nanostores/preact": "^0.5.0",
|
"@nanostores/preact": "^0.5.0",
|
||||||
"astro": "^4.4.3",
|
"astro": "^4.4.3",
|
||||||
"nanostores": "^0.9.5",
|
"nanostores": "^0.9.5",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/preact
|
# @astrojs/preact
|
||||||
|
|
||||||
|
## 3.1.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#10200](https://github.com/withastro/astro/pull/10200) [`c692d0c66a5062937e47402dc700d41c2a5dfc5c`](https://github.com/withastro/astro/commit/c692d0c66a5062937e47402dc700d41c2a5dfc5c) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes passing children to server-rendered components causing an error
|
||||||
|
|
||||||
## 3.1.0
|
## 3.1.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/preact",
|
"name": "@astrojs/preact",
|
||||||
"description": "Use Preact components within Astro",
|
"description": "Use Preact components within Astro",
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -191,7 +191,7 @@ importers:
|
||||||
examples/framework-multiple:
|
examples/framework-multiple:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/preact':
|
'@astrojs/preact':
|
||||||
specifier: ^3.1.0
|
specifier: ^3.1.1
|
||||||
version: link:../../packages/integrations/preact
|
version: link:../../packages/integrations/preact
|
||||||
'@astrojs/react':
|
'@astrojs/react':
|
||||||
specifier: ^3.0.10
|
specifier: ^3.0.10
|
||||||
|
@ -230,7 +230,7 @@ importers:
|
||||||
examples/framework-preact:
|
examples/framework-preact:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/preact':
|
'@astrojs/preact':
|
||||||
specifier: ^3.1.0
|
specifier: ^3.1.1
|
||||||
version: link:../../packages/integrations/preact
|
version: link:../../packages/integrations/preact
|
||||||
'@preact/signals':
|
'@preact/signals':
|
||||||
specifier: ^1.2.1
|
specifier: ^1.2.1
|
||||||
|
@ -432,7 +432,7 @@ importers:
|
||||||
specifier: ^2.1.1
|
specifier: ^2.1.1
|
||||||
version: link:../../packages/integrations/mdx
|
version: link:../../packages/integrations/mdx
|
||||||
'@astrojs/preact':
|
'@astrojs/preact':
|
||||||
specifier: ^3.1.0
|
specifier: ^3.1.1
|
||||||
version: link:../../packages/integrations/preact
|
version: link:../../packages/integrations/preact
|
||||||
astro:
|
astro:
|
||||||
specifier: ^4.4.3
|
specifier: ^4.4.3
|
||||||
|
@ -444,7 +444,7 @@ importers:
|
||||||
examples/with-nanostores:
|
examples/with-nanostores:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/preact':
|
'@astrojs/preact':
|
||||||
specifier: ^3.1.0
|
specifier: ^3.1.1
|
||||||
version: link:../../packages/integrations/preact
|
version: link:../../packages/integrations/preact
|
||||||
'@nanostores/preact':
|
'@nanostores/preact':
|
||||||
specifier: ^0.5.0
|
specifier: ^0.5.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue