Skip to content

Commit

Permalink
Version Packages (#905)
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 15, 2024
1 parent 0a37d2b commit e7295e6
Show file tree
Hide file tree
Showing 17 changed files with 60 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-socks-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-scissors-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-pianos-own.md

This file was deleted.

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

## 0.0.94

### Patch Changes

- Updated dependencies [becf415]
- Updated dependencies [542069e]
- @ensembleui/react-runtime@0.3.0
- @ensembleui/react-framework@0.2.7

## 0.0.93

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

## 0.0.92

### Patch Changes

- Updated dependencies [becf415]
- Updated dependencies [542069e]
- @ensembleui/react-runtime@0.3.0
- @ensembleui/react-framework@0.2.7

## 0.0.91

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

## 0.4.40

### Patch Changes

- Updated dependencies [becf415]
- Updated dependencies [542069e]
- @ensembleui/react-runtime@0.3.0
- @ensembleui/react-framework@0.2.7

## 0.4.39

### 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.39",
"version": "0.4.40",
"private": true,
"dependencies": {
"@ensembleui/react-framework": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ensembleui/cli

## 0.0.4

### Patch Changes

- 0a37d2b: Add apps:get command for copying yaml to local folder
- Updated dependencies [0a37d2b]
- @ensembleui/js-commons@0.0.5

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ensembleui/cli",
"description": "Ensemble CLI for managing apps",
"version": "0.0.3",
"version": "0.0.4",
"author": "Ensemble",
"bin": {
"ensemble": "./bin/run.js"
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.7

### Patch Changes

- 542069e: added useEffect cleanup for unload widget on unmounted

## 0.2.6

### 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.6",
"version": "0.2.7",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/js-commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ensembleui/js-commons

## 0.0.5

### Patch Changes

- 0a37d2b: Add apps:get command for copying yaml to local folder

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensembleui/js-commons",
"version": "0.0.4",
"version": "0.0.5",
"exports": {
".": {
"require": "./dist/index.js",
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.0

### Minor Changes

- becf415: Removed default pointer cursor from Tag widget

## 0.2.15

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

0 comments on commit e7295e6

Please sign in to comment.