Skip to content

Commit

Permalink
Version Packages (#903)
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 Nov 8, 2024
1 parent f0d55ec commit c5f67d8
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-bananas-decide.md

This file was deleted.

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

## 0.0.93

### Patch Changes

- Updated dependencies [f0d55ec]
- @ensembleui/react-runtime@0.2.15

## 0.0.92

### 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.92",
"version": "0.0.93",
"private": true,
"dependencies": {
"@ensembleui/react-framework": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions apps/preview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ensembleui/react-preview

## 0.0.91

### Patch Changes

- Updated dependencies [f0d55ec]
- @ensembleui/react-runtime@0.2.15

## 0.0.90

### 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.90",
"version": "0.0.91",
"private": true,
"dependencies": {
"@ensembleui/react-framework": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions apps/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ensembleui/react-starter

## 0.4.39

### Patch Changes

- Updated dependencies [f0d55ec]
- @ensembleui/react-runtime@0.2.15

## 0.4.38

### 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.38",
"version": "0.4.39",
"private": true,
"dependencies": {
"@ensembleui/react-framework": "workspace:*",
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.2.15

### Patch Changes

- f0d55ec: add selectedLabel prop to Search component to allow custom widget for selected option

## 0.2.14

### 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.2.14",
"version": "0.2.15",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down

0 comments on commit c5f67d8

Please sign in to comment.