Skip to content

Commit

Permalink
## 2024-03-11 (#97)
Browse files Browse the repository at this point in the history
### Changes

---

Packages with breaking changes:

 - There are no breaking changes in this release.

### Packages with other changes:

 - [`envied` - `v0.5.4`](#envied---v054)
 - [`envied_generator` - `v0.5.4`](#enviedgenerator---v054)

---

#### `envied` - `v0.5.4`

 - **FEAT**: add support for raw strings and no interpolation (#95)
 - **FEAT**: add @envied annotation with default options (#92)

#### `envied_generator` - `v0.5.4`

 - **FEAT**: add support for raw strings and no interpolation (#95)
  • Loading branch information
techouse authored Apr 2, 2024
1 parent ca04a3e commit e089d00
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-11

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

### Packages with other changes:

- [`envied` - `v0.5.4`](#envied---v054)
- [`envied_generator` - `v0.5.4`](#enviedgenerator---v054)

---

#### `envied` - `v0.5.4`

- **FEAT**: add support for raw strings and no interpolation (#95)
- **FEAT**: add @envied annotation with default options (#92)

#### `envied_generator` - `v0.5.4`

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

## 2024-01-03

### Changes
Expand Down
8 changes: 8 additions & 0 deletions examples/envied_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,14 @@ packages:
relative: true
source: path
version: "0.5.3"
equatable:
dependency: transitive
description:
name: equatable
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
url: "https://pub.dev"
source: hosted
version: "2.0.5"
file:
dependency: transitive
description:
Expand Down
5 changes: 5 additions & 0 deletions packages/envied/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.4

- **FEAT**: add support for raw strings and no interpolation (#95)
- **FEAT**: add @envied annotation with default options (#92)

## 0.5.3

- **FEAT**: optional path build.yaml option (#83)
Expand Down
2 changes: 1 addition & 1 deletion 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.3
version: 0.5.4
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand Down
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

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

## 0.5.3

- **FEAT**: optional path build.yaml option (#83)
Expand Down
2 changes: 1 addition & 1 deletion 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.3
version: 0.5.4
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand Down

0 comments on commit e089d00

Please sign in to comment.