From 5cb2176b377a9e2ac92f9f71b33f08b6d544e4ee Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Tue, 13 Apr 2021 21:31:58 -0300 Subject: [PATCH 1/4] Release 2.22.1 --- App/Info.plist | 2 +- CHANGELOG.md | 6 ++++++ Lock/Info.plist | 2 +- LockTests/Info.plist | 2 +- LockUITests/Info.plist | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/App/Info.plist b/App/Info.plist index eafddf7b..269f9241 100644 --- a/App/Info.plist +++ b/App/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.22.0 + 2.22.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/CHANGELOG.md b/CHANGELOG.md index 58500547..3acf68a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.22.1](https://github.com/auth0/Lock.swift/tree/2.22.1) (2021-04-13) +[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.22.0...2.22.1) + +**Fixed** +- Fix LockViewController dismissal when presented as a popup [\#647](https://github.com/auth0/Lock.swift/pull/647) ([agirault](https://github.com/agirault)) + ## [2.22.0](https://github.com/auth0/Lock.swift/tree/2.22.0) (2021-03-09) [Full Changelog](https://github.com/auth0/Lock.swift/compare/2.21.0...2.22.0 diff --git a/Lock/Info.plist b/Lock/Info.plist index a2761abd..6efcc108 100644 --- a/Lock/Info.plist +++ b/Lock/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.22.0 + 2.22.1 CFBundleSignature ???? CFBundleVersion diff --git a/LockTests/Info.plist b/LockTests/Info.plist index b011a1d8..573ed94a 100644 --- a/LockTests/Info.plist +++ b/LockTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.22.0 + 2.22.1 CFBundleSignature ???? CFBundleVersion diff --git a/LockUITests/Info.plist b/LockUITests/Info.plist index fc082ef5..d5fa1e1a 100644 --- a/LockUITests/Info.plist +++ b/LockUITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.22.0 + 2.22.1 CFBundleVersion 1 From 85fcc7430a50d14c254032580a29db3bce56cf7c Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Tue, 13 Apr 2021 21:50:07 -0300 Subject: [PATCH 2/4] Update Cartfile.resolved --- Cartfile.resolved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index ce9bd1ad..22094125 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,7 +1,7 @@ github "AliSoftware/OHHTTPStubs" "9.1.0" github "Quick/Nimble" "v9.0.0" github "Quick/Quick" "v3.1.2" -github "auth0/Auth0.swift" "1.31.0" +github "auth0/Auth0.swift" "1.32.0" github "auth0/JWTDecode.swift" "2.6.0" github "auth0/SimpleKeychain" "0.12.2" github "emaloney/CleanroomLogger" "7.0.0" From 45eed9ccb20acdd10b9d2bd0585e5967e1c6d882 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Wed, 14 Apr 2021 09:22:14 -0300 Subject: [PATCH 3/4] Add missing mocks --- LockTests/Utils/Mocks.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LockTests/Utils/Mocks.swift b/LockTests/Utils/Mocks.swift index 0f978cc8..0de343d0 100644 --- a/LockTests/Utils/Mocks.swift +++ b/LockTests/Utils/Mocks.swift @@ -409,6 +409,14 @@ class MockWebAuth: WebAuth { self.maxAge = maxAge return self } + + func invitationURL(_ invitationURL: URL) -> Self { + return self + } + + func organization(_ organization: String) -> Self { + return self + } func clearSession(federated: Bool, callback: @escaping (Bool) -> Void) { callback(true) From e6f32377340f7bb80ef9a0fd3fc1220bde8209a6 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Wed, 14 Apr 2021 09:37:34 -0300 Subject: [PATCH 4/4] Fix codecov glob pattern --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 4a2105d5..b64fc390 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,7 +4,7 @@ coverage: range: "70...100" ignore: - Lock/OnePassword.swift - - LockTests/* + - LockTests/**/* - App/* status: patch: