diff --git a/.changeset/breezy-glasses-teach.md b/.changeset/breezy-glasses-teach.md deleted file mode 100644 index bd2d01b..0000000 --- a/.changeset/breezy-glasses-teach.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"xstate-component-tree": patch ---- - -Support multiple invoked items per state - -Previously it would only use the *last* invocation at each state. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ac9a2..f81f100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 6.1.1 + +### Patch Changes + +- [#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 + + Previously it would only use the _last_ invocation at each state. + ## 6.1.0 ### Minor Changes diff --git a/package.json b/package.json index 963a613..05698fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-component-tree", - "version": "6.1.0", + "version": "6.1.1", "description": "Build a tree of components based on statechart values", "author": "Pat Cavit ", "license": "MIT",