Skip to content

Commit

Permalink
release of v9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed May 22, 2024
1 parent a325805 commit cb30953
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions flutter_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 9.2.2
[iOS, macOS] Fixed an issue which caused the readAll and deleteAll to not work properly.

## 9.2.1
* Fix async race condition bug in storage operations.
* [macOS] Return nil on macOS if key is not found
Expand Down
4 changes: 2 additions & 2 deletions flutter_secure_storage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_secure_storage
description: Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android.
version: 9.2.1
version: 9.2.2
repository: https://github.com/mogol/flutter_secure_storage/tree/develop/flutter_secure_storage

environment:
Expand Down 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.1
flutter_secure_storage_macos: ^3.1.2
flutter_secure_storage_platform_interface: ^1.1.2
flutter_secure_storage_web: ^1.2.1
flutter_secure_storage_windows: ^3.1.2
Expand Down
3 changes: 3 additions & 0 deletions flutter_secure_storage_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.1.2
Fixed an issue which caused the readAll and deleteAll to not work properly.

## 3.1.1
Fixed an issue which caused a platform exception when the key does not exists in the keychain.

Expand Down
4 changes: 2 additions & 2 deletions flutter_secure_storage_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_secure_storage_macos
description: macOS implementation of flutter_secure_storage
repository: https://github.com/mogol/flutter_secure_storage
version: 3.1.1
version: 3.1.2

environment:
sdk: ">=2.12.0 <4.0.0"
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_secure_storage_platform_interface: ^1.1.1
flutter_secure_storage_platform_interface: ^1.1.2

flutter:
plugin:
Expand Down

0 comments on commit cb30953

Please sign in to comment.