File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.1-alpha.11
2
+
3
+ * hotfix: ZeroApp.router() bug when no ` builder ` provided
4
+
1
5
## 0.0.1-alpha.10
2
6
3
7
* fix: ZeroApp.router() ` builder ` param not working
Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ packages:
422
422
path: ".."
423
423
relative: true
424
424
source: path
425
- version: "0.0.1-alpha.10 "
425
+ version: "0.0.1-alpha.11 "
426
426
sdks:
427
427
dart: ">=2.19.0-0 <3.0.0"
428
428
flutter: ">=3.7.0-0"
Original file line number Diff line number Diff line change 1
1
name : zog_ui
2
2
description : A collection of ready-to-use ZOG design system UI components providing both implementation simplicity and customizability
3
- version : 0.0.1-alpha.10
3
+ version : 0.0.1-alpha.11
4
4
homepage : https://zero-ui-mobile.web.app/
5
5
repository : https://github.com/zero-one-group/zog-ui/tree/main/packages/mobile
6
6
issue_tracker : https://github.com/zero-one-group/zog-ui/issues
You can’t perform that action at this time.
0 commit comments