From 343b7f46d614d3737256cd8e98d931116dfa1be4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jun 2022 23:07:52 +0000 Subject: [PATCH] Version Packages --- .changeset/smooth-donkeys-attack.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smooth-donkeys-attack.md diff --git a/.changeset/smooth-donkeys-attack.md b/.changeset/smooth-donkeys-attack.md deleted file mode 100644 index 9a0e1da..0000000 --- a/.changeset/smooth-donkeys-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xstate-component-tree": patch ---- - -Fix .hasTag & .matches before interpreter is running diff --git a/CHANGELOG.md b/CHANGELOG.md index a40aaa6..67e7a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.0.1 + +### Patch Changes + +- [#71](https://github.com/tivac/xstate-component-tree/pull/71) [`00dcf48`](https://github.com/tivac/xstate-component-tree/commit/00dcf4899eb7d9d1cde31f02bad3546b346e39aa) Thanks [@tivac](https://github.com/tivac)! - Fix .hasTag & .matches before interpreter is running + ## 5.0.0 ### Major Changes diff --git a/package.json b/package.json index 584484c..8f92887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xstate-component-tree", - "version": "5.0.0", + "version": "5.0.1", "description": "Build a tree of components based on statechart values", "author": "Pat Cavit ", "license": "MIT",