Skip to content

Commit 9017d5b

Browse files
authored
Merge pull request #19 from TatsuUkraine/release-2.2.2
Release 2.2.2 -> master
2 parents da6b14f + 195d596 commit 9017d5b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.2.2] - 20.04.2020
2+
3+
- changed version ranges for dependencies
4+
15
## [2.2.1] - 19.04.2020
26

37
Changes:

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: environment_config
22
description: Environment specific config generator. Allows to specify env configuration during CI/CD build. Primarily created to simplify Flutter build configuration
3-
version: 2.2.1
3+
version: 2.2.2
44
author: TatsuUkraine <[email protected]>
55
homepage: https://github.com/TatsuUkraine/dart_environment_config
66
repository: https://github.com/TatsuUkraine/dart_environment_config
@@ -10,10 +10,10 @@ environment:
1010
sdk: ">=2.2.2 <3.0.0"
1111

1212
dependencies:
13-
dart_style: ">=1.3.3 <2.0.0"
14-
code_builder: ">=3.2.1 <4.0.0"
15-
args: ">=1.6.0 <2.0.0"
16-
yaml: ">=2.2.0 <3.0.0"
13+
dart_style: ">=1.0.0 <2.0.0"
14+
code_builder: ">=3.0.0 <4.0.0"
15+
args: ">=1.0.0 <2.0.0"
16+
yaml: ">=2.0.0 <3.0.0"
1717

1818
# Config example. Run `flutter pub run environment_config:generate --env=YOUR_VALUE` to see example
1919
environment_config:

0 commit comments

Comments
 (0)