Skip to content

Commit 69b0e17

Browse files
authored
Release 2.23.0 (#675)
1 parent b29d5db commit 69b0e17

File tree

8 files changed

+83
-70
lines changed

8 files changed

+83
-70
lines changed

App/Info.plist

+1-1
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.3</string>
18+
<string>2.23.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.23.0](https://github.com/auth0/Lock.swift/tree/2.23.0) (2021-07-20)
4+
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.22.3...2.23.0)
5+
6+
**Added**
7+
- Expose onForgotPassword [SDK-2632] [\#673](https://github.com/auth0/Lock.swift/pull/673) ([Widcket](https://github.com/Widcket))
8+
39
## [2.22.3](https://github.com/auth0/Lock.swift/tree/2.22.3) (2021-06-07)
410
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.22.2...2.22.3)
511

Cartfile.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github "AliSoftware/OHHTTPStubs" "9.1.0"
2-
github "Quick/Nimble" "v9.0.0"
2+
github "Quick/Nimble" "v9.2.0"
33
github "Quick/Quick" "v3.1.2"
4-
github "auth0/Auth0.swift" "1.32.0"
5-
github "auth0/JWTDecode.swift" "2.6.0"
6-
github "auth0/SimpleKeychain" "0.12.2"
4+
github "auth0/Auth0.swift" "1.35.0"
5+
github "auth0/JWTDecode.swift" "2.6.1"
6+
github "auth0/SimpleKeychain" "0.12.3"
77
github "emaloney/CleanroomLogger" "7.0.0"

Gemfile.lock

