From 264bb5a3b2f5ee311e3ba16bc34302bca8abf436 Mon Sep 17 00:00:00 2001 From: naoki0719 Date: Sat, 11 Jun 2022 21:05:56 +0900 Subject: [PATCH] Version 7.0.1 is ready. --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5761f59..22c5288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [7.0.1] - 2022-06-11 + +- Fixed setState running after screenlock dispose [#80](https://github.com/naoki0719/flutter_screen_lock/pull/80) by [@clragon](https://github.com/clragon) +- ## [7.0.0] - 2022-06-09 - Property from `delayChild` to `delayBuilder`. This will disable input after a specified number of failed attempts and will be displayed by the Text Widget. [#78](https://github.com/naoki0719/flutter_screen_lock/pull/78) by [@clragon](https://github.com/clragon) diff --git a/example/pubspec.lock b/example/pubspec.lock index 80b32b5..0828ed3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -47,7 +47,7 @@ packages: path: ".." relative: true source: path - version: "7.0.0" + version: "7.0.1" intl: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6fcc2d3..0fa19cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_screen_lock description: Provides the ability to lock the screen on ios and android. Biometric authentication can be used in addition to passcode. homepage: https://github.com/naoki0719/flutter_screen_lock -version: 7.0.0 +version: 7.0.1 environment: sdk: ">=2.17.0-0 <3.0.0"