From e533983afc74f247f7d730920a872073b8db55d0 Mon Sep 17 00:00:00 2001 From: Desu Sai Venkat <48179357+desusai7@users.noreply.github.com> Date: Fri, 3 May 2024 17:20:46 +0530 Subject: [PATCH] Release af-v1.7.1 (#449) --- auth0_flutter/CHANGELOG.md | 6 ++++++ auth0_flutter/darwin/auth0_flutter.podspec | 2 +- auth0_flutter/ios/auth0_flutter.podspec | 2 +- auth0_flutter/lib/src/version.dart | 2 +- auth0_flutter/macos/auth0_flutter.podspec | 2 +- auth0_flutter/pubspec.yaml | 4 ++-- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/auth0_flutter/CHANGELOG.md b/auth0_flutter/CHANGELOG.md index 4d21b0f6..859684f2 100644 --- a/auth0_flutter/CHANGELOG.md +++ b/auth0_flutter/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [af-v1.7.1](https://github.com/auth0/auth0-flutter/tree/af-v1.7.1) (2024-05-03) +[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.7.0...af-v1.7.1) + +**Fixed** +- (af) chore: upgraded dependency on Auth0.swift to 2.7.1 to fix the declaration of privacy manifest [\#448](https://github.com/auth0/auth0-flutter/pull/448) ([desusai7](https://github.com/desusai7)) + ## [af-v1.7.0](https://github.com/auth0/auth0-flutter/tree/af-v1.7.0) (2024-04-22) [Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.6.0...af-v1.7.0) diff --git a/auth0_flutter/darwin/auth0_flutter.podspec b/auth0_flutter/darwin/auth0_flutter.podspec index 267965b0..cbaae626 100644 --- a/auth0_flutter/darwin/auth0_flutter.podspec +++ b/auth0_flutter/darwin/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '1.7.0' + s.version = '1.7.1' 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/ios/auth0_flutter.podspec b/auth0_flutter/ios/auth0_flutter.podspec index 267965b0..cbaae626 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.7.0' + s.version = '1.7.1' 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 226cdc7f..2c5c19ed 100644 --- a/auth0_flutter/lib/src/version.dart +++ b/auth0_flutter/lib/src/version.dart @@ -1 +1 @@ -const String version = '1.7.0'; +const String version = '1.7.1'; diff --git a/auth0_flutter/macos/auth0_flutter.podspec b/auth0_flutter/macos/auth0_flutter.podspec index 267965b0..cbaae626 100644 --- a/auth0_flutter/macos/auth0_flutter.podspec +++ b/auth0_flutter/macos/auth0_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'auth0_flutter' - s.version = '1.7.0' + s.version = '1.7.1' 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/pubspec.yaml b/auth0_flutter/pubspec.yaml index e9bde548..c4eca5fe 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.7.0 +version: 1.7.1 homepage: https://github.com/auth0/auth0-flutter environment: @@ -8,7 +8,7 @@ environment: flutter: ">=3.0.0" dependencies: - auth0_flutter_platform_interface: ^1.6.0 + auth0_flutter_platform_interface: ^1.7.0 flutter: sdk: flutter flutter_web_plugins: