diff --git a/.changeset/purple-emus-stare.md b/.changeset/purple-emus-stare.md deleted file mode 100644 index d32613e..0000000 --- a/.changeset/purple-emus-stare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"xstate-component-tree": major ---- - -# 🎉 xstate v5 support 🎉 - -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). diff --git a/CHANGELOG.md b/CHANGELOG.md index f81f100..cf575b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.0.0 + +### Major Changes + +- [#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 🎉 + + 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). + ## 6.1.1 ### Patch Changes diff --git a/package.json b/package.json index e1a652b..d007a2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-component-tree", - "version": "6.1.1", + "version": "7.0.0", "description": "Build a tree of components based on statechart values", "author": "Pat Cavit ", "license": "MIT",