[ci] release (#3772)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-06-30 06:08:09 -07:00 committed by GitHub
parent 3a13f7d428
commit 8cbe92b74b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 23 additions and 22 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/preact': patch
---
Fix "Invalid hook call" warning

View file

@ -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"
},

View file

@ -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": {

View file

@ -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"
}

View file

@ -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",

View file

@ -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": {

View file

@ -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"
},

View file

@ -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",

View file

@ -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",

View file

@ -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

View file

@ -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",

View file

@ -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