diff --git a/.changeset/new-sloths-try.md b/.changeset/new-sloths-try.md deleted file mode 100644 index e59cce743da..00000000000 --- a/.changeset/new-sloths-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/sdk-react': patch ---- - -Feature: add `/node/setIvm` export path. It provides a `setIvm` function that can be used to provide the SDK with an instance of the `isolated-vm` module. This is needed in Node.js environments for data bindings to work when `/node/init` can't be used. diff --git a/packages/sdks/output/react/CHANGELOG.md b/packages/sdks/output/react/CHANGELOG.md index d214be151ec..4f6db787614 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.27 + +### Patch Changes + +- 800457c: Feature: add `/node/setIvm` export path. It provides a `setIvm` function that can be used to provide the SDK with an instance of the `isolated-vm` module. This is needed in Node.js environments for data bindings to work when `/node/init` can't be used. + ## 2.0.26 ### Patch Changes diff --git a/packages/sdks/output/react/package.json b/packages/sdks/output/react/package.json index 8c090701985..333bf9da592 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.26", + "version": "2.0.27", "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react", "type": "module", "repository": {