Skip to content

Commit 7c7232c

Browse files
release(version): Release 3.0.0-beta.1 [skip ci]
# [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
1 parent 87df3f1 commit 7c7232c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0-beta.1](https://github.com/koordinates/xstate-tree/compare/v2.0.11...v3.0.0-beta.1) (2022-10-31)
2+
3+
4+
### feat
5+
6+
* **routing:** composable dynamic routes ([6f178ce](https://github.com/koordinates/xstate-tree/commit/6f178ceef373db2f5942a47b1943906a69524415))
7+
8+
9+
### Breaking changes
10+
11+
* **routing:** Route creation functions have been changed to allow for dynamic routes to be composed together. This effects all route definitions
12+
113
## [2.0.11](https://github.com/koordinates/xstate-tree/compare/v2.0.10...v2.0.11) (2022-10-21)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@koordinates/xstate-tree",
33
"main": "lib/index.js",
44
"types": "lib/xstate-tree.d.ts",
5-
"version": "2.0.11",
5+
"version": "3.0.0-beta.1",
66
"license": "MIT",
77
"description": "Build UIs with Actors using xstate and React",
88
"keywords": [

0 commit comments

Comments
 (0)