Skip to content

Commit

Permalink
release(version): Release 3.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.1](v2.0.11...v3.0.0-beta.1) (2022-10-31)

### feat

* **routing:** composable dynamic routes ([6f178ce](6f178ce))

### Breaking changes

* **routing:** Route creation functions have been changed to allow for dynamic routes to be composed together. This effects all route definitions
  • Loading branch information
semantic-release-bot committed Oct 31, 2022
1 parent 87df3f1 commit 7c7232c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0-beta.1](https://github.com/koordinates/xstate-tree/compare/v2.0.11...v3.0.0-beta.1) (2022-10-31)


### feat

* **routing:** composable dynamic routes ([6f178ce](https://github.com/koordinates/xstate-tree/commit/6f178ceef373db2f5942a47b1943906a69524415))


### Breaking changes

* **routing:** Route creation functions have been changed to allow for dynamic routes to be composed together. This effects all route definitions

## [2.0.11](https://github.com/koordinates/xstate-tree/compare/v2.0.10...v2.0.11) (2022-10-21)


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

0 comments on commit 7c7232c

Please sign in to comment.