Skip to content

Commit

Permalink
📦 Publish SDKs (#2882)
Browse files Browse the repository at this point in the history
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

-   5500600: Multiples fixes to SSR A/B testing logic
-   d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
    Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time.
Avoids mismatches caused by run-time stringification.

## @builder.io/[email protected]

### Patch Changes

-   5500600: Multiples fixes to SSR A/B testing logic
-   d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
    Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time.
Avoids mismatches caused by run-time stringification.

## @builder.io/[email protected]

### Patch Changes

-   5500600: Multiples fixes to SSR A/B testing logic
-   d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
    Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time.
Avoids mismatches caused by run-time stringification.

## @builder.io/[email protected]

### Patch Changes

-   5500600: Multiples fixes to SSR A/B testing logic
-   d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
    Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time.
Avoids mismatches caused by run-time stringification.

## @builder.io/[email protected]

### Patch Changes

-   5500600: Multiples fixes to SSR A/B testing logic
-   d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
    Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time.
Avoids mismatches caused by run-time stringification.

## @builder.io/[email protected]

### Patch Changes

-   5500600: Multiples fixes to SSR A/B testing logic
-   d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
    Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time.
Avoids mismatches caused by run-time stringification.

## @builder.io/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
samijaber and github-actions[bot] committed Dec 15, 2023
1 parent 76fc1cb commit 7e6dfef
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 38 deletions.
10 changes: 0 additions & 10 deletions .changeset/clean-peaches-collect.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/curvy-schools-doubt.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fluffy-schools-mate.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/sdks/output/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Builder.io Next.js SDK Changelog (@builder.io/sdk-react-nextjs)

## 0.7.4

### Patch Changes

- 5500600: Multiples fixes to SSR A/B testing logic
- d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time. Avoids mismatches caused by run-time stringification.

## 0.7.3

## 0.7.2
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.7.3",
"version": "0.7.4",
"files": [
"lib",
"types"
Expand Down
9 changes: 9 additions & 0 deletions packages/sdks/output/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Builder.io Qwik SDK Changelog (@builder.io/sdk-qwik)

## 0.7.4

### Patch Changes

- 5500600: Multiples fixes to SSR A/B testing logic
- d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time. Avoids mismatches caused by run-time stringification.

## 0.7.3

## 0.7.2
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.7.3",
"version": "0.7.4",
"description": "Builder.io Qwik SDK",
"type": "module",
"main": "./lib/edge/index.qwik.cjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/sdks/output/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Builder.io React Native SDK Changelog (@builder.io/sdk-react-native)

## 0.7.4

## 0.7.3

## 0.7.2
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": "0.7.3",
"version": "0.7.4",
"type": "module",
"main": "lib/browser/commonjs/index.js",
"module": "lib/browser/module/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdks/output/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Builder.io React SDK Changelog (@builder.io/sdk-react)

## 0.7.4

### Patch Changes

- 5500600: Multiples fixes to SSR A/B testing logic
- d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time. Avoids mismatches caused by run-time stringification.

## 0.7.3

### 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": "0.7.3",
"version": "0.7.4",
"files": [
"lib",
"types"
Expand Down
9 changes: 9 additions & 0 deletions packages/sdks/output/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Builder.io Solid SDK Changelog (@builder.io/sdk-solid)

## 0.7.4

### Patch Changes

- 5500600: Multiples fixes to SSR A/B testing logic
- d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time. Avoids mismatches caused by run-time stringification.

## 0.7.3

## 0.7.2
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": "0.7.3",
"version": "0.7.4",
"description": "",
"files": [
"dist",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdks/output/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Builder.io Svelte SDK Changelog (@builder.io/sdk-svelte)

## 0.7.4

### Patch Changes

- 5500600: Multiples fixes to SSR A/B testing logic
- d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time. Avoids mismatches caused by run-time stringification.

## 0.7.3

## 0.7.2
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": "0.7.3",
"version": "0.7.4",
"type": "module",
"files": [
"lib",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdks/output/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Builder.io Vue SDK Changelog (@builder.io/sdk-vue)

## 0.7.4

### Patch Changes

- 5500600: Multiples fixes to SSR A/B testing logic
- d3c613d: Fix: Video block styles (aspect ratio, fitContent, etc.).
Fix: Allow Video block to render children components.
- 5500600: Fix: Stringify inlined SSR A/B test scripts at build-time. Avoids mismatches caused by run-time stringification.

## 0.7.3

## 0.7.2
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": "0.7.3",
"version": "0.7.4",
"main": "./vue3/lib/node/index.cjs",
"module": "./vue3/lib/node/index.js",
"type": "module",
Expand Down

0 comments on commit 7e6dfef

Please sign in to comment.