Skip to content

Commit df82c7c

Browse files
📦 Publish SDKs
1 parent 43babe8 commit df82c7c

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)