+67-60
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.3)
5-
activesupport (5.2.4.5)
5+
activesupport (5.2.6)
66
concurrent-ruby (~> 1.0, >= 1.0.2)
77
i18n (>= 0.7, < 2)
88
minitest (~> 5.1)
99
tzinfo (~> 1.1)
10-
addressable (2.7.0)
10+
addressable (2.8.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
algoliasearch (1.27.5)
1313
httpclient (~> 2.8, >= 2.8.3)
1414
json (>= 1.5.1)
1515
artifactory (3.0.15)
1616
atomos (0.1.3)
1717
aws-eventstream (1.1.1)
18-
aws-partitions (1.431.1)
19-
aws-sdk-core (3.112.1)
18+
aws-partitions (1.479.0)
19+
aws-sdk-core (3.117.0)
2020
aws-eventstream (~> 1, >= 1.0.2)
2121
aws-partitions (~> 1, >= 1.239.0)
2222
aws-sigv4 (~> 1.1)
2323
jmespath (~> 1.0)
24-
aws-sdk-kms (1.42.0)
24+
aws-sdk-kms (1.44.0)
2525
aws-sdk-core (~> 3, >= 3.112.0)
2626
aws-sigv4 (~> 1.1)
27-
aws-sdk-s3 (1.90.0)
27+
aws-sdk-s3 (1.96.1)
2828
aws-sdk-core (~> 3, >= 3.112.0)
2929
aws-sdk-kms (~> 1)
3030
aws-sigv4 (~> 1.1)
31-
aws-sigv4 (1.2.3)
31+
aws-sigv4 (1.2.4)
3232
aws-eventstream (~> 1, >= 1.0.2)
3333
babosa (1.0.4)
3434
claide (1.0.3)
@@ -71,41 +71,52 @@ GEM
7171
cocoapods-try (1.2.0)
7272
colored (1.2)
7373
colored2 (3.1.2)
74-
commander-fastlane (4.4.6)
75-
highline (~> 1.7.2)
76-
concurrent-ruby (1.1.8)
74+
commander (4.6.0)
75+
highline (~> 2.0.0)
76+
concurrent-ruby (1.1.9)
7777
declarative (0.0.20)
78-
declarative-option (0.1.0)
7978
digest-crc (0.6.3)
8079
rake (>= 12.0.0, < 14.0.0)
8180
domain_name (0.5.20190701)
8281
unf (>= 0.0.5, < 1.0.0)
8382
dotenv (2.7.6)
8483
emoji_regex (3.2.2)
8584
escape (0.0.4)
86-
ethon (0.12.0)
87-
ffi (>= 1.3.0)
88-
excon (0.79.0)
89-
faraday (1.3.0)
85+
ethon (0.14.0)
86+
ffi (>= 1.15.0)
87+
excon (0.85.0)
88+
faraday (1.5.1)
89+
faraday-em_http (~> 1.0)
90+
faraday-em_synchrony (~> 1.0)
91+
faraday-excon (~> 1.1)
92+
faraday-httpclient (~> 1.0.1)
9093
faraday-net_http (~> 1.0)
94+
faraday-net_http_persistent (~> 1.1)
95+
faraday-patron (~> 1.0)
9196
multipart-post (>= 1.2, < 3)
92-
ruby2_keywords
97+
ruby2_keywords (>= 0.0.4)
9398
faraday-cookie_jar (0.0.7)
9499
faraday (>= 0.8.0)
95100
http-cookie (~> 1.0.0)
101+
faraday-em_http (1.0.0)
102+
faraday-em_synchrony (1.0.0)
103+
faraday-excon (1.1.0)
104+
faraday-httpclient (1.0.1)
96105
faraday-net_http (1.0.1)
106+
faraday-net_http_persistent (1.2.0)
107+
faraday-patron (1.0.0)
97108
faraday_middleware (1.0.0)
98109
faraday (~> 1.0)
99-
fastimage (2.2.3)
100-
fastlane (2.177.0)
110+
fastimage (2.2.4)
111+
fastlane (2.187.0)
101112
CFPropertyList (>= 2.3, < 4.0.0)
102113
addressable (>= 2.3, < 3.0.0)
103114
artifactory (~> 3.0)
104115
aws-sdk-s3 (~> 1.0)
105116
babosa (>= 1.0.3, < 2.0.0)
106117
bundler (>= 1.12.0, < 3.0.0)
107118
colored
108-
commander-fastlane (>= 4.4.6, < 5.0.0)
119+
commander (~> 4.6)
109120
dotenv (>= 2.1.1, < 3.0.0)
110121
emoji_regex (>= 0.1, < 4.0)
111122
excon (>= 0.71.0, < 1.0.0)
@@ -114,9 +125,10 @@ GEM
114125
faraday_middleware (~> 1.0)
115126
fastimage (>= 2.1.0, < 3.0.0)
116127
gh_inspector (>= 1.1.2, < 2.0.0)
117-
google-api-client (>= 0.37.0, < 0.39.0)
118-
google-cloud-storage (>= 1.15.0, < 2.0.0)
119-
highline (>= 1.7.2, < 2.0.0)
128+
google-apis-androidpublisher_v3 (~> 0.1)
129+
google-apis-playcustomapp_v1 (~> 0.1)
130+
google-cloud-storage (~> 1.31)
131+
highline (~> 2.0)
120132
json (< 3.0.0)
121133
jwt (>= 2.1.0, < 3)
122134
mini_magick (>= 4.9.4, < 5.0.0)
@@ -126,7 +138,6 @@ GEM
126138
rubyzip (>= 2.0.0, < 3.0.0)
127139
security (= 0.1.3)
128140
simctl (~> 1.6.3)
129-
slack-notifier (>= 2.0.0, < 3.0.0)
130141
terminal-notifier (>= 2.0.0, < 3.0.0)
131142
terminal-table (>= 1.4.5, < 2.0.0)
132143
tty-screen (>= 0.6.3, < 1.0.0)
@@ -137,65 +148,60 @@ GEM
137148
xcpretty-travis-formatter (>= 0.0.3)
138149
fastlane-plugin-auth0_shipper (0.4.1)
139150
semantic (~> 1.5)
140-
ffi (1.15.0)
151+
ffi (1.15.3)
141152
fourflusher (2.3.1)
142153
fuzzy_match (2.0.4)
143154
gh_inspector (1.1.3)
144-
google-api-client (0.38.0)
155+
google-apis-androidpublisher_v3 (0.8.0)
156+
google-apis-core (>= 0.4, < 2.a)
157+
google-apis-core (0.4.1)
145158
addressable (~> 2.5, >= 2.5.1)
146-
googleauth (~> 0.9)
147-
httpclient (>= 2.8.1, < 3.0)
159+
googleauth (>= 0.16.2, < 2.a)
160+
httpclient (>= 2.8.1, < 3.a)
148161
mini_mime (~> 1.0)
149162
representable (~> 3.0)
150-
retriable (>= 2.0, < 4.0)
151-
signet (~> 0.12)
152-
google-apis-core (0.3.0)
153-
addressable (~> 2.5, >= 2.5.1)
154-
googleauth (~> 0.14)
155-
httpclient (>= 2.8.1, < 3.0)
156-
mini_mime (~> 1.0)
157-
representable (~> 3.0)
158-
retriable (>= 2.0, < 4.0)
163+
retriable (>= 2.0, < 4.a)
159164
rexml
160-
signet (~> 0.14)
161165
webrick
162-
google-apis-iamcredentials_v1 (0.2.0)
163-
google-apis-core (~> 0.1)
164-
google-apis-storage_v1 (0.3.0)
165-
google-apis-core (~> 0.1)
166-
google-cloud-core (1.5.0)
166+
google-apis-iamcredentials_v1 (0.6.0)
167+
google-apis-core (>= 0.4, < 2.a)
168+
google-apis-playcustomapp_v1 (0.5.0)
169+
google-apis-core (>= 0.4, < 2.a)
170+
google-apis-storage_v1 (0.6.0)
171+
google-apis-core (>= 0.4, < 2.a)
172+
google-cloud-core (1.6.0)
167173
google-cloud-env (~> 1.0)
168174
google-cloud-errors (~> 1.0)
169175
google-cloud-env (1.5.0)
170176
faraday (>= 0.17.3, < 2.0)
171-
google-cloud-errors (1.0.1)
172-
google-cloud-storage (1.30.0)
177+
google-cloud-errors (1.1.0)
178+
google-cloud-storage (1.34.1)
173179
addressable (~> 2.5)
174180
digest-crc (~> 0.4)
175181
google-apis-iamcredentials_v1 (~> 0.1)
176182
google-apis-storage_v1 (~> 0.1)
177-
google-cloud-core (~> 1.2)
178-
googleauth (~> 0.9)
183+
google-cloud-core (~> 1.6)
184+
googleauth (>= 0.16.2, < 2.a)
179185
mini_mime (~> 1.0)
180-
googleauth (0.16.0)
186+
googleauth (0.16.2)
181187
faraday (>= 0.17.3, < 2.0)
182188
jwt (>= 1.4, < 3.0)
183189
memoist (~> 0.16)
184190
multi_json (~> 1.11)
185191
os (>= 0.9, < 2.0)
186192
signet (~> 0.14)
187-
highline (1.7.10)
188-
http-cookie (1.0.3)
193+
highline (2.0.3)
194+
http-cookie (1.0.4)
189195
domain_name (~> 0.5)
190196
httpclient (2.8.3)
191-
i18n (1.8.9)
197+
i18n (1.8.10)
192198
concurrent-ruby (~> 1.0)
193199
jmespath (1.4.0)
194200
json (2.5.1)
195-
jwt (2.2.2)
201+
jwt (2.2.3)
196202
memoist (0.16.2)
197203
mini_magick (4.11.0)
198-
mini_mime (1.0.2)
204+
mini_mime (1.1.0)
199205
minitest (5.14.4)
200206
molinillo (0.6.6)
201207
multi_json (1.15.0)
@@ -207,17 +213,17 @@ GEM
207213
os (1.1.1)
208214
plist (3.6.0)
209215
public_suffix (4.0.6)
210-
rake (13.0.3)
211-
representable (3.0.4)
216+
rake (13.0.6)
217+
representable (3.1.1)
212218
declarative (< 0.1.0)
213-
declarative-option (< 0.2.0)
219+
trailblazer-option (>= 0.1.1, < 0.2.0)
214220
uber (< 0.2.0)
215221
retriable (3.1.2)
216-
rexml (3.2.4)
222+
rexml (3.2.5)
217223
rouge (2.0.7)
218224
ruby-macho (1.4.0)
219-
ruby2_keywords (0.0.4)
220-
rubyzip (2.3.0)
225+
ruby2_keywords (0.0.5)
226+
rubyzip (2.3.2)
221227
security (0.1.3)
222228
semantic (1.6.1)
223229
signet (0.15.0)
@@ -228,11 +234,11 @@ GEM
228234
simctl (1.6.8)
229235
CFPropertyList
230236
naturally
231-
slack-notifier (2.3.2)
232237
terminal-notifier (2.0.0)
233238
terminal-table (1.8.0)
234239
unicode-display_width (~> 1.1, >= 1.1.1)
235240
thread_safe (0.3.6)
241+
trailblazer-option (0.1.1)
236242
tty-cursor (0.7.1)
237243
tty-screen (0.8.1)
238244
tty-spinner (0.9.3)
@@ -248,12 +254,13 @@ GEM
248254
unicode-display_width (1.7.0)
249255
webrick (1.7.0)
250256
word_wrap (1.0.0)
251-
xcodeproj (1.19.0)
257+
xcodeproj (1.20.0)
252258
CFPropertyList (>= 2.3.3, < 4.0)
253259
atomos (~> 0.1.3)
254260
claide (>= 1.0.2, < 2.0)
255261
colored2 (~> 3.1)
256262
nanaimo (~> 0.3.0)
263+
rexml (~> 3.2.4)
257264
xcpretty (0.3.0)
258265
rouge (~> 2.0.7)
259266
xcpretty-travis-formatter (1.0.1)

Lock/Info.plist

+1-1
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.3</string>
18+
<string>2.23.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LockTests/Info.plist

+1-1
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.3</string>
18+
<string>2.23.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LockUITests/Info.plist

+1-1
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.3</string>
18+
<string>2.23.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md).
4646
If you are using [Cocoapods](https://cocoapods.org), add this line to your `Podfile`:
4747

4848
```ruby
49-
pod "Lock", "~> 2.22"
49+
pod "Lock", "~> 2.23"
5050
```
5151

5252
Then run `pod install`.
@@ -58,7 +58,7 @@ Then run `pod install`.
5858
If you are using [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Cartfile`:
5959

6060
```ruby
61-
github "auth0/Lock.swift" ~> 2.22
61+
github "auth0/Lock.swift" ~> 2.23
6262
```
6363

6464
Then run `carthage bootstrap`.

0 commit comments

Comments
 (0)