Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Publish SDKs #3730

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/empty-ligers-look.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-ways-bathe.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/perfect-toes-taste.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @builder.io/sdk

## 4.0.3

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling and pass through locale prop to personalization containers when filtering

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/sdk",
"version": "4.0.2",
"version": "4.0.3",
"unpkg": "./dist/index.browser.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @builder.io/react

## 6.0.3

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling and pass through locale prop to personalization containers when filtering
- Updated dependencies [9b11521]
- Updated dependencies [027a07a]
- @builder.io/[email protected]

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/react",
"version": "6.0.2",
"version": "6.0.3",
"description": "",
"keywords": [],
"main": "dist/builder-react.cjs.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdks/output/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @builder.io/sdk-angular

## 0.2.27

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling

## 0.2.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/sdk-angular",
"version": "0.2.26",
"version": "0.2.27",
"files": [
"lib"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/sdks/output/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Builder.io Next.js SDK Changelog (@builder.io/sdk-react-nextjs)

## 0.16.24

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling

## 0.16.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@builder.io/sdk-react-nextjs",
"description": "Builder.io RSC SDK for NextJS App Directory",
"version": "0.16.23",
"version": "0.16.24",
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdks/output/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Builder.io Qwik SDK Changelog (@builder.io/sdk-qwik)

## 0.16.24

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling

## 0.16.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/sdk-qwik",
"version": "0.16.23",
"version": "0.16.24",
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/qwik",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdks/output/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Builder.io React Native SDK Changelog (@builder.io/sdk-react-native)

## 2.0.31

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling

## 2.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@builder.io/sdk-react-native",
"description": "Builder.io SDK for React Native",
"version": "2.0.30",
"version": "2.0.31",
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react-native",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdks/output/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Builder.io React SDK Changelog (@builder.io/sdk-react)

## 2.0.31

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling

## 2.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@builder.io/sdk-react",
"description": "Builder.io SDK for React",
"version": "2.0.30",
"version": "2.0.31",
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react",
"type": "module",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sdks/output/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Builder.io Solid SDK Changelog (@builder.io/sdk-solid)

## 2.0.31

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling

## 2.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/sdk-solid",
"version": "2.0.30",
"version": "2.0.31",
"description": "",
"files": [
"dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdks/output/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Builder.io Svelte SDK Changelog (@builder.io/sdk-svelte)

## 2.0.31

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling

## 2.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@builder.io/sdk-svelte",
"description": "Builder.io SDK for Svelte",
"version": "2.0.30",
"version": "2.0.31",
"type": "module",
"files": [
"lib",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdks/output/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Builder.io Vue SDK Changelog (@builder.io/sdk-vue)

## 2.0.31

### Patch Changes

- 9b11521: fix serializing single arg arrow functions that some compilers emit
- 027a07a: fix: standardize locale handling

## 2.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/output/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@builder.io/sdk-vue",
"description": "Builder.io SDK for Vue",
"version": "2.0.30",
"version": "2.0.31",
"main": "./lib/node/index.cjs",
"module": "./lib/node/index.mjs",
"type": "module",
Expand Down
Loading