summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/three-deers-glow.md5
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--packages/integrations/preact/CHANGELOG.md6
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--pnpm-lock.yaml8
8 files changed, 15 insertions, 14 deletions
diff --git a/.changeset/three-deers-glow.md b/.changeset/three-deers-glow.md
deleted file mode 100644
index de5a7d1be..000000000
--- a/.changeset/three-deers-glow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/preact": patch
----
-
-Fixes passing children to server-rendered components causing an error
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index af747ca4a..0500ccc67 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -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",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index d25a7b7ca..560e42ba1 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -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"
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 0c7035099..d5595d462 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -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"
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 7657dd526..d1c9cb990 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -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",
diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md
index 56cb64755..9c2f17ca2 100644
--- a/packages/integrations/preact/CHANGELOG.md
+++ b/packages/integrations/preact/CHANGELOG.md
@@ -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
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 35c21b351..d77ce973e 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -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",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 179962c6b..fe20e801a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -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