Skip to content

Commit

Permalink
Merge pull request #10 from statelyai/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mellson authored Nov 3, 2023
2 parents 8a25bf2 + 0ce1bb8 commit bcff4eb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-flowers-count.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- [#9](https://github.com/statelyai/sky/pull/9) [`db58b38`](https://github.com/statelyai/sky/commit/db58b386e1ba2c85a84eba943f60bfd75d445043) Thanks [@mellson](https://github.com/mellson)! - Add editor digraph event to the types.

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sky-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statelyai/sky",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"main": "dist/statelyai-sky.cjs.js",
"module": "dist/statelyai-sky.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/sky-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @statelyai/sky-react

## 0.0.6

### Patch Changes

- Updated dependencies [[`db58b38`](https://github.com/statelyai/sky/commit/db58b386e1ba2c85a84eba943f60bfd75d445043)]:
- @statelyai/sky@0.0.6

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sky-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statelyai/sky-react",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"main": "dist/statelyai-sky-react.cjs.js",
"module": "dist/statelyai-sky-react.esm.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/statelyai/sky/tree/main/packages/sky-react#readme",
"dependencies": {
"@statelyai/sky": "0.0.5",
"@statelyai/sky": "0.0.6",
"@xstate/react": "4.0.0-beta.10",
"xstate": "5.0.0-beta.37"
},
Expand Down

0 comments on commit bcff4eb

Please sign in to comment.