Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 18, 2021
1 parent 9b5dc78 commit 862f4dc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-bears-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-schools-arrive.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/xstate-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.3.1

### Patch Changes

- [`b076b253`](https://github.com/davidkpiano/xstate/commit/b076b25364224874f62e8065892be40dfbb28030) [#1947](https://github.com/davidkpiano/xstate/pull/1947) Thanks [@lukekarrys](https://github.com/lukekarrys)! - Fix typing of the service returned from the fsm useMachine hook by passing it Typestate

* [`9b5dc784`](https://github.com/davidkpiano/xstate/commit/9b5dc7843c44f50bcca0ffccb843b3d50cef6ddc) [#1950](https://github.com/davidkpiano/xstate/pull/1950) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with `toObserver` being internally imported from `xstate/lib/utils` which has broken UMD build and the declared peer dep contract.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xstate/react",
"version": "1.3.0",
"version": "1.3.1",
"description": "XState tools for React",
"keywords": [
"state",
Expand Down
2 changes: 1 addition & 1 deletion packages/xstate-viz/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rm -rf dist lib tsconfig.tsbuildinfo"
},
"dependencies": {
"@xstate/react": "^1.3.0",
"@xstate/react": "^1.3.1",
"react-app-polyfill": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 862f4dc

Please sign in to comment.