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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^3.1.0",
|
||||
"@astrojs/preact": "^3.1.1",
|
||||
"@astrojs/react": "^3.0.10",
|
||||
"@astrojs/solid-js": "^4.0.1",
|
||||
"@astrojs/svelte": "^5.0.3",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^3.1.0",
|
||||
"@astrojs/preact": "^3.1.1",
|
||||
"@preact/signals": "^1.2.1",
|
||||
"astro": "^4.4.3",
|
||||
"preact": "^10.19.2"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^2.1.1",
|
||||
"@astrojs/preact": "^3.1.0",
|
||||
"@astrojs/preact": "^3.1.1",
|
||||
"astro": "^4.4.3",
|
||||
"preact": "^10.19.2"
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/preact": "^3.1.0",
|
||||
"@astrojs/preact": "^3.1.1",
|
||||
"@nanostores/preact": "^0.5.0",
|
||||
"astro": "^4.4.3",
|
||||
"nanostores": "^0.9.5",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @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
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/preact",
|
||||
"description": "Use Preact components within Astro",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -191,7 +191,7 @@ importers:
|
|||
examples/framework-multiple:
|
||||
dependencies:
|
||||
'@astrojs/preact':
|
||||
specifier: ^3.1.0
|
||||
specifier: ^3.1.1
|
||||
version: link:../../packages/integrations/preact
|
||||
'@astrojs/react':
|
||||
specifier: ^3.0.10
|
||||
|
@ -230,7 +230,7 @@ importers:
|
|||
examples/framework-preact:
|
||||
dependencies:
|
||||
'@astrojs/preact':
|
||||
specifier: ^3.1.0
|
||||
specifier: ^3.1.1
|
||||
version: link:../../packages/integrations/preact
|
||||
'@preact/signals':
|
||||
specifier: ^1.2.1
|
||||
|
@ -432,7 +432,7 @@ importers:
|
|||
specifier: ^2.1.1
|
||||
version: link:../../packages/integrations/mdx
|
||||
'@astrojs/preact':
|
||||
specifier: ^3.1.0
|
||||
specifier: ^3.1.1
|
||||
version: link:../../packages/integrations/preact
|
||||
astro:
|
||||
specifier: ^4.4.3
|
||||
|
@ -444,7 +444,7 @@ importers:
|
|||
examples/with-nanostores:
|
||||
dependencies:
|
||||
'@astrojs/preact':
|
||||
specifier: ^3.1.0
|
||||
specifier: ^3.1.1
|
||||
version: link:../../packages/integrations/preact
|
||||
'@nanostores/preact':
|
||||
specifier: ^0.5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue