diff --git a/.changeset/dirty-planes-dance.md b/.changeset/dirty-planes-dance.md deleted file mode 100644 index ec8689668..000000000 --- a/.changeset/dirty-planes-dance.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/deno': patch -'@astrojs/netlify': patch -'@astrojs/react': patch ---- - -Allows using React.lazy, Suspense in SSR and with hydration diff --git a/examples/docs/package.json b/examples/docs/package.json index c06c0b049..83871ff2c 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -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" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c106fb494..c61c25426 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -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", diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index b83b78c1d..f0d559673 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -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": { diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index e831cb994..1acea0e7d 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -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", diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 5ef195f85..55ebfbf87 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -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" }, diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 2597ce795..443533c8c 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -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" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 0acfb3796..847032f57 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -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", diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index 278e3a096..ca3647ae7 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -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 diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 9907d7684..810e5abfe 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -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", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index c2a7394fa..85dbdae00 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -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 diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 50379899c..3d4bde0c3 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -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", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 8a20e5c9d..dc693ffed 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -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 diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 7d2aa0b79..38a0877db 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8fad7c180..229892439 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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