Skip to content

Commit

Permalink
chore: release v0.5.1 (#68)
Browse files Browse the repository at this point in the history
## 0.5.1

 - **FEAT**: add null value support (#61)
  • Loading branch information
techouse authored Nov 5, 2023
1 parent b761441 commit 561dec6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/envied_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ packages:
path: "../../packages/envied"
relative: true
source: path
version: "0.5.0"
version: "0.5.1"
envied_generator:
dependency: "direct dev"
description:
path: "../../packages/envied_generator"
relative: true
source: path
version: "0.5.0"
version: "0.5.1"
file:
dependency: transitive
description:
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.1

- **FEAT**: add null value support (#61)

## 0.5.0

- **REFACTOR**: facelift both Envied and EnviedGenerator to Dart 3.0 (#46).
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.0
version: 0.5.1
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.1

- **FEAT**: add null value support (#61)

## 0.5.0

- **REFACTOR**: facelift both Envied and EnviedGenerator to Dart 3.0 (#46).
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.0
version: 0.5.1
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand All @@ -16,7 +16,7 @@ dependencies:
analyzer: ">=5.1.0 <7.0.0"

dev_dependencies:
lints: ^2.1.1
lints: ">=2.1.1 <4.0.0"
test: ^1.24.6
source_gen_test: ^1.0.6

Expand Down

0 comments on commit 561dec6

Please sign in to comment.