File tree 5 files changed +37
-4
lines changed
5 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2024-04-03
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - There are no breaking changes in this release.
15
+
16
+ ### Packages with other changes:
17
+
18
+ - [ ` envied ` - ` v0.5.4+1 ` ] ( #envied---v0541 )
19
+ - [ ` envied_generator ` - ` v0.5.4+1 ` ] ( #enviedgenerator---v0541 )
20
+
21
+ ---
22
+
23
+ #### ` envied ` - ` v0.5.4+1 `
24
+
25
+ - ** FIX** : fix parsing lines with multiple equal signs (#100 )
26
+
27
+ #### ` envied_generator ` - ` v0.5.4+1 `
28
+
29
+ - ** FIX** : fix parsing lines with multiple equal signs (#100 )
30
+
6
31
## 2024-03-11
7
32
8
33
### Changes
Original file line number Diff line number Diff line change
1
+ ## 0.5.4+1
2
+
3
+ - ** FIX** : fix parsing lines with multiple equal signs (#100 )
4
+
1
5
## 0.5.4
2
6
3
7
- ** FEAT** : add support for raw strings and no interpolation (#95 )
Original file line number Diff line number Diff line change 1
1
name : envied
2
2
description : Explicitly reads environment variables into a dart file from a .env file for more security and faster start up times.
3
- version : 0.5.4
3
+ version : 0.5.4+1
4
4
repository : https://github.com/petercinibulk/envied
5
5
homepage : https://github.com/petercinibulk/envied
6
6
@@ -13,4 +13,4 @@ dev_dependencies:
13
13
14
14
topics :
15
15
- environment-variables
16
- - dotenv
16
+ - dotenv
Original file line number Diff line number Diff line change
1
+ ## 0.5.4+1
2
+
3
+ - ** FIX** : fix parsing lines with multiple equal signs (#100 )
4
+
1
5
## 0.5.4
2
6
3
7
- ** FEAT** : add support for raw strings and no interpolation (#95 )
Original file line number Diff line number Diff line change 1
1
name : envied_generator
2
2
description : Generator for the Envied package. See https://pub.dev/packages/envied.
3
- version : 0.5.4
3
+ version : 0.5.4+1
4
4
repository : https://github.com/petercinibulk/envied
5
5
homepage : https://github.com/petercinibulk/envied
6
6
@@ -25,4 +25,4 @@ dev_dependencies:
25
25
topics :
26
26
- environment-variables
27
27
- dotenv
28
- - codegen
28
+ - codegen
You can’t perform that action at this time.
0 commit comments