Skip to content

Commit a491242

Browse files
📦 Publish SDKs (BuilderIO#4086)
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 - 7adc4f6: Fix: Corrected the implementaion of http requests with GET method - 25895a2: Fix: Improved implementation of making Content http-requests with GET method ## @builder.io/[email protected] ### Patch Changes - 7adc4f6: Fix: Corrected the implementaion of http requests with GET method - 25895a2: Fix: Improved implementation of making Content http-requests with GET method ## @builder.io/[email protected] ### Patch Changes - 7adc4f6: Fix: Corrected the implementaion of http requests with GET method - 25895a2: Fix: Improved implementation of making Content http-requests with GET method ## @builder.io/[email protected] ### Patch Changes - 7adc4f6: Fix: Corrected the implementaion of http requests with GET method - 25895a2: Fix: Improved implementation of making Content http-requests with GET method ## @builder.io/[email protected] ### Patch Changes - 7adc4f6: Fix: Corrected the implementaion of http requests with GET method - 25895a2: Fix: Improved implementation of making Content http-requests with GET method ## @builder.io/[email protected] ### Patch Changes - 7adc4f6: Fix: Corrected the implementaion of http requests with GET method - 25895a2: Fix: Improved implementation of making Content http-requests with GET method ## @builder.io/[email protected] ### Patch Changes - 7adc4f6: Fix: Corrected the implementaion of http requests with GET method - 25895a2: Fix: Improved implementation of making Content http-requests with GET method Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25895a2 commit a491242

File tree

16 files changed

+56
-29
lines changed

16 files changed

+56
-29
lines changed

.changeset/modern-nails-doubt.md

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

.changeset/soft-spoons-serve.md

Lines changed: 0 additions & 11 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.3
4+
5+
### Patch Changes
6+
7+
- 7adc4f6: Fix: Corrected the implementaion of http requests with GET method
8+
- 25895a2: Fix: Improved implementation of making Content http-requests with GET method
9+
310
## 8.2.2
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.2",
3+
"version": "8.2.3",
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.21.1
4+
5+
### Patch Changes
6+
7+
- 7adc4f6: Fix: Corrected the implementaion of http requests with GET method
8+
- 25895a2: Fix: Improved implementation of making Content http-requests with GET method
9+
310
## 0.21.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.21.0",
3+
"version": "0.21.1",
44
"files": [
55
"lib"
66
],

packages/sdks/output/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.21.1
4+
5+
### Patch Changes
6+
7+
- 7adc4f6: Fix: Corrected the implementaion of http requests with GET method
8+
- 25895a2: Fix: Improved implementation of making Content http-requests with GET method
9+
310
## 0.20.1
411

512
### 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.20.1",
4+
"version": "0.21.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.21.1
4+
5+
### Patch Changes
6+
7+
- 7adc4f6: Fix: Corrected the implementaion of http requests with GET method
8+
- 25895a2: Fix: Improved implementation of making Content http-requests with GET method
9+
310
## 0.20.1
411

512
### Patch 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.1",
3+
"version": "0.21.1",
44
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/qwik",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)