Skip to content

Commit 9a7e7b5

Browse files
Version Packages (#120)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 743433d commit 9a7e7b5

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/breezy-glasses-teach.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- [#119](https://github.com/tivac/xstate-component-tree/pull/119) [`743433d`](https://github.com/tivac/xstate-component-tree/commit/743433d388d76a6f5e62bbc6d4f69c224cfc676b) Thanks [@tivac](https://github.com/tivac)! - Support multiple invoked items per state
8+
9+
Previously it would only use the _last_ invocation at each state.
10+
311
## 6.1.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xstate-component-tree",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Build a tree of components based on statechart values",
55
"author": "Pat Cavit <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)