Skip to content

Commit 18e8419

Browse files
📦 Publish SDKs (#4217)
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.24.1 ### Patch Changes - 5f25224: update package.json file so that npm provenance validation passes <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publishes @builder.io/sdk-angular 0.24.1 with a package.json update to satisfy npm provenance validation. > > - **Release: `@builder.io/sdk-angular` v0.24.1** > - Patch: update `package.json` for npm provenance validation. > - Bump version in `packages/sdks/output/angular/package.json` to `0.24.1`. > - Update `packages/sdks/output/angular/CHANGELOG.md`. > - Remove changeset file `/.changeset/dull-crews-sparkle.md` post-release. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4d32013. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e6665e commit 18e8419

File tree

22 files changed

+73
-29
lines changed

22 files changed

+73
-29
lines changed

.changeset/dull-crews-sparkle.md

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

.changeset/grumpy-cups-notice.md

Lines changed: 0 additions & 14 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.2.1
4+
5+
### Patch Changes
6+
7+
- fffde77: fix trackConversion method for sdks
8+
39
## 6.2.0
410

511
### Minor 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.2.0",
3+
"version": "6.2.1",
44
"unpkg": "./dist/index.browser.js",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.esm.js",

packages/react/CHANGELOG.md

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

3+
## 9.1.1
4+
5+
### Patch Changes
6+
7+
- fffde77: fix trackConversion method for sdks
8+
- Updated dependencies [fffde77]
9+
- @builder.io/sdk@6.2.1
10+
311
## 9.1.0
412

513
### 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": "9.1.0",
3+
"version": "9.1.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.24.1
4+
5+
### Patch Changes
6+
7+
- 5f25224: update package.json file so that npm provenance validation passes
8+
- fffde77: fix trackConversion method for sdks
9+
310
## 0.24.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.24.0",
3+
"version": "0.24.1",
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.24.1
4+
5+
### Patch Changes
6+
7+
- fffde77: fix trackConversion method for sdks
8+
39
## 0.24.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.24.0",
4+
"version": "0.24.1",
55
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)