Skip to content

Commit 0afbb3e

Browse files
release(version): Release 3.0.0 [skip ci]
# [3.0.0](v2.0.11...v3.0.0) (2022-11-03) ### docs * **README:** add note about expanded code sandbox example ([0ecfe63](0ecfe63)), closes [#28](#28) ### feat * **routing:** async redirects ([e880467](e880467)) * **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 e01bcd2 commit 0afbb3e

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [3.0.0](https://github.com/koordinates/xstate-tree/compare/v2.0.11...v3.0.0) (2022-11-03)
2+
3+
4+
### docs
5+
6+
* **README:** add note about expanded code sandbox example ([0ecfe63](https://github.com/koordinates/xstate-tree/commit/0ecfe636567e157f449a790df26a181ec9afaa82)), closes [#28](https://github.com/koordinates/xstate-tree/issues/28)
7+
8+
9+
### feat
10+
11+
* **routing:** async redirects ([e880467](https://github.com/koordinates/xstate-tree/commit/e880467bdcfb743cf7880dce5175e961c3231b12))
12+
* **routing:** composable dynamic routes ([6f178ce](https://github.com/koordinates/xstate-tree/commit/6f178ceef373db2f5942a47b1943906a69524415))
13+
14+
15+
### Breaking changes
16+
17+
* **routing:** Route creation functions have been changed to allow for dynamic routes to be composed together. This effects all route definitions
18+
119
# [3.0.0-beta.2](https://github.com/koordinates/xstate-tree/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2022-11-03)
220

321

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": "3.0.0-beta.2",
5+
"version": "3.0.0",
66
"license": "MIT",
77
"description": "Build UIs with Actors using xstate and React",
88
"keywords": [

0 commit comments

Comments
 (0)