Skip to content

Commit 5fa967f

Browse files
release(version): Release 4.6.7 [skip ci]
## [4.6.7](v4.6.6...v4.6.7) (2024-08-15) ### fix * **builders:** buildRoutingMachine not working with routing events containing dots ([c3f7e2e](c3f7e2e))
1 parent c3f7e2e commit 5fa967f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.6.7](https://github.com/koordinates/xstate-tree/compare/v4.6.6...v4.6.7) (2024-08-15)
2+
3+
4+
### fix
5+
6+
* **builders:** buildRoutingMachine not working with routing events containing dots ([c3f7e2e](https://github.com/koordinates/xstate-tree/commit/c3f7e2e268b75d1982068703430ed4f607430562))
7+
18
## [4.6.6](https://github.com/koordinates/xstate-tree/compare/v4.6.5...v4.6.6) (2024-08-14)
29

310

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": "4.6.6",
5+
"version": "4.6.7",
66
"license": "MIT",
77
"description": "Build UIs with Actors using xstate and React",
88
"keywords": [

0 commit comments

Comments
 (0)