Skip to content

Commit b831b74

Browse files
authored
Merge pull request #35 from TatsuUkraine/release-2.3.0
Release 2.3.0 -> master
2 parents 721c0f2 + 7e54cbf commit b831b74

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.3.0] - 19.04.2021
2+
3+
- update deps versions
4+
15
## [2.2.5] - 19.12.2020
26

37
- remove lock file, change `dart_style` version range

pubspec.yaml

Lines changed: 4 additions & 4 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.5
3+
version: 2.3.0
44
homepage: https://github.com/TatsuUkraine/dart_environment_config
55
repository: https://github.com/TatsuUkraine/dart_environment_config
66
issue_tracker: https://github.com/TatsuUkraine/dart_environment_config/issues
@@ -9,7 +9,7 @@ environment:
99
sdk: ">=2.2.2 <3.0.0"
1010

1111
dependencies:
12-
dart_style: ">=1.0.0 <2.0.0"
12+
dart_style: ">=2.0.0 <3.0.0"
1313
code_builder: ">=3.0.0 <4.0.0"
14-
args: ">=1.0.0 <2.0.0"
15-
yaml: ">=2.0.0 <3.0.0"
14+
args: ">=2.0.0 <3.0.0"
15+
yaml: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)