Skip to content

Commit

Permalink
release(version): Release 5.1.0-next.16 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0-next.16](v5.1.0-next.15...v5.1.0-next.16) (2024-08-15)

### fix

* **builders:** buildRoutingMachine not working with routing events containing dots ([3a7fe9c](3a7fe9c))
* **testing:** allow nesting routing roots inside TestRoutingContext ([70607bb](70607bb))
  • Loading branch information
semantic-release-bot committed Aug 15, 2024
1 parent 3a7fe9c commit bc340c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [5.1.0-next.16](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.15...v5.1.0-next.16) (2024-08-15)


### fix

* **builders:** buildRoutingMachine not working with routing events containing dots ([3a7fe9c](https://github.com/koordinates/xstate-tree/commit/3a7fe9c4784178f91ab924e7b49a7d777b53f719))
* **testing:** allow nesting routing roots inside TestRoutingContext ([70607bb](https://github.com/koordinates/xstate-tree/commit/70607bb19f316154a9309d4527812b3f7f4775bb))

# [5.1.0-next.15](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.14...v5.1.0-next.15) (2024-08-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@koordinates/xstate-tree",
"main": "lib/index.js",
"types": "lib/xstate-tree.d.ts",
"version": "5.1.0-next.15",
"version": "5.1.0-next.16",
"license": "MIT",
"description": "Build UIs with Actors using xstate and React",
"keywords": [
Expand Down

0 comments on commit bc340c7

Please sign in to comment.