Skip to content

Commit 7d51a16

Browse files
committed
Release flutter_distributor v0.5.0
1 parent 198e1c7 commit 7d51a16

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

packages/fastforge/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fastforge
22
description: A powerful and efficient tool for packaging and publishing your applications with ease.
3-
version: 0.0.0
3+
version: 0.1.0
44
homepage: https://fastforge.dev
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/fastforge
66
issue_tracker: https://github.com/leanflutter/flutter_distributor/issues

packages/flutter_distributor/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_distributor
22
description: A powerful and efficient tool for packaging and publishing your applications with ease.
3-
version: 0.4.6
3+
version: 0.5.0
44
homepage: https://distributor.leanflutter.dev
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_distributor
66
issue_tracker: https://github.com/leanflutter/flutter_distributor/issues

packages/shell_uikit/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0
2+
3+
* feat(shell_uikit): Add Spinner component
4+
15
## 0.1.1
26

37
* Update dart sdk version to ">=2.16.0 <4.0.0"

packages/shell_uikit/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shell_uikit
22
description: A simple shell ui kit.
3-
version: 0.1.1
3+
version: 0.2.0
44
homepage: https://distributor.leanflutter.dev
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/shell_uikit
66

packages/unified_distributor/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
path: ^1.8.1
2626
pubspec_parse: ^1.1.0
2727
shell_executor: ^0.1.6
28-
shell_uikit: ^0.1.1
28+
shell_uikit: ^0.2.0
2929
yaml: ^3.1.0
3030

3131
dev_dependencies:

0 commit comments

Comments
 (0)