[ci] release (#3165)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-04-21 12:19:52 -04:00 committed by GitHub
parent 8768f23f95
commit 0406bdc35b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 35 additions and 24 deletions

View file

@ -1,7 +0,0 @@
---
'@astrojs/deno': patch
'@astrojs/netlify': patch
'@astrojs/react': patch
---
Allows using React.lazy, Suspense in SSR and with hydration

View file

@ -19,7 +19,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.15"
}
}

View file

@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/lit": "^0.1.2",
"@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
"@astrojs/react": "^0.1.1",
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.1",
"@astrojs/vue": "^0.1.3",

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.15"
},
"dependencies": {

View file

@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/lit": "^0.1.2",
"@astrojs/partytown": "^0.1.2",
"@astrojs/react": "^0.1.0",
"@astrojs/react": "^0.1.1",
"@astrojs/sitemap": "^0.1.0",
"@astrojs/tailwind": "^0.2.0",
"@astrojs/turbolinks": "^0.1.1",

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.15",
"sass": "^1.50.1"
},

View file

@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.2",
"@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
"@astrojs/react": "^0.1.1",
"@astrojs/svelte": "^0.1.1",
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.15"

View file

@ -21,7 +21,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.1",
"@astrojs/react": "^0.1.0",
"@astrojs/react": "^0.1.1",
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.1",
"@astrojs/vue": "^0.1.3",

View file

@ -1,5 +1,11 @@
# @astrojs/node
## 0.1.2
### Patch Changes
- [#3160](https://github.com/withastro/astro/pull/3160) [`ae9ac5cb`](https://github.com/withastro/astro/commit/ae9ac5cbdceba0687d83d56d9d5f80479ab88710) Thanks [@matthewp](https://github.com/matthewp)! - Allows using React.lazy, Suspense in SSR and with hydration
## 0.1.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/deno",
"description": "Deploy your site to a Deno server",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/netlify
## 0.3.2
### Patch Changes
- [#3160](https://github.com/withastro/astro/pull/3160) [`ae9ac5cb`](https://github.com/withastro/astro/commit/ae9ac5cbdceba0687d83d56d9d5f80479ab88710) Thanks [@matthewp](https://github.com/matthewp)! - Allows using React.lazy, Suspense in SSR and with hydration
## 0.3.1
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -1,5 +1,11 @@
# @astrojs/react
## 0.1.1
### Patch Changes
- [#3160](https://github.com/withastro/astro/pull/3160) [`ae9ac5cb`](https://github.com/withastro/astro/commit/ae9ac5cbdceba0687d83d56d9d5f80479ab88710) Thanks [@matthewp](https://github.com/matthewp)! - Allows using React.lazy, Suspense in SSR and with hydration
## 0.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -88,7 +88,7 @@ importers:
specifiers:
'@algolia/client-search': ^4.13.0
'@astrojs/preact': ^0.1.1
'@astrojs/react': ^0.1.0
'@astrojs/react': ^0.1.1
'@docsearch/css': ^3.0.0
'@docsearch/react': ^3.0.0
'@types/react': ^17.0.44
@ -141,7 +141,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.1.2
'@astrojs/preact': ^0.1.1
'@astrojs/react': ^0.1.0
'@astrojs/react': ^0.1.1
'@astrojs/solid-js': ^0.1.2
'@astrojs/svelte': ^0.1.1
'@astrojs/vue': ^0.1.3
@ -185,7 +185,7 @@ importers:
examples/framework-react:
specifiers:
'@astrojs/react': ^0.1.0
'@astrojs/react': ^0.1.1
astro: ^1.0.0-beta.15
react: ^18.0.0
react-dom: ^18.0.0
@ -233,7 +233,7 @@ importers:
specifiers:
'@astrojs/lit': ^0.1.2
'@astrojs/partytown': ^0.1.2
'@astrojs/react': ^0.1.0
'@astrojs/react': ^0.1.1
'@astrojs/sitemap': ^0.1.0
'@astrojs/tailwind': ^0.2.0
'@astrojs/turbolinks': ^0.1.1
@ -318,7 +318,7 @@ importers:
examples/subpath:
specifiers:
'@astrojs/react': ^0.1.0
'@astrojs/react': ^0.1.1
astro: ^1.0.0-beta.15
react: ^18.0.0
react-dom: ^18.0.0
@ -335,7 +335,7 @@ importers:
specifiers:
'@astrojs/markdown-remark': ^0.9.2
'@astrojs/preact': ^0.1.1
'@astrojs/react': ^0.1.0
'@astrojs/react': ^0.1.1
'@astrojs/svelte': ^0.1.1
'@astrojs/vue': ^0.1.3
astro: ^1.0.0-beta.15
@ -387,7 +387,7 @@ importers:
examples/with-nanostores:
specifiers:
'@astrojs/preact': ^0.1.1
'@astrojs/react': ^0.1.0
'@astrojs/react': ^0.1.1
'@astrojs/solid-js': ^0.1.2
'@astrojs/svelte': ^0.1.1
'@astrojs/vue': ^0.1.3