Skip to content

Commit

Permalink
Version Packages (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 27, 2023
1 parent 0cec0db commit fce39cf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .changeset/clean-tigers-ring.md

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 6.1.0

### Minor Changes

- [#117](https://github.com/tivac/xstate-component-tree/pull/117) [`0cec0db`](https://github.com/tivac/xstate-component-tree/commit/0cec0db38d3198ba90ebcc5cfeb896af4e3def0e) Thanks [@tivac](https://github.com/tivac)! - Add machine info to each result

Otherwise root components of parallel sibling child machines can end up not being actually comparable.

```diff
[
[Object: null prototype] {
+ machine: "(machine).child-one",
path: false,
component: [Function: child],
props: false,
children: []
},
[Object: null prototype] {
+ machine: "(machine).child-two",
path: false,
component: [Function: child],
props: false,
children: []
}
]
```

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xstate-component-tree",
"version": "6.0.2",
"version": "6.1.0",
"description": "Build a tree of components based on statechart values",
"author": "Pat Cavit <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit fce39cf

Please sign in to comment.