Skip to content

Commit

Permalink
chore(version): bumped to 1.0.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sonikro committed May 15, 2021
1 parent 30bba4b commit 65f469f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ fix(OktaSDK): added return statement to signIn method

## 1.0.0-dev.6

Fix: error: compiling for iOS 11.0, but module 'OktaJWT' has a minimum deployment target of iOS 12.0
Fix: error: compiling for iOS 11.0, but module 'OktaJWT' has a minimum deployment target of iOS 12.0

## 1.0.0-dev.7

Fixed iOS createConfig to read from secure storage if the refresh token has not expired rather than the access token
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -92,7 +92,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -127,7 +127,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.3.0"
typed_data:
dependency: transitive
description:
Expand All @@ -143,5 +143,5 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_okta_sdk
description: This library makes it easy to add authentication to flutter apps. This library is a wrapper around Okta OIDC Android and Okta OIDC iOS.
version: 1.0.0-dev.6
version: 1.0.0-dev.7
homepage: https://github.com/sonikro/flutter-okta-sdk

environment:
Expand Down

0 comments on commit 65f469f

Please sign in to comment.