Skip to content

Commit

Permalink
📦 Publish SDKs (#3808)
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]

### Patch Changes

- c822422: Fix: symbols will now show published content instead of
preview/autosave content while editing a page

## @builder.io/[email protected]

### Patch Changes

- c822422: Fix: symbols will now show published content instead of
preview/autosave content while editing a page
-   Updated dependencies [c822422]
    -   @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 Jan 3, 2025
1 parent c822422 commit 2ed9d42
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-ducks-cover.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

## 6.0.1

### Patch Changes

- c822422: Fix: symbols will now show published content instead of preview/autosave content while editing a page

## 6.0.0

### Major 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": "6.0.0",
"version": "6.0.1",
"unpkg": "./dist/index.browser.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @builder.io/react

## 8.0.2

### Patch Changes

- c822422: Fix: symbols will now show published content instead of preview/autosave content while editing a page
- Updated dependencies [c822422]
- @builder.io/[email protected]

## 8.0.1

### 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": "8.0.1",
"version": "8.0.2",
"description": "",
"keywords": [],
"main": "dist/builder-react.cjs.js",
Expand Down

0 comments on commit 2ed9d42

Please sign in to comment.