Skip to content

Commit

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

-   37c9341: fix: add builder block id only if its present

## @builder.io/[email protected]

### Patch Changes

-   648c37f: Fix: support Builder's block animations.
- 3eb5b99: Fix: add `display: contents` to InlinedScript and
InlinedStyles components so that they don't affect flex styles
-   eb3d1af: Fix: Form block rendering children multiple times

## @builder.io/[email protected]

### Patch Changes

- 12b35b2: - Enchanced performance: Implemented memoization for the
Blocks components
- Flatlist usage: Configured Flatlist for smoother rendering of block
components
These changes aims to improve UI responsiveness and reduce rendering
overhead

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
builderio-bot and github-actions[bot] authored Jan 24, 2025
1 parent 3eb5b99 commit 256e01e
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 32 deletions.
7 changes: 0 additions & 7 deletions .changeset/early-pillows-jog.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nice-llamas-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-dolls-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-pigs-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-keys-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-pigs-remember.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @builder.io/react

## 8.0.5

### Patch Changes

- 37c9341: fix: add builder block id only if its present

## 8.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": "8.0.4",
"version": "8.0.5",
"description": "",
"keywords": [],
"main": "dist/builder-react.cjs.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdks/output/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @builder.io/sdk-angular

## 0.17.5

### Patch Changes

- 648c37f: Fix: support Builder's block animations.
- 3eb5b99: Fix: add `display: contents` to InlinedScript and InlinedStyles components so that they don't affect flex styles
- eb3d1af: Fix: Form block rendering children multiple times

## 0.17.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/sdk-angular",
"version": "0.17.4",
"version": "0.17.5",
"files": [
"lib"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/sdks/output/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Builder.io React Native SDK Changelog (@builder.io/sdk-react-native)

## 3.0.4

### Patch Changes

- 12b35b2: - Enchanced performance: Implemented memoization for the Blocks components
- Flatlist usage: Configured Flatlist for smoother rendering of block components
These changes aims to improve UI responsiveness and reduce rendering overhead

## 3.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@builder.io/sdk-react-native",
"description": "Builder.io SDK for React Native",
"version": "3.0.1-1",
"version": "3.0.4",
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react-native",
"repository": {
"type": "git",
Expand Down

0 comments on commit 256e01e

Please sign in to comment.