Skip to content

Commit

Permalink
Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
simphotonics committed Apr 4, 2024
1 parent 574b882 commit 6ea9691
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.3
- Updated dependencies.

# 0.2.2
- Removed variable `_cacheView`. Amended `lazy_benchmark.dart`.

Expand Down
3 changes: 0 additions & 3 deletions lib/lazy_memo.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/// Provides helper classes for the creation of *lazy variables*
/// and *memoized functions*.
export 'src/lazy.dart';
export 'src/memoized_functions.dart';
export 'src/utils.dart';
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lazy_memo
description: Lazy variables that can be marked for re-initialization and
memoized single and double argument functions.

version: 0.2.2
version: 0.2.3

homepage: https://github.com/simphotonics/lazy_memo

Expand All @@ -12,5 +12,5 @@ environment:

dev_dependencies:
benchmark_harness: ^2.2.2
lints: ^2.1.1
test: ^1.24.6
lints: ^3.0.0
test: ^1.25.2

0 comments on commit 6ea9691

Please sign in to comment.