Skip to content

Commit

Permalink
release of v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Aug 29, 2023
1 parent a82a6d3 commit 57c2b54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions flutter_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 9.0.0
Breaking changes:
* [Windows] Migrated to FFI with win32 package.

## 8.1.0
* [Android] Upgraded to Gradle 8.
* [Android] Fixed resetOnError not working.
Expand Down
8 changes: 4 additions & 4 deletions flutter_secure_storage/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ packages:
path: ".."
relative: true
source: path
version: "8.1.0"
version: "9.0.0"
flutter_secure_storage_linux:
dependency: "direct overridden"
description:
Expand Down Expand Up @@ -164,7 +164,7 @@ packages:
path: "../../flutter_secure_storage_windows"
relative: true
source: path
version: "2.1.0"
version: "3.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -581,10 +581,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: a6f0236dbda0f63aa9a25ad1ff9a9d8a4eaaa5012da0dc59d21afdb1dc361ca4
sha256: "9e82a402b7f3d518fb9c02d0e9ae45952df31b9bf34d77baf19da2de03fc2aaa"
url: "https://pub.dev"
source: hosted
version: "3.1.4"
version: "5.0.7"
xdg_directories:
dependency: transitive
description:
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: 8.1.0
version: 9.0.0
repository: https://github.com/mogol/flutter_secure_storage/tree/develop/flutter_secure_storage

environment:
Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies:
flutter_secure_storage_macos: ^3.0.0
flutter_secure_storage_platform_interface: ^1.0.1
flutter_secure_storage_web: ^1.1.1
flutter_secure_storage_windows: ^2.0.0
flutter_secure_storage_windows: ^3.0.0
meta: ^1.3.0

dev_dependencies:
Expand Down

0 comments on commit 57c2b54

Please sign in to comment.