Skip to content

Commit 233cd8e

Browse files
builderio-botgithub-actions[bot]sanyamkamat
authored
📦 Publish SDKs (#4091)
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/[email protected] ### Minor Changes - c7417f1: **Refactor Next.js SDK to support RSC-based hybrid editing for \[Text, Image, Video, Button, Section, Columns, Symbols]** - Client-side updates enabled for faster editing on Text, Image, Video, and Button - Section, Columns, and Symbols treated as server components for optimized SSR - Improved performance and flexibility for visual editing in RSC environments ## @builder.io/[email protected] ### Minor Changes - c7417f1: **Refactor Next.js SDK to support RSC-based hybrid editing for \[Text, Image, Video, Button, Section, Columns, Symbols]** - Client-side updates enabled for faster editing on Text, Image, Video, and Button - Section, Columns, and Symbols treated as server components for optimized SSR - Improved performance and flexibility for visual editing in RSC environments ## @builder.io/[email protected] ### Patch Changes - Updated dependencies [c7417f1] - @builder.io/[email protected] --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sanyam Kamat <[email protected]>
1 parent 1c29fcd commit 233cd8e

File tree

7 files changed

+28
-14
lines changed

7 files changed

+28
-14
lines changed

.changeset/silly-moose-taste.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @builder.io/sdk
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- c7417f1: **Refactor Next.js SDK to support RSC-based hybrid editing for \[Text, Image, Video, Button, Section, Columns, Symbols]**
8+
- Client-side updates enabled for faster editing on Text, Image, Video, and Button
9+
- Section, Columns, and Symbols treated as server components for optimized SSR
10+
- Improved performance and flexibility for visual editing in RSC environments
11+
312
## 6.0.9
413

514
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/sdk",
3-
"version": "6.0.9",
3+
"version": "6.1.0",
44
"unpkg": "./dist/index.browser.js",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @builder.io/react
22

3+
## 8.2.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c7417f1]
8+
- @builder.io/[email protected]
9+
310
## 8.2.3
411

512
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/react",
3-
"version": "8.2.3",
3+
"version": "8.2.4",
44
"description": "",
55
"keywords": [],
66
"main": "dist/builder-react.cjs.js",

packages/sdks/output/nextjs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Builder.io Next.js SDK Changelog (@builder.io/sdk-react-nextjs)
22

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- c7417f1: **Refactor Next.js SDK to support RSC-based hybrid editing for \[Text, Image, Video, Button, Section, Columns, Symbols]**
8+
- Client-side updates enabled for faster editing on Text, Image, Video, and Button
9+
- Section, Columns, and Symbols treated as server components for optimized SSR
10+
- Improved performance and flexibility for visual editing in RSC environments
11+
312
## 0.21.1
413

514
### Patch Changes

packages/sdks/output/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@builder.io/sdk-react-nextjs",
33
"description": "Builder.io RSC SDK for NextJS App Directory",
4-
"version": "0.21.1",
4+
"version": "0.22.0",
55
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)