Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
petercinibulk committed May 11, 2023
1 parent eec025f commit 5af86fd
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 5 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.

## 2023-05-11

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`envied` - `v0.3.0+3`](#envied---v0303)
- [`envied_generator` - `v0.3.0+3`](#envied_generator---v0303)

---

#### `envied` - `v0.3.0+3`

- **FIX**: revert dependencies to v0.3.0 (#34).

#### `envied_generator` - `v0.3.0+3`

- **FIX**: revert dependencies to v0.3.0 (#34).


## 2023-05-11

### Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/envied_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:

dev_dependencies:
build_runner: ^2.1.11
envied_generator: ^0.3.0+1
envied_generator: ^0.3.0+3
lints: ^2.0.0
test: ^1.16.0
dependencies:
envied: ^0.3.0+1
envied: ^0.3.0+3
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.3.0+3

- **FIX**: revert dependencies to v0.3.0 (#34).

## 0.3.0+2

- **FIX**: downgrade analyzer to 5.11.1 and lints 2.0.0.
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.3.0+2
version: 0.3.0+3
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.3.0+3

- **FIX**: revert dependencies to v0.3.0 (#34).

## 0.3.0+2

- **FIX**: downgrade analyzer to 5.11.1 and lints 2.0.0.
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: 0.3.0+2
version: 0.3.0+3
repository: https://github.com/petercinibulk/envied
homepage: https://github.com/petercinibulk/envied

environment:
sdk: ">=2.17.1 <4.0.0"

dependencies:
envied: ^0.3.0+2
envied: ^0.3.0+3
build: ^2.3.0
source_gen: ^1.2.2
analyzer: ^5.1.0
Expand Down

0 comments on commit 5af86fd

Please sign in to comment.