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

Commit fa32478

Browse files
authored
chore(angular_cubit): restrict meta version in dev_deps (#64)
1 parent fefa0cf commit fa32478

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

packages/angular_cubit/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.0-dev.4
2+
3+
- chore: restrict `meta` version in `dev_dependencies`
4+
- docs: minor documentation updates
5+
16
# 0.1.0-dev.3
27

38
- fix: upgrade to cubit `v0.1.2`

packages/angular_cubit/pubspec.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ description: An AngularDart library built to expose components that integrate wi
33
repository: https://github.com/felangel/cubit
44
issue_tracker: https://github.com/felangel/cubit/issues
55
homepage: https://github.com/felangel/cubit
6+
documentation: https://github.com/felangel/cubit
67

7-
version: 0.1.0-dev.3
8+
version: 0.1.0-dev.4
89

910
environment:
1011
sdk: ">=2.7.0 <3.0.0"
@@ -17,7 +18,7 @@ dev_dependencies:
1718
angular_test: ^2.3.0
1819
build_runner: ^1.6.0
1920
build_test: ^0.10.8
20-
build_web_compilers: ^2.3.0
21-
pedantic: ^1.8.0
22-
test: ^1.14.6
21+
build_web_compilers: ^2.3.0
22+
meta: ">=1.0.0 <1.2.0"
2323
mockito: ^4.0.0
24+
test: ^1.14.6

0 commit comments

Comments
 (0)