From 9b5e132e0c3fb38fbc2d2b56f6a07a5b3c1afb47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:07:01 -0800 Subject: [PATCH] Version Packages (#220) * Version Packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Pat Cavit --- .changeset/wise-dolphins-hide.md | 5 ----- CHANGELOG.md | 8 +++++++- package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/wise-dolphins-hide.md diff --git a/.changeset/wise-dolphins-hide.md b/.changeset/wise-dolphins-hide.md deleted file mode 100644 index d422a6e..0000000 --- a/.changeset/wise-dolphins-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xstate-component-tree": patch ---- - -Fixed up type generation and some internal naming to match xstate v5 conventions diff --git a/CHANGELOG.md b/CHANGELOG.md index cf575b6..c1975a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog +## 7.0.1 + +### Patch Changes + +- [`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 + ## 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 🎉 +- [#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 🎉 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/package.json b/package.json index cdb4ded..ef2e653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-component-tree", - "version": "7.0.0", + "version": "7.0.1", "description": "Build a tree of components based on statechart values", "author": "Pat Cavit ", "license": "MIT",