Skip to content

Commit

Permalink
release of v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed May 16, 2024
1 parent 7ecfd54 commit eaccd9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flutter_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 9.2.1
* Fix async race condition bug in storage operations.
* [macOS] Return nil on macOS if key is not found

## 9.2.0
New Features:
Expand Down
2 changes: 1 addition & 1 deletion flutter_secure_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
# validation, so we set a ^ constraint.
# https://github.com/flutter/flutter/issues/46264
flutter_secure_storage_linux: ^1.2.1
flutter_secure_storage_macos: ^3.1.0
flutter_secure_storage_macos: ^3.1.1
flutter_secure_storage_platform_interface: ^1.1.2
flutter_secure_storage_web: ^1.2.1
flutter_secure_storage_windows: ^3.1.2
Expand Down

0 comments on commit eaccd9f

Please sign in to comment.