diff --git a/.changeset/three-deers-glow.md b/.changeset/three-deers-glow.md deleted file mode 100644 index de5a7d1be748..000000000000 --- 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 af747ca4ac1a..0500ccc6785d 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 d25a7b7cac2d..560e42ba15cf 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 0c7035099229..d5595d4623e8 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 7657dd526511..d1c9cb990ed4 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 56cb64755054..9c2f17ca2f61 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 35c21b3514ac..d77ce973eac2 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 179962c6b7ad..fe20e801a1d1 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