Skip to content

Commit

Permalink
Merge pull request #25 from statelyai/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
davidkpiano authored May 6, 2024
2 parents 727227a + 07470dd commit 5a7556e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-experts-think.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.12

### Patch Changes

- [#24](https://github.com/statelyai/sky/pull/24) [`acad617`](https://github.com/statelyai/sky/commit/acad6179e6cba3bdcd1167255937cd2a4d888163) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Update dependencies

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.12

### Patch Changes

- [#24](https://github.com/statelyai/sky/pull/24) [`acad617`](https://github.com/statelyai/sky/commit/acad6179e6cba3bdcd1167255937cd2a4d888163) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Update dependencies

- Updated dependencies [[`acad617`](https://github.com/statelyai/sky/commit/acad6179e6cba3bdcd1167255937cd2a4d888163)]:
- @statelyai/sky@0.0.12

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.11",
"@statelyai/sky": "^0.0.12",
"@xstate/react": "^4.1.1",
"xstate": "^5.13.0"
},
Expand Down

0 comments on commit 5a7556e

Please sign in to comment.