Skip to content

Commit e518e51

Browse files
📦 Publish SDKs (#4822)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8f3d4a commit e518e51

21 files changed

Lines changed: 71 additions & 23 deletions

.changeset/tender-cats-shop.md

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

packages/core/CHANGELOG.md

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

3+
## 6.3.3
4+
5+
### Patch Changes
6+
7+
- c8f3d4a: Types: allow `showIf` callbacks to receive the existing parent arguments and the current editor locale through `context.locale`.
8+
39
## 6.3.2
410

511
### Patch Changes

packages/core/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",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"unpkg": "./dist/index.browser.js",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",

packages/react/CHANGELOG.md

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

3+
## 9.4.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c8f3d4a]
8+
- @builder.io/sdk@6.3.3
9+
310
## 9.4.3
411

512
### 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": "9.4.3",
3+
"version": "9.4.4",
44
"description": "",
55
"keywords": [],
66
"main": "dist/builder-react.cjs.js",

packages/sdks/output/angular/CHANGELOG.md

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

3+
## 0.25.11
4+
5+
### Patch Changes
6+
7+
- c8f3d4a: Types: allow `showIf` callbacks to receive the existing parent arguments and the current editor locale through `context.locale`.
8+
39
## 0.25.10
410

511
### 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.25.10",
3+
"version": "0.25.11",
44
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/angular",
55
"repository": {
66
"type": "git",

packages/sdks/output/nextjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.25.11
4+
5+
### Patch Changes
6+
7+
- c8f3d4a: Types: allow `showIf` callbacks to receive the existing parent arguments and the current editor locale through `context.locale`.
8+
39
## 0.25.10
410

511
### Patch Changes

packages/sdks/output/nextjs/package.json

Lines changed: 1 addition & 1 deletion
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.25.10",
4+
"version": "0.25.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

Lines changed: 6 additions & 0 deletions
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.25.11
4+
5+
### Patch Changes
6+
7+
- c8f3d4a: Types: allow `showIf` callbacks to receive the existing parent arguments and the current editor locale through `context.locale`.
8+
39
## 0.25.10
410

511
### Patch Changes

0 commit comments

Comments
 (0)