Skip to content

Commit 9b5e132

Browse files
Version Packages (#220)
* Version Packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Pat Cavit <[email protected]>
1 parent a37d587 commit 9b5e132

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/wise-dolphins-hide.md

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

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- [`a37d587`](https://github.com/tivac/xstate-component-tree/commit/a37d5879ffb6b4be7f9bfa2a77071307642bad19) Thanks [@tivac](https://github.com/tivac)! - Fixed up type generation and some internal naming to match xstate v5 conventions
8+
39
## 7.0.0
410

511
### Major Changes
612

7-
- [#217](https://github.com/tivac/xstate-component-tree/pull/217) [`e711a23`](https://github.com/tivac/xstate-component-tree/commit/e711a23eeddc9fe4c621fe10cd20711f230afc3e) Thanks [@dependabot](https://github.com/apps/dependabot)! - # 🎉 xstate v5 support 🎉
13+
- [#217](https://github.com/tivac/xstate-component-tree/pull/217) [`e711a23`](https://github.com/tivac/xstate-component-tree/commit/e711a23eeddc9fe4c621fe10cd20711f230afc3e) Thanks [@tivac](https://github.com/tivac)! - # 🎉 xstate v5 support 🎉
814

915
This release finally updates `xstate-component-tree` to work with modern versions of xstate. No major API changes within the library itself, mostly v4 to v5 stuff like [always sending `{ type : "EVENT" }`](https://stately.ai/docs/migration#actorsend-no-longer-accepts-string-types).
1016

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": "7.0.0",
3+
"version": "7.0.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)