Skip to content

Commit

Permalink
📦 Publish SDKs (#3381)
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

-   c787998: Fix: add `regeneratorRuntime` polyfill
- c787998: Fix: replace `react-native-render-html` with
`@builder.io/react-native-render-html` to remove `defaultProps` errors.
See <meliorence/react-native-render-html#661>
- c787998: Fix: disable async storage during static rendering (node.js)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
samijaber and github-actions[bot] authored Jul 5, 2024
1 parent c787998 commit cd5dd47
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-mugs-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-toys-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-vans-burn.md

This file was deleted.

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

## 1.0.34

### Patch Changes

- c787998: Fix: add `regeneratorRuntime` polyfill
- c787998: Fix: replace `react-native-render-html` with `@builder.io/react-native-render-html` to remove `defaultProps` errors.
See https://github.com/meliorence/react-native-render-html/issues/661
- c787998: Fix: disable async storage during static rendering (node.js)

## 1.0.33

### 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": "1.0.33",
"version": "1.0.34",
"homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react-native",
"repository": {
"type": "git",
Expand Down

0 comments on commit cd5dd47

Please sign in to comment.