Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.

Commit 459bcf1

Browse files
committed
chore(angular_cubit): upgrade to cubit v0.1.1 (#58)
1 parent de7e96d commit 459bcf1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/angular_cubit/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.0-dev.2
2+
3+
- fix: upgrade to `cubit ^0.1.1`
4+
15
# 0.1.0-dev.1
26

37
- feat: upgrade to `cubit ^0.1.0`

packages/angular_cubit/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ repository: https://github.com/felangel/cubit
44
issue_tracker: https://github.com/felangel/cubit/issues
55
homepage: https://github.com/felangel/cubit
66

7-
version: 0.1.0-dev.1
7+
version: 0.1.0-dev.2
88

99
environment:
1010
sdk: ">=2.7.0 <3.0.0"
1111

1212
dependencies:
1313
angular: ^6.0.0-alpha+1
14-
cubit: ^0.1.0
14+
cubit: ^0.1.1
1515

1616
dev_dependencies:
1717
angular_test: ^2.3.0

0 commit comments

Comments
 (0)