Skip to content

Commit b4dbed9

Browse files
📦 Publish SDKs (#4131)
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 - c042d67: fix passing down custom breakpoints to Symbol - 912bfa4: Fixed state variable context availability in SSR rendering ## @builder.io/[email protected] ### Patch Changes - 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing` ## @builder.io/[email protected] ### Patch Changes - 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing` ## @builder.io/[email protected] ### Patch Changes - 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing` ## @builder.io/[email protected] ### Patch Changes - 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing` ## @builder.io/[email protected] ### Patch Changes - 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing` ## @builder.io/[email protected] ### Patch Changes - 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing` ## @builder.io/[email protected] ### Patch Changes - 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing` ## @builder.io/[email protected] ### Patch Changes - 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 912bfa4 commit b4dbed9

File tree

21 files changed

+64
-31
lines changed

21 files changed

+64
-31
lines changed

.changeset/brown-avocados-dream.md

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

.changeset/nervous-rabbits-sing.md

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

.changeset/sharp-pandas-joke.md

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

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+
## 8.2.7
4+
5+
### Patch Changes
6+
7+
- c042d67: fix passing down custom breakpoints to Symbol
8+
- 912bfa4: Fixed state variable context availability in SSR rendering
9+
310
## 8.2.6
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": "8.2.6",
3+
"version": "8.2.7",
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.22.2
4+
5+
### Patch Changes
6+
7+
- 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing`
8+
39
## 0.22.1
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.22.1",
3+
"version": "0.22.2",
44
"files": [
55
"lib"
66
],

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.22.2
4+
5+
### Patch Changes
6+
7+
- 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing`
8+
39
## 0.22.1
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.22.1",
4+
"version": "0.22.2",
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.22.2
4+
5+
### Patch Changes
6+
7+
- 3e5133e: docs: document `getBuilderSearchParams` and `isPreviewing`
8+
39
## 0.22.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)