From bf9ccaa3c3d6feb6468ed496d865552b5f2ab345 Mon Sep 17 00:00:00 2001 From: builderio-bot Date: Sun, 17 Nov 2024 15:31:47 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Publish=20SDKs=20(#3741)?= 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@5.0.0 ### Major Changes - f12f43d: Breaking Change: Use `/query` instead of `/content` for API calls. This change fixes a symbol rendering issue introduced in , which was included in the 4.0.0 release. ## @builder.io/react@7.0.0 ### Major Changes - f12f43d: Breaking Change: Use `/query` instead of `/content` for API calls. This change fixes a symbol rendering issue introduced in , which was included in the 6.0.0 release. ### Patch Changes - Updated dependencies [f12f43d] - @builder.io/sdk@5.0.0 Co-authored-by: github-actions[bot] --- .changeset/cool-pans-sing.md | 5 ----- .changeset/mild-pans-sing.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 11 +++++++++++ packages/react/package.json | 2 +- 6 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 .changeset/cool-pans-sing.md delete mode 100644 .changeset/mild-pans-sing.md diff --git a/.changeset/cool-pans-sing.md b/.changeset/cool-pans-sing.md deleted file mode 100644 index a1f6d2a5138..00000000000 --- a/.changeset/cool-pans-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/react': major ---- - -Breaking Change: Use `/query` instead of `/content` for API calls. This change fixes a symbol rendering issue introduced in https://github.com/BuilderIO/builder/pull/3681, which was included in the 6.0.0 release. diff --git a/.changeset/mild-pans-sing.md b/.changeset/mild-pans-sing.md deleted file mode 100644 index 472c369309d..00000000000 --- a/.changeset/mild-pans-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/sdk': major ---- - -Breaking Change: Use `/query` instead of `/content` for API calls. This change fixes a symbol rendering issue introduced in https://github.com/BuilderIO/builder/pull/3681, which was included in the 4.0.0 release. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9cc86a74441..f36167a1fd6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @builder.io/sdk +## 5.0.0 + +### Major Changes + +- f12f43d: Breaking Change: Use `/query` instead of `/content` for API calls. This change fixes a symbol rendering issue introduced in https://github.com/BuilderIO/builder/pull/3681, which was included in the 4.0.0 release. + ## 4.0.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 94013a6cd4a..c2b814e6ee0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/sdk", - "version": "4.0.3", + "version": "5.0.0", "unpkg": "./dist/index.browser.js", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index cd28120f92c..c46504e364d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @builder.io/react +## 7.0.0 + +### Major Changes + +- f12f43d: Breaking Change: Use `/query` instead of `/content` for API calls. This change fixes a symbol rendering issue introduced in https://github.com/BuilderIO/builder/pull/3681, which was included in the 6.0.0 release. + +### Patch Changes + +- Updated dependencies [f12f43d] + - @builder.io/sdk@5.0.0 + ## 6.0.4 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index d35385d7f57..31f8a1461f0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/react", - "version": "6.0.4", + "version": "7.0.0", "description": "", "keywords": [], "main": "dist/builder-react.cjs.js",