Skip to content

Commit 03d90b1

Browse files
authored
Merge pull request #27 from TatsuUkraine/release-2.2.4
Release 2.2.4 -> master
2 parents 54a4c72 + 0df6b30 commit 03d90b1

File tree

6 files changed

+64
-43
lines changed

6 files changed

+64
-43
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.4] - 09.09.2020
2+
3+
- fix `dart_style` package version to avoid conflicts with flutter deps
4+
15
## [2.2.3] - 08.05.2020
26

37
- fixed boolean value usage as default value for the field

example/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib/environment_config.dart
File renamed without changes.

example/pubspec.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: environment_config_example
2+
version: 0.0.1
3+
4+
environment:
5+
sdk: ">=2.7.0 <3.0.0"
6+
7+
dependencies:
8+
environment_config:
9+
path: ../
10+
11+
# Config example. Run `flutter pub run environment_config:generate --env=YOUR_VALUE` to see example
12+
environment_config:
13+
fields:
14+
env:
15+
16+
imports:
17+
- some:package
18+
19+
extensions:
20+
dev:
21+
fields:
22+
env:
23+
default: some value
24+
25+
imports:
26+
- other:package

pubspec.lock

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "1.0.1"
10+
version: "7.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "0.39.2+1"
17+
version: "0.39.17"
1818
args:
1919
dependency: "direct main"
2020
description:
@@ -28,42 +28,49 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.4.1"
31+
version: "2.4.2"
3232
built_collection:
3333
dependency: transitive
3434
description:
3535
name: built_collection
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "4.2.2"
38+
version: "4.3.2"
3939
built_value:
4040
dependency: transitive
4141
description:
4242
name: built_value
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "7.0.9"
45+
version: "7.1.0"
4646
charcode:
4747
dependency: transitive
4848
description:
4949
name: charcode
5050
url: "https://pub.dartlang.org"
5151
source: hosted
5252
version: "1.1.3"
53+
cli_util:
54+
dependency: transitive
55+
description:
56+
name: cli_util
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "0.2.0"
5360
code_builder:
5461
dependency: "direct main"
5562
description:
5663
name: code_builder
5764
url: "https://pub.dartlang.org"
5865
source: hosted
59-
version: "3.2.1"
66+
version: "3.4.1"
6067
collection:
6168
dependency: transitive
6269
description:
6370
name: collection
6471
url: "https://pub.dartlang.org"
6572
source: hosted
66-
version: "1.14.12"
73+
version: "1.14.13"
6774
convert:
6875
dependency: transitive
6976
description:
@@ -77,21 +84,21 @@ packages:
7784
name: crypto
7885
url: "https://pub.dartlang.org"
7986
source: hosted
80-
version: "2.1.4"
87+
version: "2.1.5"
8188
csslib:
8289
dependency: transitive
8390
description:
8491
name: csslib
8592
url: "https://pub.dartlang.org"
8693
source: hosted
87-
version: "0.16.1"
94+
version: "0.16.2"
8895
dart_style:
8996
dependency: "direct main"
9097
description:
9198
name: dart_style
9299
url: "https://pub.dartlang.org"
93100
source: hosted
94-
version: "1.3.3"
101+
version: "1.3.6"
95102
fixnum:
96103
dependency: transitive
97104
description:
@@ -119,42 +126,42 @@ packages:
119126
name: js
120127
url: "https://pub.dartlang.org"
121128
source: hosted
122-
version: "0.6.1+1"
129+
version: "0.6.2"
123130
matcher:
124131
dependency: transitive
125132
description:
126133
name: matcher
127134
url: "https://pub.dartlang.org"
128135
source: hosted
129-
version: "0.12.6"
136+
version: "0.12.9"
130137
meta:
131138
dependency: transitive
132139
description:
133140
name: meta
134141
url: "https://pub.dartlang.org"
135142
source: hosted
136-
version: "1.1.8"
143+
version: "1.2.3"
137144
node_interop:
138145
dependency: transitive
139146
description:
140147
name: node_interop
141148
url: "https://pub.dartlang.org"
142149
source: hosted
143-
version: "1.0.3"
150+
version: "1.1.1"
144151
node_io:
145152
dependency: transitive
146153
description:
147154
name: node_io
148155
url: "https://pub.dartlang.org"
149156
source: hosted
150-
version: "1.0.1+2"
157+
version: "1.1.1"
151158
package_config:
152159
dependency: transitive
153160
description:
154161
name: package_config
155162
url: "https://pub.dartlang.org"
156163
source: hosted
157-
version: "1.1.0"
164+
version: "1.9.3"
158165
path:
159166
dependency: transitive
160167
description:
@@ -168,7 +175,7 @@ packages:
168175
name: pedantic
169176
url: "https://pub.dartlang.org"
170177
source: hosted
171-
version: "1.9.0"
178+
version: "1.9.2"
172179
pub_semver:
173180
dependency: transitive
174181
description:
@@ -189,14 +196,14 @@ packages:
189196
name: source_span
190197
url: "https://pub.dartlang.org"
191198
source: hosted
192-
version: "1.5.5"
199+
version: "1.7.0"
193200
stack_trace:
194201
dependency: transitive
195202
description:
196203
name: stack_trace
197204
url: "https://pub.dartlang.org"
198205
source: hosted
199-
version: "1.9.3"
206+
version: "1.9.5"
200207
string_scanner:
201208
dependency: transitive
202209
description:
@@ -217,20 +224,20 @@ packages:
217224
name: typed_data
218225
url: "https://pub.dartlang.org"
219226
source: hosted
220-
version: "1.1.6"
227+
version: "1.2.0"
221228
watcher:
222229
dependency: transitive
223230
description:
224231
name: watcher
225232
url: "https://pub.dartlang.org"
226233
source: hosted
227-
version: "0.9.7+14"
234+
version: "0.9.7+15"
228235
yaml:
229236
dependency: "direct main"
230237
description:
231238
name: yaml
232239
url: "https://pub.dartlang.org"
233240
source: hosted
234-
version: "2.2.0"
241+
version: "2.2.1"
235242
sdks:
236-
dart: ">=2.3.0 <3.0.0"
243+
dart: ">=2.7.0 <3.0.0"

pubspec.yaml

Lines changed: 3 additions & 20 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.3
3+
version: 2.2.4
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,24 +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: ">=1.0.0 <1.3.7"
1313
code_builder: ">=3.0.0 <4.0.0"
1414
args: ">=1.0.0 <2.0.0"
15-
yaml: ">=2.0.0 <3.0.0"
16-
17-
# Config example. Run `flutter pub run environment_config:generate --env=YOUR_VALUE` to see example
18-
environment_config:
19-
fields:
20-
env:
21-
22-
imports:
23-
- some:package
24-
25-
extensions:
26-
dev:
27-
fields:
28-
env:
29-
default: some value
30-
31-
imports:
32-
- other:package
15+
yaml: ">=2.0.0 <3.0.0"

0 commit comments

Comments
 (0)