Skip to content

Commit

Permalink
release(version): Release 5.1.0-next.11 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0-next.11](v5.1.0-next.10...v5.1.0-next.11) (2024-03-17)

### fix

* **builders:** patch provide to function correctly ([e1b128f](e1b128f))
  • Loading branch information
semantic-release-bot committed Mar 17, 2024
1 parent e1b128f commit 68b5eeb
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 @@
# [5.1.0-next.11](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.10...v5.1.0-next.11) (2024-03-17)


### fix

* **builders:** patch provide to function correctly ([e1b128f](https://github.com/koordinates/xstate-tree/commit/e1b128f329f1e88d027ca99f949feb135858a276))

# [5.1.0-next.10](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.9...v5.1.0-next.10) (2024-03-05)


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": "5.1.0-next.10",
"version": "5.1.0-next.11",
"license": "MIT",
"description": "Build UIs with Actors using xstate and React",
"keywords": [
Expand Down

0 comments on commit 68b5eeb

Please sign in to comment.