Skip to content

Commit 256e01e

Browse files
📦 Publish SDKs (BuilderIO#3857)
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>
1 parent 3eb5b99 commit 256e01e

File tree

12 files changed

+25
-32
lines changed

12 files changed

+25
-32
lines changed

.changeset/early-pillows-jog.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/nice-llamas-kneel.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/old-dolls-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-pigs-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-keys-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-pigs-remember.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @builder.io/react
22

3+
## 8.0.5
4+
5+
### Patch Changes
6+
7+
- 37c9341: fix: add builder block id only if its present
8+
39
## 8.0.4
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/react",
3-
"version": "8.0.4",
3+
"version": "8.0.5",
44
"description": "",
55
"keywords": [],
66
"main": "dist/builder-react.cjs.js",

packages/sdks/output/angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @builder.io/sdk-angular
22

3+
## 0.17.5
4+
5+
### Patch Changes
6+
7+
- 648c37f: Fix: support Builder's block animations.
8+
- 3eb5b99: Fix: add `display: contents` to InlinedScript and InlinedStyles components so that they don't affect flex styles
9+
- eb3d1af: Fix: Form block rendering children multiple times
10+
311
## 0.17.4
412

513
### Patch Changes

packages/sdks/output/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/sdk-angular",
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"files": [
55
"lib"
66
],

0 commit comments

Comments
 (0)