Skip to content

Commit 06f7264

Browse files
authored
Release 2.22.2 (#668)
1 parent 99ba16e commit 06f7264

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

App/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.22.1</string>
18+
<string>2.22.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.22.2](https://github.com/auth0/Lock.swift/tree/2.22.2) (2021-05-20)
4+
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.22.1...2.22.2)
5+
6+
**Fixed**
7+
- Use OTP grant for magic links [SDK-2576] [\#667](https://github.com/auth0/Lock.swift/pull/667) ([Widcket](https://github.com/Widcket))
8+
39
## [2.22.1](https://github.com/auth0/Lock.swift/tree/2.22.1) (2021-04-13)
410
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.22.0...2.22.1)
511

Lock/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.22.1</string>
18+
<string>2.22.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LockTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.22.1</string>
18+
<string>2.22.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LockUITests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.22.1</string>
18+
<string>2.22.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)