Skip to content

Commit

Permalink
chore: Fix pana issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed May 29, 2024
1 parent c74d746 commit aa12881
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/celest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1

- fix: Pana issues ([dart-lang/pana#1351](https://github.com/dart-lang/pana/issues/1351))

## 0.4.0

This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky!
Expand Down
1 change: 1 addition & 0 deletions packages/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository: https://github.com/celest-dev/celest/tree/main/packages/celest

environment:
sdk: ^3.3.0
flutter: ">=3.19.0"

dependencies:
async: ^2.11.0
Expand Down
4 changes: 4 additions & 0 deletions packages/celest_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1

- fix: Pana issues ([dart-lang/pana#1351](https://github.com/dart-lang/pana/issues/1351))

## 0.4.0

This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky!
Expand Down
1 change: 1 addition & 0 deletions packages/celest_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository: https://github.com/celest-dev/celest/tree/main/packages/celest_auth

environment:
sdk: ^3.3.0
flutter: ">=3.19.0"

dependencies:
async: ^2.11.0
Expand Down

0 comments on commit aa12881

Please sign in to comment.