Skip to content

Commit

Permalink
release(version): Release 4.3.0-beta.9 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0-beta.9](v4.3.0-beta.8...v4.3.0-beta.9) (2023-09-19)

### fix

* **routing:** history.replace hack missing state ([d4eb989](d4eb989))
  • Loading branch information
semantic-release-bot committed Sep 19, 2023
1 parent d4eb989 commit fce2212
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.3.0-beta.9](https://github.com/koordinates/xstate-tree/compare/v4.3.0-beta.8...v4.3.0-beta.9) (2023-09-19)


### fix

* **routing:** history.replace hack missing state ([d4eb989](https://github.com/koordinates/xstate-tree/commit/d4eb989f11ad516b9624686f4b3037bd3b9149ca))

# [4.3.0-beta.8](https://github.com/koordinates/xstate-tree/compare/v4.3.0-beta.7...v4.3.0-beta.8) (2023-09-19)


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

0 comments on commit fce2212

Please sign in to comment.