Skip to content

Commit

Permalink
📦 Publish SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 10, 2024
1 parent e77aae4 commit 1e995a3
Show file tree
Hide file tree
Showing 23 changed files with 82 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-paws-eat.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/modern-sloths-love.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/nice-balloons-work.md

This file was deleted.

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

## 5.0.1

### Patch Changes

- 409aec9: Feat: add `meta` type to custom components

## 5.0.0

### Major 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": "5.0.0",
"version": "5.0.1",
"unpkg": "./dist/index.browser.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @builder.io/react

## 7.0.2

### Patch Changes

- 409aec9: Feat: add `meta` type to custom components
- 23b7594: Feat: extend allowed file types of Image and Video Block
- Updated dependencies [409aec9]
- @builder.io/[email protected]

## 7.0.1

### 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": "7.0.1",
"version": "7.0.2",
"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.17.1

### Patch Changes

- 409aec9: Feat: add `meta` type to custom components
- 23b7594: Feat: extend allowed file types of Image and Video Block

## 0.17.0

### Minor 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.17.0",
"version": "0.17.1",
"files": [
"lib"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/sdks/output/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Builder.io Next.js SDK Changelog (@builder.io/sdk-react-nextjs)

## 0.17.1

### Patch Changes

- a66adee: Fix: handle component infos exported from client modules
- 409aec9: Feat: add `meta` type to custom components
- 23b7594: Feat: extend allowed file types of Image and Video Block

## 0.17.0

### Minor 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.17.0",
"version": "0.17.1",
"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.17.1

### Patch Changes

- 409aec9: Feat: add `meta` type to custom components
- 23b7594: Feat: extend allowed file types of Image and Video Block

## 0.17.0

### Minor 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.17.0",
"version": "0.17.1",
"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)

## 3.0.1

### Patch Changes

- 409aec9: Feat: add `meta` type to custom components
- 23b7594: Feat: extend allowed file types of Image and Video Block

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"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)

## 3.0.1

### Patch Changes

- 409aec9: Feat: add `meta` type to custom components
- 23b7594: Feat: extend allowed file types of Image and Video Block

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"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)

## 3.0.1

### Patch Changes

- 409aec9: Feat: add `meta` type to custom components
- 23b7594: Feat: extend allowed file types of Image and Video Block

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"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)

## 3.0.1

### Patch Changes

- 409aec9: Feat: add `meta` type to custom components
- 23b7594: Feat: extend allowed file types of Image and Video Block

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"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)

## 3.0.1

### Patch Changes

- 409aec9: Feat: add `meta` type to custom components
- 23b7594: Feat: extend allowed file types of Image and Video Block

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"main": "./lib/node/index.cjs",
"module": "./lib/node/index.mjs",
"type": "module",
Expand Down

0 comments on commit 1e995a3

Please sign in to comment.