Skip to content

Commit 9c2f707

Browse files
authored
chore: release v0.5.4+1 (#101)
1 parent d8526e8 commit 9c2f707

File tree

5 files changed

+37
-4
lines changed

5 files changed

+37
-4
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
631
## 2024-03-11
732

833
### Changes

packages/envied/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.4+1
2+
3+
- **FIX**: fix parsing lines with multiple equal signs (#100)
4+
15
## 0.5.4
26

37
- **FEAT**: add support for raw strings and no interpolation (#95)

packages/envied/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: envied
22
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
44
repository: https://github.com/petercinibulk/envied
55
homepage: https://github.com/petercinibulk/envied
66

@@ -13,4 +13,4 @@ dev_dependencies:
1313

1414
topics:
1515
- environment-variables
16-
- dotenv
16+
- dotenv

packages/envied_generator/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.4+1
2+
3+
- **FIX**: fix parsing lines with multiple equal signs (#100)
4+
15
## 0.5.4
26

37
- **FEAT**: add support for raw strings and no interpolation (#95)

packages/envied_generator/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: envied_generator
22
description: Generator for the Envied package. See https://pub.dev/packages/envied.
3-
version: 0.5.4
3+
version: 0.5.4+1
44
repository: https://github.com/petercinibulk/envied
55
homepage: https://github.com/petercinibulk/envied
66

@@ -25,4 +25,4 @@ dev_dependencies:
2525
topics:
2626
- environment-variables
2727
- dotenv
28-
- codegen
28+
- codegen

0 commit comments

Comments
 (0)