Skip to content

Commit

Permalink
chore: release v0.5.4+1 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored Apr 3, 2024
1 parent d8526e8 commit 9c2f707
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-04-03

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

### Packages with other changes:

- [`envied` - `v0.5.4+1`](#envied---v0541)
- [`envied_generator` - `v0.5.4+1`](#enviedgenerator---v0541)

---

#### `envied` - `v0.5.4+1`

- **FIX**: fix parsing lines with multiple equal signs (#100)

#### `envied_generator` - `v0.5.4+1`

- **FIX**: fix parsing lines with multiple equal signs (#100)

## 2024-03-11

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/envied/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.4+1

- **FIX**: fix parsing lines with multiple equal signs (#100)

## 0.5.4

- **FEAT**: add support for raw strings and no interpolation (#95)
Expand Down
4 changes: 2 additions & 2 deletions packages/envied/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: envied
description: Explicitly reads environment variables into a dart file from a .env file for more security and faster start up times.
version: 0.5.4
version: 0.5.4+1
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand All @@ -13,4 +13,4 @@ dev_dependencies:

topics:
- environment-variables
- dotenv
- dotenv
4 changes: 4 additions & 0 deletions packages/envied_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.4+1

- **FIX**: fix parsing lines with multiple equal signs (#100)

## 0.5.4

- **FEAT**: add support for raw strings and no interpolation (#95)
Expand Down
4 changes: 2 additions & 2 deletions packages/envied_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: envied_generator
description: Generator for the Envied package. See https://pub.dev/packages/envied.
version: 0.5.4
version: 0.5.4+1
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand All @@ -25,4 +25,4 @@ dev_dependencies:
topics:
- environment-variables
- dotenv
- codegen
- codegen

0 comments on commit 9c2f707

Please sign in to comment.