diff --git a/.changeset/lazy-countries-kick.md b/.changeset/lazy-countries-kick.md deleted file mode 100644 index 1a4d1a8c8..000000000 --- a/.changeset/lazy-countries-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/preact': patch ---- - -Fix "Invalid hook call" warning diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 1ba6c4b44..d8fb1ae48 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.0", + "@astrojs/preact": "^0.3.1", "astro": "^1.0.0-beta.59", "sass": "^1.52.2" }, diff --git a/examples/blog/package.json b/examples/blog/package.json index 9c98f6e2f..4f7607769 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.0", + "@astrojs/preact": "^0.3.1", "astro": "^1.0.0-beta.59" }, "dependencies": { diff --git a/examples/docs/package.json b/examples/docs/package.json index c1372bb84..1bc765f82 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -18,7 +18,7 @@ "react-dom": "^18.1.0" }, "devDependencies": { - "@astrojs/preact": "^0.3.0", + "@astrojs/preact": "^0.3.1", "@astrojs/react": "^0.2.0", "astro": "^1.0.0-beta.59" } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 863a03d09..c087a0f87 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.0", - "@astrojs/preact": "^0.3.0", + "@astrojs/preact": "^0.3.1", "@astrojs/react": "^0.2.0", "@astrojs/solid-js": "^0.2.0", "@astrojs/svelte": "^0.2.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index e10408728..d64c95772 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.0", + "@astrojs/preact": "^0.3.1", "astro": "^1.0.0-beta.59" }, "dependencies": { diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 7260eb5e1..f4f02192f 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.0", + "@astrojs/preact": "^0.3.1", "astro": "^1.0.0-beta.59", "sass": "^1.52.2" }, diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 347ce2a2d..327bc9b36 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "@astrojs/preact": "^0.3.0", + "@astrojs/preact": "^0.3.1", "@astrojs/react": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 25f6a3515..ad7801edf 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -20,7 +20,7 @@ "vue": "^3.2.37" }, "devDependencies": { - "@astrojs/preact": "^0.3.0", + "@astrojs/preact": "^0.3.1", "@astrojs/react": "^0.2.0", "@astrojs/solid-js": "^0.2.0", "@astrojs/svelte": "^0.2.0", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 75bb8098f..818eb1146 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 0.3.1 + +### Patch Changes + +- [#3769](https://github.com/withastro/astro/pull/3769) [`b934ab5d`](https://github.com/withastro/astro/commit/b934ab5d860aa3adeec56a9c395f629ee7252ca4) Thanks [@hippotastic](https://github.com/hippotastic)! - Fix "Invalid hook call" warning + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 3dc2fa058..426a48444 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": "0.3.0", + "version": "0.3.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1003c421d..0736107a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -55,7 +55,7 @@ importers: examples/blog: specifiers: - '@astrojs/preact': ^0.3.0 + '@astrojs/preact': ^0.3.1 astro: ^1.0.0-beta.59 preact: ^10.7.3 dependencies: @@ -66,7 +66,7 @@ importers: examples/blog-multiple-authors: specifiers: - '@astrojs/preact': ^0.3.0 + '@astrojs/preact': ^0.3.1 astro: ^1.0.0-beta.59 preact: ^10.7.3 sass: ^1.52.2 @@ -97,7 +97,7 @@ importers: examples/docs: specifiers: '@algolia/client-search': ^4.13.1 - '@astrojs/preact': ^0.3.0 + '@astrojs/preact': ^0.3.1 '@astrojs/react': ^0.2.0 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 @@ -150,7 +150,7 @@ importers: examples/framework-multiple: specifiers: '@astrojs/lit': ^0.3.0 - '@astrojs/preact': ^0.3.0 + '@astrojs/preact': ^0.3.1 '@astrojs/react': ^0.2.0 '@astrojs/solid-js': ^0.2.0 '@astrojs/svelte': ^0.2.0 @@ -184,7 +184,7 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^0.3.0 + '@astrojs/preact': ^0.3.1 astro: ^1.0.0-beta.59 preact: ^10.7.3 dependencies: @@ -294,7 +294,7 @@ importers: examples/portfolio: specifiers: - '@astrojs/preact': ^0.3.0 + '@astrojs/preact': ^0.3.1 astro: ^1.0.0-beta.59 preact: ^10.7.3 sass: ^1.52.2 @@ -350,7 +350,7 @@ importers: examples/with-markdown: specifiers: '@astrojs/markdown-remark': ^0.11.3 - '@astrojs/preact': ^0.3.0 + '@astrojs/preact': ^0.3.1 '@astrojs/react': ^0.2.0 '@astrojs/svelte': ^0.2.0 '@astrojs/vue': ^0.2.0 @@ -402,7 +402,7 @@ importers: examples/with-nanostores: specifiers: - '@astrojs/preact': ^0.3.0 + '@astrojs/preact': ^0.3.1 '@astrojs/react': ^0.2.0 '@astrojs/solid-js': ^0.2.0 '@astrojs/svelte': ^0.2.0