From 4fd061e1414e2969364884d4dc4405d4f7da51d8 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Thu, 23 Feb 2023 15:15:49 +0000 Subject: [PATCH] Release 1.1.0 (#202) --- auth0_flutter/CHANGELOG.md | 9 +++++++++ auth0_flutter/ios/auth0_flutter.podspec | 2 +- auth0_flutter/lib/src/version.dart | 2 +- auth0_flutter/pubspec.lock | 2 +- auth0_flutter/pubspec.yaml | 4 ++-- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/auth0_flutter/CHANGELOG.md b/auth0_flutter/CHANGELOG.md index d7fb2b35..53fb6e5a 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v1.1.0](https://github.com/auth0/auth0-flutter/tree/v1.1.0) (2023-02-23) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/v1.0.2...v1.1.0) + +**Added** +- Support SFSafariViewController [\#198](https://github.com/auth0/auth0-flutter/pull/198) ([stevehobbsdev](https://github.com/stevehobbsdev)) + +**Fixed** +- Fix Apple login connection crash in Android [\#195](https://github.com/auth0/auth0-flutter/pull/195) ([poovamraj](https://github.com/poovamraj)) + ## [v1.0.2](https://github.com/auth0/auth0-flutter/tree/v1.0.2) (2022-11-03) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/v1.0.1...v1.0.2) diff --git a/auth0_flutter/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index 564c5536..bc3388e3 100644 --- a/auth0_flutter/ios/auth0_flutter.podspec +++ b/auth0_flutter/ios/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '1.0.2' + s.version = '1.1.0' s.summary = 'Auth0 SDK for Flutter' s.description = 'Auth0 SDK for Flutter Android and iOS apps.' s.homepage = 'https://auth0.com' diff --git a/auth0_flutter/lib/src/version.dart b/auth0_flutter/lib/src/version.dart index 10fb2216..1c712c9f 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '1.0.2'; +const String version = '1.1.0'; diff --git a/auth0_flutter/pubspec.lock b/auth0_flutter/pubspec.lock index 26b5d4cf..9c7f6a78 100644 --- a/auth0_flutter/pubspec.lock +++ b/auth0_flutter/pubspec.lock @@ -39,7 +39,7 @@ packages: path: "../auth0_flutter_platform_interface" relative: true source: path - version: "1.0.1" + version: "1.1.0" boolean_selector: dependency: transitive description: diff --git a/auth0_flutter/pubspec.yaml b/auth0_flutter/pubspec.yaml index 7c68f217..cd7d57fc 100644 --- a/auth0_flutter/pubspec.yaml +++ b/auth0_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: auth0_flutter description: Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps. -version: 1.0.2 +version: 1.1.0 homepage: https://github.com/auth0/auth0-flutter environment: @@ -8,7 +8,7 @@ environment: flutter: ">=3.0.0" dependencies: - auth0_flutter_platform_interface: 1.0.1 + auth0_flutter_platform_interface: 1.1.0 flutter: sdk: flutter