Skip to content

Commit

Permalink
Merge pull request #5 from statelyai/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mellson authored Oct 10, 2023
2 parents a0d7ff6 + e8d8ae1 commit 2b17400
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/little-cooks-shout.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.4

### Patch Changes

- [#4](https://github.com/statelyai/sky/pull/4) [`94e6311`](https://github.com/statelyai/sky/commit/94e6311d242c1b3a3b5d77b122966a1836ac9dbd) Thanks [@mellson](https://github.com/mellson)! - Update to use the latest xstate beta, and remove the dependency on PartyKit

## 0.0.3

### 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.3",
"version": "0.0.4",
"description": "",
"main": "dist/statelyai-sky.cjs.js",
"module": "dist/statelyai-sky.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/sky-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @statelyai/sky-react

## 0.0.4

### Patch Changes

- [#4](https://github.com/statelyai/sky/pull/4) [`94e6311`](https://github.com/statelyai/sky/commit/94e6311d242c1b3a3b5d77b122966a1836ac9dbd) Thanks [@mellson](https://github.com/mellson)! - Update to use the latest xstate beta, and remove the dependency on PartyKit

- Updated dependencies [[`94e6311`](https://github.com/statelyai/sky/commit/94e6311d242c1b3a3b5d77b122966a1836ac9dbd)]:
- @statelyai/sky@0.0.4

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.3",
"@statelyai/sky": "0.0.4",
"@xstate/react": "4.0.0-beta.10",
"xstate": "5.0.0-beta.33"
},
Expand Down

0 comments on commit 2b17400

Please sign in to comment.