Skip to content

Commit

Permalink
📦 Publish SDKs (#3741)
Browse files Browse the repository at this point in the history
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]

### Major Changes

- f12f43d: Breaking Change: Use `/query` instead of `/content` for API
calls. This change fixes a symbol rendering issue introduced in
<#3681>, which was included in
the 4.0.0 release.

## @builder.io/[email protected]

### Major Changes

- f12f43d: Breaking Change: Use `/query` instead of `/content` for API
calls. This change fixes a symbol rendering issue introduced in
<#3681>, which was included in
the 6.0.0 release.

### Patch Changes

-   Updated dependencies [f12f43d]
    -   @builder.io/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
builderio-bot and github-actions[bot] authored Nov 17, 2024
1 parent 886a5d1 commit bf9ccaa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-pans-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mild-pans-sing.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 6.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/react",
"version": "6.0.4",
"version": "7.0.0",
"description": "",
"keywords": [],
"main": "dist/builder-react.cjs.js",
Expand Down

0 comments on commit bf9ccaa

Please sign in to comment.