From 562cfc443ecc6bfd025e09b4fe39e43c67594da1 Mon Sep 17 00:00:00 2001 From: Sami Jaber Date: Fri, 6 Sep 2024 18:15:59 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Publish=20SDKs=20(#3539)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @builder.io/sdk-react-nextjs@0.16.8 ### Patch Changes - 1a69210: Chore: improve performance by caching block processing during renders. ## @builder.io/sdk-react@2.0.12 ### Patch Changes - 1a69210: Chore: improve performance by caching block processing during renders. ## @builder.io/sdk-react-native@2.0.12 ### Patch Changes - 1a69210: Chore: improve performance by caching block processing during renders. Co-authored-by: github-actions[bot] --- .changeset/new-shrimps-grab.md | 7 ------- packages/sdks/output/nextjs/CHANGELOG.md | 6 ++++++ packages/sdks/output/nextjs/package.json | 2 +- packages/sdks/output/react-native/CHANGELOG.md | 6 ++++++ packages/sdks/output/react-native/package.json | 2 +- packages/sdks/output/react/CHANGELOG.md | 6 ++++++ packages/sdks/output/react/package.json | 2 +- 7 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 .changeset/new-shrimps-grab.md diff --git a/.changeset/new-shrimps-grab.md b/.changeset/new-shrimps-grab.md deleted file mode 100644 index a6f3373766..0000000000 --- a/.changeset/new-shrimps-grab.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@builder.io/sdk-react-nextjs": patch -"@builder.io/sdk-react": patch -"@builder.io/sdk-react-native": patch ---- - -Chore: improve performance by caching block processing during renders. diff --git a/packages/sdks/output/nextjs/CHANGELOG.md b/packages/sdks/output/nextjs/CHANGELOG.md index 50bc78f828..4ed7ac6852 100644 --- a/packages/sdks/output/nextjs/CHANGELOG.md +++ b/packages/sdks/output/nextjs/CHANGELOG.md @@ -1,5 +1,11 @@ # Builder.io Next.js SDK Changelog (@builder.io/sdk-react-nextjs) +## 0.16.8 + +### Patch Changes + +- 1a69210: Chore: improve performance by caching block processing during renders. + ## 0.16.6 ### Patch Changes diff --git a/packages/sdks/output/nextjs/package.json b/packages/sdks/output/nextjs/package.json index 857b7d0eb0..a0066bdc24 100644 --- a/packages/sdks/output/nextjs/package.json +++ b/packages/sdks/output/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/sdk-react-nextjs", "description": "Builder.io RSC SDK for NextJS App Directory", - "version": "0.16.6", + "version": "0.16.8", "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs", "repository": { "type": "git", diff --git a/packages/sdks/output/react-native/CHANGELOG.md b/packages/sdks/output/react-native/CHANGELOG.md index b6aaae3ae4..af7fe56042 100644 --- a/packages/sdks/output/react-native/CHANGELOG.md +++ b/packages/sdks/output/react-native/CHANGELOG.md @@ -1,5 +1,11 @@ # Builder.io React Native SDK Changelog (@builder.io/sdk-react-native) +## 2.0.12 + +### Patch Changes + +- 1a69210: Chore: improve performance by caching block processing during renders. + ## 2.0.11 ### Patch Changes diff --git a/packages/sdks/output/react-native/package.json b/packages/sdks/output/react-native/package.json index e907198469..bc23368d96 100644 --- a/packages/sdks/output/react-native/package.json +++ b/packages/sdks/output/react-native/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/sdk-react-native", "description": "Builder.io SDK for React Native", - "version": "2.0.11", + "version": "2.0.12", "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react-native", "repository": { "type": "git", diff --git a/packages/sdks/output/react/CHANGELOG.md b/packages/sdks/output/react/CHANGELOG.md index 6590f242cc..958e2e77e3 100644 --- a/packages/sdks/output/react/CHANGELOG.md +++ b/packages/sdks/output/react/CHANGELOG.md @@ -1,5 +1,11 @@ # Builder.io React SDK Changelog (@builder.io/sdk-react) +## 2.0.12 + +### Patch Changes + +- 1a69210: Chore: improve performance by caching block processing during renders. + ## 2.0.9 ### Patch Changes diff --git a/packages/sdks/output/react/package.json b/packages/sdks/output/react/package.json index 7e1714d0d9..da28b44575 100644 --- a/packages/sdks/output/react/package.json +++ b/packages/sdks/output/react/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/sdk-react", "description": "Builder.io SDK for React", - "version": "2.0.9", + "version": "2.0.12", "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react", "type": "module", "repository": {