Skip to content

Commit 2f0553d

Browse files
release(version): Release 4.5.0 [skip ci]
# [4.5.0](v4.4.0...v4.5.0) (2024-01-15) ### docs * add viewToMachine/buildRoutingMachine into README ([ba8c10d](ba8c10d)) ### feat * **builders:** buildRoutingMachine ([f3ac844](f3ac844)), closes [#50](#50) * **builders:** viewToMachine ([0e86b5c](0e86b5c)), closes [#51](#51) * fix versioning..? ([bb713ac](bb713ac))
1 parent bb713ac commit 2f0553d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [4.5.0](https://github.com/koordinates/xstate-tree/compare/v4.4.0...v4.5.0) (2024-01-15)
2+
3+
4+
### docs
5+
6+
* add viewToMachine/buildRoutingMachine into README ([ba8c10d](https://github.com/koordinates/xstate-tree/commit/ba8c10de05e35cb2f0254babc37e4e7f1a8faa1e))
7+
8+
9+
### feat
10+
11+
* **builders:** buildRoutingMachine ([f3ac844](https://github.com/koordinates/xstate-tree/commit/f3ac8444ff9834aa956cd8915469e14f69e04eff)), closes [#50](https://github.com/koordinates/xstate-tree/issues/50)
12+
* **builders:** viewToMachine ([0e86b5c](https://github.com/koordinates/xstate-tree/commit/0e86b5c73a0f7cfaae38a92b1f985d2c80f0ba41)), closes [#51](https://github.com/koordinates/xstate-tree/issues/51)
13+
* fix versioning..? ([bb713ac](https://github.com/koordinates/xstate-tree/commit/bb713acaabb55c602e2b8eb15022ba16ea1f51cd))
14+
115
# [4.4.0](https://github.com/koordinates/xstate-tree/compare/v4.3.0...v4.4.0) (2024-01-15)
216

317
Erroneous release that was pulled from NPM

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

0 commit comments

Comments
 (0)