Skip to content

Commit b9f5176

Browse files
author
Muhammad Rijalul Kahfi
committedApr 9, 2023
hotfix: bug on zeroApp when no builder provided
1 parent 015efd3 commit b9f5176

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎packages/mobile/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1-alpha.11
2+
3+
* hotfix: ZeroApp.router() bug when no `builder` provided
4+
15
## 0.0.1-alpha.10
26

37
* fix: ZeroApp.router() `builder` param not working

‎packages/mobile/example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ packages:
422422
path: ".."
423423
relative: true
424424
source: path
425-
version: "0.0.1-alpha.10"
425+
version: "0.0.1-alpha.11"
426426
sdks:
427427
dart: ">=2.19.0-0 <3.0.0"
428428
flutter: ">=3.7.0-0"

‎packages/mobile/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zog_ui
22
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
44
homepage: https://zero-ui-mobile.web.app/
55
repository: https://github.com/zero-one-group/zog-ui/tree/main/packages/mobile
66
issue_tracker: https://github.com/zero-one-group/zog-ui/issues

0 commit comments

Comments
 (0)
Please sign in to comment.