Skip to content

Commit

Permalink
Prepare version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 27, 2024
1 parent 57f3a97 commit 4e6b282
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.3.0]

- Released @ 9/2024 (UTC)
- breaking: Simplify

## [0.2.9]

- Released @ 9/2024 (UTC)
Expand Down
3 changes: 2 additions & 1 deletion lib/src/scalable_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ final class AppScale {
static final Future<TSharedGlobalDoublePod> _pValue =
SharedDoublePodCreator.global('<AppScale.pValue>')
.then((e) => di.register<TSharedGlobalDoublePod>(_pValue));
static FutureOr<TSharedGlobalDoublePod> get pAppScale => di.until<TSharedGlobalDoublePod>();
static FutureOr<TSharedGlobalDoublePod> get pAppScale =>
di.until<TSharedGlobalDoublePod>();
}

0 comments on commit 4e6b282

Please sign in to comment.