From 6ea9691a1314de3090016c33dbd2ce653a06794a Mon Sep 17 00:00:00 2001 From: simphotonics Date: Thu, 4 Apr 2024 11:15:57 +0100 Subject: [PATCH] Updated deps. --- CHANGELOG.md | 3 +++ lib/lazy_memo.dart | 3 --- pubspec.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee16d70..69cfc63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.2.3 +- Updated dependencies. + # 0.2.2 - Removed variable `_cacheView`. Amended `lazy_benchmark.dart`. diff --git a/lib/lazy_memo.dart b/lib/lazy_memo.dart index 49926c3..f1ef315 100644 --- a/lib/lazy_memo.dart +++ b/lib/lazy_memo.dart @@ -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'; diff --git a/pubspec.yaml b/pubspec.yaml index 6726a20..11a0061 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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