Skip to content

Commit f32e8c5

Browse files
committed
chore(release): publish 6.0.0
1 parent 03bbfce commit f32e8c5

File tree

4 files changed

+31
-36
lines changed

4 files changed

+31
-36
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ Release notes are available on [github][notes].
88
[pub-semver-readme]: https://pub.dartlang.org/packages/pub_semver
99
[notes]: https://github.com/java-james/flutter_dotenv/releases
1010

11-
# 6.0.0-rc.3
12-
13-
- [chore] version bump only
14-
15-
# 6.0.0-rc.2
16-
17-
- [docs] Correct readme documentation on `loadFromString`
18-
19-
# 6.0.0-rc.1
11+
# 6.0.0
2012

2113
- [feat] Allow passing in override .env files on init
2214
- [feat] Load .env from a passed in string
@@ -30,6 +22,9 @@ Release notes are available on [github][notes].
3022
Previously, if the env file was empty and `isOptional` was `true`, the method would throw.
3123
Now, in this case, it **no longer throws** and simply returns an empty env.
3224

25+
- **Supported SDK range change**: Dropped support for the pre release `2.12.0-0`. Now supports `2.12.0` onwards.
26+
27+
3328
# 5.2.1
3429

3530
- [chore] Update readme with security info and new usage examples

example/pubspec.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
8+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "2.11.0"
11+
version: "2.13.0"
1212
boolean_selector:
1313
dependency: transitive
1414
description:
1515
name: boolean_selector
16-
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
16+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "2.1.1"
19+
version: "2.1.2"
2020
characters:
2121
dependency: transitive
2222
description:
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "6.0.0-rc.1"
71+
version: "6.0.0"
7272
flutter_lints:
7373
dependency: "direct dev"
7474
description:
@@ -155,10 +155,10 @@ packages:
155155
dependency: transitive
156156
description:
157157
name: source_span
158-
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
158+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
159159
url: "https://pub.dev"
160160
source: hosted
161-
version: "1.10.0"
161+
version: "1.10.1"
162162
stack_trace:
163163
dependency: transitive
164164
description:
@@ -179,18 +179,18 @@ packages:
179179
dependency: transitive
180180
description:
181181
name: string_scanner
182-
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
182+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
183183
url: "https://pub.dev"
184184
source: hosted
185-
version: "1.2.0"
185+
version: "1.4.1"
186186
term_glyph:
187187
dependency: transitive
188188
description:
189189
name: term_glyph
190-
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
190+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
191191
url: "https://pub.dev"
192192
source: hosted
193-
version: "1.2.1"
193+
version: "1.2.2"
194194
test_api:
195195
dependency: transitive
196196
description:
@@ -211,10 +211,10 @@ packages:
211211
dependency: transitive
212212
description:
213213
name: vm_service
214-
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
214+
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
215215
url: "https://pub.dev"
216216
source: hosted
217-
version: "14.2.5"
217+
version: "15.0.2"
218218
sdks:
219219
dart: ">=3.9.0 <4.0.0"
220220
flutter: ">=3.18.0-18.0.pre.54"

pubspec.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
8+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "2.11.0"
11+
version: "2.13.0"
1212
boolean_selector:
1313
dependency: transitive
1414
description:
1515
name: boolean_selector
16-
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
16+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "2.1.1"
19+
version: "2.1.2"
2020
characters:
2121
dependency: transitive
2222
description:
@@ -140,10 +140,10 @@ packages:
140140
dependency: transitive
141141
description:
142142
name: source_span
143-
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
143+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
144144
url: "https://pub.dev"
145145
source: hosted
146-
version: "1.10.0"
146+
version: "1.10.1"
147147
stack_trace:
148148
dependency: transitive
149149
description:
@@ -164,18 +164,18 @@ packages:
164164
dependency: transitive
165165
description:
166166
name: string_scanner
167-
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
167+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
168168
url: "https://pub.dev"
169169
source: hosted
170-
version: "1.2.0"
170+
version: "1.4.1"
171171
term_glyph:
172172
dependency: transitive
173173
description:
174174
name: term_glyph
175-
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
175+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
176176
url: "https://pub.dev"
177177
source: hosted
178-
version: "1.2.1"
178+
version: "1.2.2"
179179
test_api:
180180
dependency: transitive
181181
description:
@@ -196,10 +196,10 @@ packages:
196196
dependency: transitive
197197
description:
198198
name: vm_service
199-
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
199+
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
200200
url: "https://pub.dev"
201201
source: hosted
202-
version: "14.2.5"
202+
version: "15.0.2"
203203
sdks:
204204
dart: ">=3.8.0 <4.0.0"
205205
flutter: ">=3.18.0-18.0.pre.54"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: flutter_dotenv
2-
version: 6.0.0-rc.3
2+
version: 6.0.0
33
description: Easily configure any flutter application with global variables using a `.env` file.
44
homepage: https://github.com/java-james/flutter_dotenv
55
environment:
6-
sdk: ">=2.12.0-0 <4.0.0"
6+
sdk: ">=2.12.0 <4.0.0"
77
dependencies:
88
flutter:
99
sdk: flutter

0 commit comments

Comments
 (0)