Skip to content

Commit

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

## 2024-01-03

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

### Packages with other changes:

- [`envied` - `v0.5.3`](#envied---v053)
- [`envied_generator` - `v0.5.3`](#enviedgenerator---v053)

---

#### `envied` - `v0.5.3`

- **FEAT**: optional path build.yaml option (#83)
- **CHORE**: update readme regarding #6 (#79)

#### `envied_generator` - `v0.5.3`

- **FEAT**: optional path build.yaml option (#83)
- **REFACTOR**: replace `Code` blocks with dedicated `Expression.operatorBitwiseXor` (#81)
- **REFACTOR**: use `TypeReference` instead of raw `refer` for `List`s (#81)

## 2023-11-14

### Changes
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.3

- **FEAT**: optional path build.yaml option (#83)
- **CHORE**: update readme regarding #6 (#79)

## 0.5.2

- **FEAT**: add ability to convert field name from camelCase to CONSTANT_CASE (#42)
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.2
version: 0.5.3
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand Down
6 changes: 6 additions & 0 deletions packages/envied_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.3

- **FEAT**: optional path build.yaml option (#83)
- **REFACTOR**: replace `Code` blocks with dedicated `Expression.operatorBitwiseXor` (#81)
- **REFACTOR**: use `TypeReference` instead of raw `refer` for `List`s (#81)

## 0.5.2

- **FEAT**: add ability to convert field name from camelCase to CONSTANT_CASE (#42)
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.2
version: 0.5.3
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand Down

0 comments on commit 37ab3cd

Please sign in to comment.