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

Commit de62630

Browse files
authored
fix(angular_cubit): upgrade to cubit v0.1.2 (#59)
1 parent f87bcb2 commit de62630

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.3
2+
3+
- fix: upgrade to cubit `v0.1.2`
4+
15
# 0.1.0-dev.2
26

37
- fix: upgrade to `cubit ^0.1.1`

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.2
7+
version: 0.1.0-dev.3
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.1
14+
cubit: ^0.1.2
1515

1616
dev_dependencies:
1717
angular_test: ^2.3.0

0 commit comments

Comments
 (0)