Skip to content

Commit

Permalink
Merge pull request #17 from statelyai/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mellson authored Nov 16, 2023
2 parents 898b51f + a4c4be0 commit ac7ec53
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/tender-trains-talk.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.9

### Patch Changes

- [#16](https://github.com/statelyai/sky/pull/16) [`34c0dc1`](https://github.com/statelyai/sky/commit/34c0dc12a58c36f1c57a1b1694a2b7274f2d2b08) Thanks [@mellson](https://github.com/mellson)! - Close the underlying partysocket when an actor stops.

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.9

### Patch Changes

- [#16](https://github.com/statelyai/sky/pull/16) [`34c0dc1`](https://github.com/statelyai/sky/commit/34c0dc12a58c36f1c57a1b1694a2b7274f2d2b08) Thanks [@mellson](https://github.com/mellson)! - Close the underlying partysocket when an actor stops.

- Updated dependencies [[`34c0dc1`](https://github.com/statelyai/sky/commit/34c0dc12a58c36f1c57a1b1694a2b7274f2d2b08)]:
- @statelyai/sky@0.0.9

## 0.0.8

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

0 comments on commit ac7ec53

Please sign in to comment.