Skip to content

Commit

Permalink
release(version): Release 4.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.4.0](v4.3.0...v4.4.0) (2024-01-09)

### feat

* **builders:** buildRoutingMachine ([4a522e7](4a522e7)), closes [#50](#50)
* **builders:** viewToMachine ([f02be21](f02be21)), closes [#51](#51)
* **core:** xstate v5 support ([4c7a57a](4c7a57a)), closes [#58](#58)
  • Loading branch information
semantic-release-bot committed Jan 9, 2024
1 parent 86c7e31 commit db55dae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.4.0](https://github.com/koordinates/xstate-tree/compare/v4.3.0...v4.4.0) (2024-01-09)


### feat

* **builders:** buildRoutingMachine ([4a522e7](https://github.com/koordinates/xstate-tree/commit/4a522e7a3934fdf2f3ae47ffde760755edd8d734)), closes [#50](https://github.com/koordinates/xstate-tree/issues/50)
* **builders:** viewToMachine ([f02be21](https://github.com/koordinates/xstate-tree/commit/f02be2136f113351ada2fd3ed1d851d58c60f4c5)), closes [#51](https://github.com/koordinates/xstate-tree/issues/51)
* **core:** xstate v5 support ([4c7a57a](https://github.com/koordinates/xstate-tree/commit/4c7a57ad5842a76aa2a33360f3a81c04eb66ca72)), closes [#58](https://github.com/koordinates/xstate-tree/issues/58)

# [4.4.0-beta.2](https://github.com/koordinates/xstate-tree/compare/v4.4.0-beta.1...v4.4.0-beta.2) (2024-01-09)


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": "4.4.0-beta.2",
"version": "4.4.0",
"license": "MIT",
"description": "Build UIs with Actors using xstate and React",
"keywords": [
Expand Down

0 comments on commit db55dae

Please sign in to comment.