Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-05-10

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

### Packages with other changes:

### Packages with other changes:

- [`envied` - `v1.3.5`](#envied---v135)
- [`envied_generator` - `v1.3.5`](#enviedgenerator---v135)

#### `envied` - `v1.3.5`

- **FEAT**: add `pathOverrides` support for Envied annotations (#183)
- **FEAT**: add `.env` inheritance support in Envied and EnviedGenerator (#190)
- **CHORE**: add support for `analyzer` 13.0.0 (#187)

#### `envied_generator` - `v1.3.5`

- **FEAT**: add `pathOverrides` support for Envied annotations (#183)
- **FEAT**: add `.env` inheritance support in Envied and EnviedGenerator (#190)
- **CHORE**: add support for `analyzer` 13.0.0 (#187)

## 2026-03-22

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

- **FEAT**: add `pathOverrides` support for Envied annotations (#183)
- **FEAT**: add `.env` inheritance support in Envied and EnviedGenerator (#190)
- **CHORE**: add support for `analyzer` 13.0.0 (#187)

## 1.3.4

- **CHORE**: add support for `analyzer` 12.0.0 (#179)
Expand Down
2 changes: 1 addition & 1 deletion packages/envied/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: envied
resolution: workspace
description: Explicitly reads environment variables into a dart file from a .env file for more security and faster start up times.
version: 1.3.4
version: 1.3.5
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 @@
## 1.3.5

- **FEAT**: add `pathOverrides` support for Envied annotations (#183)
- **FEAT**: add `.env` inheritance support in Envied and EnviedGenerator (#190)
- **CHORE**: add support for `analyzer` 13.0.0 (#187)

## 1.3.4

- **CHORE**: add support for `analyzer` 12.0.0 (#179)
Expand Down
4 changes: 2 additions & 2 deletions packages/envied_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: envied_generator
resolution: workspace
description: Generator for the Envied package. See https://pub.dev/packages/envied.
version: 1.3.4
version: 1.3.5
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

Expand All @@ -12,7 +12,7 @@ dependencies:
analyzer: ">=8.0.0 <14.0.0"
build: ^4.0.3
code_builder: ^4.11.0
envied: ^1.3.3 # TODO(@techouse) make sure to update to the very latest before release
envied: ^1.3.5
equatable: ^2.0.7
recase: ^4.1.0
source_gen: ^4.1.1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace:
- examples/envied_example

dev_dependencies:
melos: ^7.5.1
melos: ^7.7.0
path: ^1.9.1
yaml: ^3.1.3

Expand Down