Skip to content

Commit

Permalink
release(version): Release 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.1...v4.1.0) (2022-12-19)

### chore

* **deps:** update api-extractor ([3c9941c](3c9941c))
* **view:** deprecate inState ([4c8ad20](4c8ad20)), closes [#33](#33)

### feat

* **builders:** builders 2.0 ([f285acd](f285acd)), closes [#14](#14)
* **routing:** add TestRoutingContext ([1534fd5](1534fd5))
* **routing:** history argument is now a function ([5297c8b](5297c8b))
* **routing:** useIsRouteActive ([9b7b689](9b7b689))
* **routing:** useRouteArgsIfActive ([f28dc6f](f28dc6f))

### fix

* **builders:** v2 builder view triggering rule of hooks ([cfd7b5a](cfd7b5a))
  • Loading branch information
semantic-release-bot committed Dec 19, 2022
1 parent c294432 commit ab53445
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [4.1.0](https://github.com/koordinates/xstate-tree/compare/v4.0.1...v4.1.0) (2022-12-19)


### chore

* **deps:** update api-extractor ([3c9941c](https://github.com/koordinates/xstate-tree/commit/3c9941c400af80c95e3b12b61b2c87628f628588))
* **view:** deprecate inState ([4c8ad20](https://github.com/koordinates/xstate-tree/commit/4c8ad20fc0386566ecedd82d7ddef47d33f6bfa7)), closes [#33](https://github.com/koordinates/xstate-tree/issues/33)


### feat

* **builders:** builders 2.0 ([f285acd](https://github.com/koordinates/xstate-tree/commit/f285acdde07e277bff84698cdcf71bea3b2c8abc)), closes [#14](https://github.com/koordinates/xstate-tree/issues/14)
* **routing:** add TestRoutingContext ([1534fd5](https://github.com/koordinates/xstate-tree/commit/1534fd565e807e3dda41c54a11107848c99ccbfd))
* **routing:** history argument is now a function ([5297c8b](https://github.com/koordinates/xstate-tree/commit/5297c8b681a15a41a464f94ae48c888844df50ed))
* **routing:** useIsRouteActive ([9b7b689](https://github.com/koordinates/xstate-tree/commit/9b7b689a7546f994ea72dd3256d8e4807e6038f3))
* **routing:** useRouteArgsIfActive ([f28dc6f](https://github.com/koordinates/xstate-tree/commit/f28dc6f1555fa5313cdffde9d132bd0009027591))


### fix

* **builders:** v2 builder view triggering rule of hooks ([cfd7b5a](https://github.com/koordinates/xstate-tree/commit/cfd7b5a86308cc6653950bc2beef08201d27c1ef))

# [4.1.0-beta.6](https://github.com/koordinates/xstate-tree/compare/v4.1.0-beta.5...v4.1.0-beta.6) (2022-12-07)


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

0 comments on commit ab53445

Please sign in to comment.