Skip to content

Commit fa587da

Browse files
📦 Publish SDKs (#3981)
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 - 93999c0: Fix: centering items inside columns when columns has a fixed height ## @builder.io/[email protected] ### Patch Changes - 8c0d646: Fix: New child blocks getting added at the top while visual editing. This issue occurred with components that use children for rendering, for example - Section. - 93999c0: Fix: centering items inside columns when columns has a fixed height ## @builder.io/[email protected] ### Patch Changes - 93999c0: Fix: centering items inside columns when columns has a fixed height ## @builder.io/[email protected] ### Patch Changes - 93999c0: Fix: centering items inside columns when columns has a fixed height ## @builder.io/[email protected] ### Patch Changes - 93999c0: Fix: centering items inside columns when columns has a fixed height ## @builder.io/[email protected] ### Patch Changes - 93999c0: Fix: centering items inside columns when columns has a fixed height ## @builder.io/[email protected] ### Patch Changes - 93999c0: Fix: centering items inside columns when columns has a fixed height ## @builder.io/[email protected] ### Patch Changes - 93999c0: Fix: centering items inside columns when columns has a fixed height ## @builder.io/[email protected] ### Patch Changes - 93999c0: Fix: centering items inside columns when columns has a fixed height Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 93999c0 commit fa587da

20 files changed

+64
-27
lines changed

.changeset/angry-doors-scream.md

-5
This file was deleted.

.changeset/sour-clocks-join.md

-13
This file was deleted.

packages/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @builder.io/react
22

3+
## 8.0.11
4+
5+
### Patch Changes
6+
7+
- 93999c0: Fix: centering items inside columns when columns has a fixed height
8+
39
## 8.0.10
410

511
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/react",
3-
"version": "8.0.10",
3+
"version": "8.0.11",
44
"description": "",
55
"keywords": [],
66
"main": "dist/builder-react.cjs.js",

packages/sdks/output/angular/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @builder.io/sdk-angular
22

3+
## 0.18.9
4+
5+
### Patch Changes
6+
7+
- 8c0d646: Fix: New child blocks getting added at the top while visual editing. This issue occurred with components that use children for rendering, for example - Section.
8+
- 93999c0: Fix: centering items inside columns when columns has a fixed height
9+
310
## 0.18.8
411

512
### Patch Changes

packages/sdks/output/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/sdk-angular",
3-
"version": "0.18.8",
3+
"version": "0.18.9",
44
"files": [
55
"lib"
66
],

packages/sdks/output/nextjs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Builder.io Next.js SDK Changelog (@builder.io/sdk-react-nextjs)
22

3+
## 0.18.9
4+
5+
### Patch Changes
6+
7+
- 93999c0: Fix: centering items inside columns when columns has a fixed height
8+
39
## 0.18.8
410

511
### Patch Changes

packages/sdks/output/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@builder.io/sdk-react-nextjs",
33
"description": "Builder.io RSC SDK for NextJS App Directory",
4-
"version": "0.18.8",
4+
"version": "0.18.9",
55
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs",
66
"repository": {
77
"type": "git",

packages/sdks/output/qwik/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Builder.io Qwik SDK Changelog (@builder.io/sdk-qwik)
22

3+
## 0.18.9
4+
5+
### Patch Changes
6+
7+
- 93999c0: Fix: centering items inside columns when columns has a fixed height
8+
39
## 0.18.8
410

511
### Patch Changes

packages/sdks/output/qwik/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/sdk-qwik",
3-
"version": "0.18.8",
3+
"version": "0.18.9",
44
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/qwik",
55
"repository": {
66
"type": "git",

packages/sdks/output/react-native/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Builder.io React Native SDK Changelog (@builder.io/sdk-react-native)
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- 93999c0: Fix: centering items inside columns when columns has a fixed height
8+
39
## 4.0.2
410

511
### Patch Changes

packages/sdks/output/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@builder.io/sdk-react-native",
33
"description": "Builder.io SDK for React Native",
4-
"version": "4.0.2",
4+
"version": "4.0.5",
55
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react-native",
66
"repository": {
77
"type": "git",

packages/sdks/output/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Builder.io React SDK Changelog (@builder.io/sdk-react)
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- 93999c0: Fix: centering items inside columns when columns has a fixed height
8+
39
## 4.0.4
410

511
### Patch Changes

packages/sdks/output/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@builder.io/sdk-react",
33
"description": "Builder.io SDK for React",
4-
"version": "4.0.4",
4+
"version": "4.0.5",
55
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react",
66
"type": "module",
77
"repository": {

packages/sdks/output/solid/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Builder.io Solid SDK Changelog (@builder.io/sdk-solid)
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- 93999c0: Fix: centering items inside columns when columns has a fixed height
8+
39
## 4.0.4
410

511
### Patch Changes

packages/sdks/output/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/sdk-solid",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "",
55
"files": [
66
"dist",

packages/sdks/output/svelte/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Builder.io Svelte SDK Changelog (@builder.io/sdk-svelte)
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- 93999c0: Fix: centering items inside columns when columns has a fixed height
8+
39
## 4.0.4
410

511
### Patch Changes

packages/sdks/output/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@builder.io/sdk-svelte",
33
"description": "Builder.io SDK for Svelte",
4-
"version": "4.0.4",
4+
"version": "4.0.5",
55
"type": "module",
66
"files": [
77
"lib",

packages/sdks/output/vue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Builder.io Vue SDK Changelog (@builder.io/sdk-vue)
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- 93999c0: Fix: centering items inside columns when columns has a fixed height
8+
39
## 4.0.4
410

511
### Patch Changes

packages/sdks/output/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@builder.io/sdk-vue",
33
"description": "Builder.io SDK for Vue",
4-
"version": "4.0.4",
4+
"version": "4.0.5",
55
"main": "./lib/node/index.cjs",
66
"module": "./lib/node/index.mjs",
77
"type": "module",

0 commit comments

Comments
 (0)