Skip to content

Commit 0738dc3

Browse files
release(version): Release 5.1.0-next.1 [skip ci]
# [5.1.0-next.1](v5.0.0...v5.1.0-next.1) (2024-01-10) ### chore * **release:** update it on next ([3eab46e](3eab46e)) ### feat * **core:** xstate v5 support ([4c7a57a](4c7a57a)), closes [#58](#58)
1 parent 3eab46e commit 0738dc3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.1.0-next.1](https://github.com/koordinates/xstate-tree/compare/v5.0.0...v5.1.0-next.1) (2024-01-10)
2+
3+
4+
### chore
5+
6+
* **release:** update it on next ([3eab46e](https://github.com/koordinates/xstate-tree/commit/3eab46e81e4278f17f2d2561b1923c014322aa3e))
7+
8+
9+
### feat
10+
11+
* **core:** xstate v5 support ([4c7a57a](https://github.com/koordinates/xstate-tree/commit/4c7a57ad5842a76aa2a33360f3a81c04eb66ca72)), closes [#58](https://github.com/koordinates/xstate-tree/issues/58)
12+
113
# [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)
214

315

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

0 commit comments

Comments
 (0)