Skip to content

Commit

Permalink
Merge pull request #1637 from davidkpiano/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
davidkpiano authored Nov 15, 2020
2 parents 4b2b0f7 + 515b6ff commit 6c1ffa1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-sloths-collect.md

This file was deleted.

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

## 1.0.3

### Patch Changes

- [`27db2950`](https://github.com/davidkpiano/xstate/commit/27db295064d42cacb89ff10d55f39eb7609148e1) [#1636](https://github.com/davidkpiano/xstate/pull/1636) Thanks [@Andarist](https://github.com/Andarist)! - Allow React 17 in the specified peer dependency range.

## 1.0.2

### Patch Changes
Expand Down Expand Up @@ -49,7 +55,7 @@ All notable changes to this project will be documented in this file.
- The `useActor` hook now takes a second argument: `getSnapshot` which is a function that should return the last emitted value:

```js
const [state, send] = useActor(someActor, (actor) => actor.current);
const [state, send] = useActor(someActor, actor => actor.current);
```

## [1.0.0-rc.6]
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.0.2",
"version": "1.0.3",
"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 @@ -9,7 +9,7 @@
"build": "parcel build index.html"
},
"dependencies": {
"@xstate/react": "^1.0.2",
"@xstate/react": "^1.0.3",
"react-app-polyfill": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 6c1ffa1

Please sign in to comment.