From 51ec87158c6b3dd712fc364790428fc142d01305 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 19:05:59 -0800 Subject: [PATCH] release: v7 Co-authored-by: github-actions[bot] --- .changeset/purple-emus-stare.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/purple-emus-stare.md 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",