Skip to content

Commit

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

- b1ad88c: feat: Add support for "xsmall" breakpoint size in content
entries.

## @builder.io/[email protected]

### Patch Changes

- 2cf49b4: Fix: Removed z-index from video component as its hiding the
child elements
- b1ad88c: feat: Add support for "xsmall" breakpoint size in content
entries.
-   Updated dependencies [b1ad88c]
    -   @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 30, 2025
1 parent 2cf49b4 commit d4375ea
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-rocks-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-plums-behave.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.3

### Patch Changes

- b1ad88c: feat: Add support for "xsmall" breakpoint size in content entries.

## 6.0.2

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

## 8.0.6

### Patch Changes

- 2cf49b4: Fix: Removed z-index from video component as its hiding the child elements
- b1ad88c: feat: Add support for "xsmall" breakpoint size in content entries.
- Updated dependencies [b1ad88c]
- @builder.io/[email protected]

## 8.0.5

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

0 comments on commit d4375ea

Please sign in to comment.