Skip to content

Commit b476e47

Browse files
📦 Publish SDKs (#4175)
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/react@9.0.0 ### Major Changes - ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24. BREAKING CHANGE: Drops support for Node 18 and 20. ## @builder.io/sdk-react@5.0.0 ### Major Changes - ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24. BREAKING CHANGE: Drops support for Node 18 and 20. ## @builder.io/sdk-react-native@5.0.0 ### Major Changes - ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24. BREAKING CHANGE: Drops support for Node 18 and 20. ## @builder.io/sdk-solid@5.0.0 ### Major Changes - ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24. BREAKING CHANGE: Drops support for Node 18 and 20. ## @builder.io/sdk-svelte@5.0.0 ### Major Changes - ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24. BREAKING CHANGE: Drops support for Node 18 and 20. ## @builder.io/sdk-vue@5.0.0 ### Major Changes - ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24. BREAKING CHANGE: Drops support for Node 18 and 20. ## @builder.io/sdk-angular@0.23.0 ### Minor Changes - ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24. BREAKING CHANGE: Drops support for Node 18 and 20. ## @builder.io/sdk-react-nextjs@0.23.0 ### Minor Changes - ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24. BREAKING CHANGE: Drops support for Node 18 and 20. ## @builder.io/sdk-qwik@0.23.0 ### Minor Changes - ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24. BREAKING CHANGE: Drops support for Node 18 and 20. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publishes SDK releases that upgrade `isolated-vm` to 6.0.0 (Node 24 support) and drop Node 18/20, with major/minor version bumps across React, RN, Solid, Svelte, Vue, Angular, Next.js, and Qwik packages. > > - **SDKs: `isolated-vm` upgrade and Node support changes** > - Upgrade `isolated-vm` to `^6.0.0` (adds Node v24 support); BREAKING: drops Node 18/20. > - **Version bumps** > - **Major**: > - `@builder.io/react` `8.2.9 -> 9.0.0` > - `@builder.io/sdk-react` `4.2.4 -> 5.0.0` > - `@builder.io/sdk-react-native` `4.2.4 -> 5.0.0` > - `@builder.io/sdk-solid` `4.2.4 -> 5.0.0` > - `@builder.io/sdk-svelte` `4.2.4 -> 5.0.0` > - `@builder.io/sdk-vue` `4.2.4 -> 5.0.0` > - **Minor**: > - `@builder.io/sdk-angular` `0.22.3 -> 0.23.0` > - `@builder.io/sdk-react-nextjs` `0.22.2 -> 0.23.0` > - `@builder.io/sdk-qwik` `0.22.2 -> 0.23.0` > - **Cleanup** > - Removes obsolete changeset file `/.changeset/many-bobcats-wave.md`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1524f42. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43babe8 commit b476e47

File tree

19 files changed

+81
-24
lines changed

19 files changed

+81
-24
lines changed

.changeset/many-bobcats-wave.md

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

packages/react/CHANGELOG.md

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

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24.
8+
9+
BREAKING CHANGE: Drops support for Node 18 and 20.
10+
311
## 8.2.9
412

513
### 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.9",
3+
"version": "9.0.0",
44
"description": "",
55
"keywords": [],
66
"main": "dist/builder-react.cjs.js",

packages/sdks/output/angular/CHANGELOG.md

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

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24.
8+
9+
BREAKING CHANGE: Drops support for Node 18 and 20.
10+
311
## 0.22.3
412

513
### Patch Changes

packages/sdks/output/angular/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-angular",
3-
"version": "0.22.3",
3+
"version": "0.23.0",
44
"files": [
55
"lib"
66
],

packages/sdks/output/nextjs/CHANGELOG.md

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

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24.
8+
9+
BREAKING CHANGE: Drops support for Node 18 and 20.
10+
311
## 0.22.2
412

513
### 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.22.2",
4+
"version": "0.23.0",
55
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs",
66
"repository": {
77
"type": "git",

packages/sdks/output/qwik/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Builder.io Qwik SDK Changelog (@builder.io/sdk-qwik)
22

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24.
8+
9+
BREAKING CHANGE: Drops support for Node 18 and 20.
10+
311
## 0.22.2
412

513
### Patch Changes

packages/sdks/output/qwik/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-qwik",
3-
"version": "0.22.2",
3+
"version": "0.23.0",
44
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/qwik",
55
"repository": {
66
"type": "git",

packages/sdks/output/react-native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Builder.io React Native SDK Changelog (@builder.io/sdk-react-native)
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- ba80951: Bump dependency `isolated-vm` from `5.0.0` to `6.0.0` to add support for Node v24.
8+
9+
BREAKING CHANGE: Drops support for Node 18 and 20.
10+
311
## 4.2.4
412

513
### Patch Changes

0 commit comments

Comments
 (0)