[ci] release (#3772)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a13f7d428
commit
8cbe92b74b
12 changed files with 23 additions and 22 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/preact': patch
|
||||
---
|
||||
|
||||
Fix "Invalid hook call" warning
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue