Skip to content

Commit

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

### chore

* **release:** customize branches ([0618f0c](0618f0c))

### 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))
  • Loading branch information
semantic-release-bot committed Jan 15, 2024
1 parent c46079a commit a018445
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [5.1.0-next.2](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.1...v5.1.0-next.2) (2024-01-15)


### chore

* **release:** customize branches ([0618f0c](https://github.com/koordinates/xstate-tree/commit/0618f0c75801bb4cd97ee5196fe75ee69f90584d))


### docs

* add viewToMachine/buildRoutingMachine into README ([ba8c10d](https://github.com/koordinates/xstate-tree/commit/ba8c10de05e35cb2f0254babc37e4e7f1a8faa1e))


### feat

* **builders:** buildRoutingMachine ([f3ac844](https://github.com/koordinates/xstate-tree/commit/f3ac8444ff9834aa956cd8915469e14f69e04eff)), closes [#50](https://github.com/koordinates/xstate-tree/issues/50)
* **builders:** viewToMachine ([0e86b5c](https://github.com/koordinates/xstate-tree/commit/0e86b5c73a0f7cfaae38a92b1f985d2c80f0ba41)), closes [#51](https://github.com/koordinates/xstate-tree/issues/51)
* fix versioning..? ([bb713ac](https://github.com/koordinates/xstate-tree/commit/bb713acaabb55c602e2b8eb15022ba16ea1f51cd))

# [5.1.0-next.1](https://github.com/koordinates/xstate-tree/compare/v5.0.0...v5.1.0-next.1) (2024-01-10)


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

0 comments on commit a018445

Please sign in to comment.