Skip to content

Commit 437e28d

Browse files
[ci] release (#258)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2adf9f commit 437e28d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-react-typed-send.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-robot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-robot
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- c2adf9f: Fix send function type to properly derive transitions from machine type
8+
39
## 1.2.0
410

511
### Minor Changes

packages/react-robot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-robot",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "React hooks for Robot finite state machines",
55
"main": "machine.js",
66
"module": "machine.js",

0 commit comments

Comments
 (0)