Skip to content

Commit cbd10a2

Browse files
Package version is increased to 2.0.0 to avoid compatibility issues, relaxed dependency requirements
1 parent 4888878 commit cbd10a2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [1.1.0] - 2020-03-23
1+
## [2.0.0] - 2020-03-23
22
* Support for command-line executables provided by the package
33
* PubspecYaml instances can be created from YAML using string extension method
44
* This version requires Dart 2.7

pubspec.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
name: pubspec_yaml
22
description: Dart library to access and manipulate content of pubpec.yaml files
3-
version: 1.1.0
3+
version: 2.0.0
44
homepage: https://github.com/alexei-sintotski/pubspec_yaml
55

66
environment:
77
sdk: ">=2.7.0 <3.0.0"
88

99
dependencies:
10-
collection: ^1.14.12
11-
functional_data: ^0.2.3
12-
json2yaml: ^1.0.1
13-
meta: ^1.1.8
14-
plain_optional: ^0.1.3
15-
sum_types: ^0.2.1+2
10+
collection: ^1.14.0
11+
functional_data: ^0.2.0
12+
json2yaml: ^1.0.0
13+
meta: ^1.1.0
14+
plain_optional: ^0.1.0
15+
sum_types: ^0.2.0
1616
yaml: ^2.2.0
1717

1818
dev_dependencies:
19-
build_runner: ^1.7.2
20-
dependency_validator: ^1.4.2
21-
functional_data_generator: ^0.2.5
22-
sum_types_generator: ^0.2.1+2
23-
test: ^1.9.4
19+
build_runner: ^1.7.0
20+
dependency_validator: ^1.4.0
21+
functional_data_generator: ^0.2.0
22+
sum_types_generator: ^0.2.0
23+
test: ^1.9.0
2424
test_coverage: ^0.4.0

0 commit comments

Comments
 (0)