Skip to content

Commit c843564

Browse files
📦 Publish SDKs (#4079)
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/react@8.2.1 ### Patch Changes - 7a0d981: fix: Form submission should use the radio button value rather than name ## @builder.io/sdk-angular@0.20.1 ### Patch Changes - 6ae35cc: feat: add support for register action - 7a0d981: fix: Form submission should use the radio button value rather than name ## @builder.io/sdk-react-nextjs@0.20.1 ### Patch Changes - 6ae35cc: feat: add support for register action ## @builder.io/sdk-qwik@0.20.1 ### Patch Changes - 6ae35cc: feat: add support for register action - 7a0d981: fix: Form submission should use the radio button value rather than name ## @builder.io/sdk-react@4.2.1 ### Patch Changes - 6ae35cc: feat: add support for register action - 7a0d981: fix: Form submission should use the radio button value rather than name ## @builder.io/sdk-react-native@4.2.1 ### Patch Changes - 6ae35cc: feat: add support for register action ## @builder.io/sdk-solid@4.2.1 ### Patch Changes - 7a0d981: fix: Form submission should use the radio button value rather than name ## @builder.io/sdk-svelte@4.2.1 ### Patch Changes - 7a0d981: fix: Form submission should use the radio button value rather than name ## @builder.io/sdk-vue@4.2.1 ### Patch Changes - 7a0d981: fix: Form submission should use the radio button value rather than name Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 964f251 commit c843564

File tree

20 files changed

+66
-29
lines changed

20 files changed

+66
-29
lines changed

.changeset/sour-readers-share.md

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

.changeset/sweet-trainers-clean.md

Lines changed: 0 additions & 11 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.2.1
4+
5+
### Patch Changes
6+
7+
- 7a0d981: fix: Form submission should use the radio button value rather than name
8+
39
## 8.2.0
410

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

packages/sdks/output/angular/CHANGELOG.md

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

3+
## 0.20.1
4+
5+
### Patch Changes
6+
7+
- 6ae35cc: feat: add support for register action
8+
- 7a0d981: fix: Form submission should use the radio button value rather than name
9+
310
## 0.20.0
411

512
### Minor 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.20.0",
3+
"version": "0.20.1",
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.20.1
4+
5+
### Patch Changes
6+
7+
- 6ae35cc: feat: add support for register action
8+
39
## 0.20.0
410

511
### Minor 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.20.0",
4+
"version": "0.20.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Builder.io Qwik SDK Changelog (@builder.io/sdk-qwik)
22

3+
## 0.20.1
4+
5+
### Patch Changes
6+
7+
- 6ae35cc: feat: add support for register action
8+
- 7a0d981: fix: Form submission should use the radio button value rather than name
9+
310
## 0.20.0
411

512
### Minor Changes

packages/sdks/output/qwik/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-qwik",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
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

Lines changed: 6 additions & 0 deletions
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.2.1
4+
5+
### Patch Changes
6+
7+
- 6ae35cc: feat: add support for register action
8+
39
## 4.2.0
410

511
### Minor Changes

packages/sdks/output/react-native/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-native",
33
"description": "Builder.io SDK for React Native",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
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

Lines changed: 7 additions & 0 deletions
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.2.1
4+
5+
### Patch Changes
6+
7+
- 6ae35cc: feat: add support for register action
8+
- 7a0d981: fix: Form submission should use the radio button value rather than name
9+
310
## 4.2.0
411

512
### Minor Changes

packages/sdks/output/react/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",
33
"description": "Builder.io SDK for React",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
55
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react",
66
"type": "module",
77
"repository": {

packages/sdks/output/solid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.2.1
4+
5+
### Patch Changes
6+
7+
- 7a0d981: fix: Form submission should use the radio button value rather than name
8+
39
## 4.2.0
410

511
### Minor Changes

packages/sdks/output/solid/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-solid",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "",
55
"files": [
66
"dist",

packages/sdks/output/svelte/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.2.1
4+
5+
### Patch Changes
6+
7+
- 7a0d981: fix: Form submission should use the radio button value rather than name
8+
39
## 4.1.3
410

511
### Patch Changes

packages/sdks/output/svelte/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-svelte",
33
"description": "Builder.io SDK for Svelte",
4-
"version": "4.1.3",
4+
"version": "4.2.1",
55
"type": "module",
66
"files": [
77
"lib",

packages/sdks/output/vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.2.1
4+
5+
### Patch Changes
6+
7+
- 7a0d981: fix: Form submission should use the radio button value rather than name
8+
39
## 4.1.3
410

511
### Patch Changes

packages/sdks/output/vue/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-vue",
33
"description": "Builder.io SDK for Vue",
4-
"version": "4.1.3",
4+
"version": "4.2.1",
55
"main": "./lib/node/index.cjs",
66
"module": "./lib/node/index.mjs",
77
"type": "module",

0 commit comments

Comments
 (0)