Skip to content

Commit

Permalink
release(version): Release 4.3.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0-beta.4](v4.3.0-beta.3...v4.3.0-beta.4) (2023-08-17)

### feat

* **routing:** forwards refs for Link component ([d236b2a](d236b2a))
  • Loading branch information
semantic-release-bot committed Aug 17, 2023
1 parent d236b2a commit d8d42fb
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.4](https://github.com/koordinates/xstate-tree/compare/v4.3.0-beta.3...v4.3.0-beta.4) (2023-08-17)


### feat

* **routing:** forwards refs for Link component ([d236b2a](https://github.com/koordinates/xstate-tree/commit/d236b2ac1513a38674690547ec81a3bf3c9a2867))

# [4.3.0-beta.3](https://github.com/koordinates/xstate-tree/compare/v4.3.0-beta.2...v4.3.0-beta.3) (2023-08-09)


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

0 comments on commit d8d42fb

Please sign in to comment.