Skip to content

Commit bc340c7

Browse files
release(version): Release 5.1.0-next.16 [skip ci]
# [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))
1 parent 3a7fe9c commit bc340c7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [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)
2+
3+
4+
### fix
5+
6+
* **builders:** buildRoutingMachine not working with routing events containing dots ([3a7fe9c](https://github.com/koordinates/xstate-tree/commit/3a7fe9c4784178f91ab924e7b49a7d777b53f719))
7+
* **testing:** allow nesting routing roots inside TestRoutingContext ([70607bb](https://github.com/koordinates/xstate-tree/commit/70607bb19f316154a9309d4527812b3f7f4775bb))
8+
19
# [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)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@koordinates/xstate-tree",
33
"main": "lib/index.js",
44
"types": "lib/xstate-tree.d.ts",
5-
"version": "5.1.0-next.15",
5+
"version": "5.1.0-next.16",
66
"license": "MIT",
77
"description": "Build UIs with Actors using xstate and React",
88
"keywords": [

0 commit comments

Comments
 (0)