Skip to content

Commit

Permalink
Version Packages (#994)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 16, 2025
1 parent c43f94d commit 3d420aa
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/rich-rice-dream.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ensembleui/react-kitchen-sink

## 0.0.107

### Patch Changes

- Updated dependencies [c43f94d]
- @ensembleui/react-framework@0.2.15
- @ensembleui/react-runtime@0.3.13

## 0.0.106

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensembleui/react-kitchen-sink",
"version": "0.0.106",
"version": "0.0.107",
"private": true,
"dependencies": {
"@ensembleui/react-framework": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions apps/preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ensembleui/react-preview

## 0.0.105

### Patch Changes

- Updated dependencies [c43f94d]
- @ensembleui/react-framework@0.2.15
- @ensembleui/react-runtime@0.3.13

## 0.0.104

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensembleui/react-preview",
"version": "0.0.104",
"version": "0.0.105",
"private": true,
"dependencies": {
"@ensembleui/react-framework": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions apps/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ensembleui/react-starter

## 0.4.53

### Patch Changes

- Updated dependencies [c43f94d]
- @ensembleui/react-framework@0.2.15
- @ensembleui/react-runtime@0.3.13

## 0.4.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensembleui/react-starter",
"version": "0.4.52",
"version": "0.4.53",
"private": true,
"dependencies": {
"@ensembleui/react-framework": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ensembleui/react-framework

## 0.2.15

### Patch Changes

- c43f94d: Fix custom widget scope regression for undeclared inputs"

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensembleui/react-framework",
"version": "0.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ensembleui/react-runtime

## 0.3.13

### Patch Changes

- c43f94d: Fix custom widget scope regression for undeclared inputs"

## 0.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensembleui/react-runtime",
"version": "0.3.12",
"version": "0.3.13",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 3d420aa

Please sign in to comment.