Skip to content

Commit 16baffb

Browse files
📦 Publish SDKs (#3994)
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/sdk-angular@0.18.11 ### Patch Changes - e12cff4: Fix: stop passing `builderContext` to Text block - 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview ## @builder.io/sdk-react-nextjs@0.18.11 ### Patch Changes - e12cff4: Fix: stop passing `builderContext` to Text block - 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview ## @builder.io/sdk-qwik@0.18.11 ### Patch Changes - e12cff4: Fix: stop passing `builderContext` to Text block ## @builder.io/sdk-react@4.0.7 ### Patch Changes - e12cff4: Fix: stop passing `builderContext` to Text block - 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview ## @builder.io/sdk-react-native@4.0.7 ### Patch Changes - 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview ## @builder.io/sdk-solid@4.0.7 ### Patch Changes - e12cff4: Fix: stop passing `builderContext` to Text block - 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview ## @builder.io/sdk-svelte@4.0.7 ### Patch Changes - e12cff4: Fix: stop passing `builderContext` to Text block - 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview ## @builder.io/sdk-vue@4.0.7 ### Patch Changes - e12cff4: Fix: extra props warnings - e12cff4: Fix: stop passing `builderContext` to Text block - 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45033de commit 16baffb

19 files changed

+63
-35
lines changed

.changeset/calm-keys-greet.md

-5
This file was deleted.

.changeset/little-masks-allow.md

-11
This file was deleted.

.changeset/short-poets-reflect.md

-11
This file was deleted.

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.11
4+
5+
### Patch Changes
6+
7+
- e12cff4: Fix: stop passing `builderContext` to Text block
8+
- 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview
9+
310
## 0.18.10
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.10",
3+
"version": "0.18.11",
44
"files": [
55
"lib"
66
],

packages/sdks/output/nextjs/CHANGELOG.md

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

3+
## 0.18.11
4+
5+
### Patch Changes
6+
7+
- e12cff4: Fix: stop passing `builderContext` to Text block
8+
- 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview
9+
310
## 0.18.10
411

512
### 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.10",
4+
"version": "0.18.11",
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.11
4+
5+
### Patch Changes
6+
7+
- e12cff4: Fix: stop passing `builderContext` to Text block
8+
39
## 0.18.10
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.10",
3+
"version": "0.18.11",
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.7
4+
5+
### Patch Changes
6+
7+
- 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview
8+
39
## 4.0.6
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.6",
4+
"version": "4.0.7",
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

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

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- e12cff4: Fix: stop passing `builderContext` to Text block
8+
- 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview
9+
310
## 4.0.6
411

512
### 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.6",
4+
"version": "4.0.7",
55
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react",
66
"type": "module",
77
"repository": {

packages/sdks/output/solid/CHANGELOG.md

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

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- e12cff4: Fix: stop passing `builderContext` to Text block
8+
- 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview
9+
310
## 4.0.6
411

512
### 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.6",
3+
"version": "4.0.7",
44
"description": "",
55
"files": [
66
"dist",

packages/sdks/output/svelte/CHANGELOG.md

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

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- e12cff4: Fix: stop passing `builderContext` to Text block
8+
- 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview
9+
310
## 4.0.6
411

512
### 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.6",
4+
"version": "4.0.7",
55
"type": "module",
66
"files": [
77
"lib",

packages/sdks/output/vue/CHANGELOG.md

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

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- e12cff4: Fix: extra props warnings
8+
- e12cff4: Fix: stop passing `builderContext` to Text block
9+
- 5fd34ca: Fix: list-type inputs within symbols were not updating in the preview
10+
311
## 4.0.6
412

513
### 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.6",
4+
"version": "4.0.7",
55
"main": "./lib/node/index.cjs",
66
"module": "./lib/node/index.mjs",
77
"type": "module",

0 commit comments

Comments
 (0)