Skip to content

Commit

Permalink
chore: release v1.0.1 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse authored Jan 14, 2025
1 parent 30e8c3c commit ec6276d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/envied_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ packages:
path: "../../packages/envied"
relative: true
source: path
version: "1.0.0"
version: "1.0.1"
envied_generator:
dependency: "direct dev"
description:
path: "../../packages/envied_generator"
relative: true
source: path
version: "1.0.0"
version: "1.0.1"
equatable:
dependency: transitive
description:
Expand Down
7 changes: 6 additions & 1 deletion packages/envied/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 1.0.1

- **FEAT**: multiple generations for same class (#124)
- **FEAT**: allow reading System env key from .env files (#120)

## 1.0.0

- **FEAT**: add support for custom seed when using Random during the obfuscation.
- **FEAT**: add support for custom seed when using Random during the obfuscation (#116)

## 0.5.4+1

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: 1.0.0
version: 1.0.1
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand Down
7 changes: 6 additions & 1 deletion packages/envied_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 1.0.1

- **FEAT**: multiple generations for same class (#124)
- **FEAT**: allow reading System env key from .env files (#120)

## 1.0.0

- **FEAT**: add support for custom seed when using Random during the obfuscation.
- **FEAT**: add support for custom seed when using Random during the obfuscation (#116)

## 0.5.4+1

Expand Down
4 changes: 2 additions & 2 deletions packages/envied_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: envied_generator
description: Generator for the Envied package. See https://pub.dev/packages/envied.
version: 1.0.0
version: 1.0.1
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

environment:
sdk: ^3.0.0

dependencies:
envied: ">=0.5.4+1 <2.0.0"
envied: ^1.0.0
build: ^2.4.1
code_builder: ^4.8.0
dart_style: ^2.3.2
Expand Down

0 comments on commit ec6276d

Please sign in to comment.