Skip to content

Commit 0b8fb22

Browse files
release(version): Release 4.1.0-beta.1 [skip ci]
# [4.1.0-beta.1](v4.0.1...v4.1.0-beta.1) (2022-11-29) ### chore * **view:** deprecate inState ([4c8ad20](4c8ad20)), closes [#33](#33) ### feat * **builders:** builders 2.0 ([f285acd](f285acd)), closes [#14](#14)
1 parent 44b20d9 commit 0b8fb22

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+
# [4.1.0-beta.1](https://github.com/koordinates/xstate-tree/compare/v4.0.1...v4.1.0-beta.1) (2022-11-29)
2+
3+
4+
### chore
5+
6+
* **view:** deprecate inState ([4c8ad20](https://github.com/koordinates/xstate-tree/commit/4c8ad20fc0386566ecedd82d7ddef47d33f6bfa7)), closes [#33](https://github.com/koordinates/xstate-tree/issues/33)
7+
8+
9+
### feat
10+
11+
* **builders:** builders 2.0 ([f285acd](https://github.com/koordinates/xstate-tree/commit/f285acdde07e277bff84698cdcf71bea3b2c8abc)), closes [#14](https://github.com/koordinates/xstate-tree/issues/14)
12+
113
## [4.0.1](https://github.com/koordinates/xstate-tree/compare/v4.0.0...v4.0.1) (2022-11-10)
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": "4.0.1",
5+
"version": "4.1.0-beta.1",
66
"license": "MIT",
77
"description": "Build UIs with Actors using xstate and React",
88
"keywords": [

0 commit comments

Comments
 (0)