Skip to content

Commit b7bc682

Browse files
authored
Release 2.23.1 (#682)
1 parent 5359565 commit b7bc682

File tree

4 files changed

+58
-45
lines changed

4 files changed

+58
-45
lines changed

CHANGELOG.md

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

3+
## [2.23.1](https://github.com/auth0/Lock.swift/tree/2.23.1) (2021-09-21)
4+
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.23.0...2.23.1)
5+
6+
**Changed**
7+
- Use tenant.locality.auth0.com as CDN URL [SDK-2709] [\#679](https://github.com/auth0/Lock.swift/pull/679) ([Widcket](https://github.com/Widcket))
8+
9+
**Fixed**
10+
- Fixed warnings [\#680](https://github.com/auth0/Lock.swift/pull/680) ([Widcket](https://github.com/Widcket))
11+
312
## [2.23.0](https://github.com/auth0/Lock.swift/tree/2.23.0) (2021-07-20)
413
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.22.3...2.23.0)
514

Gemfile.lock

+47-43
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
activesupport (5.2.6)
4+
CFPropertyList (3.0.4)
5+
rexml
6+
activesupport (6.1.4.1)
67
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
1012
addressable (2.8.0)
1113
public_suffix (>= 2.0.2, < 5.0)
1214
algoliasearch (1.27.5)
1315
httpclient (~> 2.8, >= 2.8.3)
1416
json (>= 1.5.1)
1517
artifactory (3.0.15)
1618
atomos (0.1.3)
17-
aws-eventstream (1.1.1)
18-
aws-partitions (1.489.0)
19-
aws-sdk-core (3.119.1)
19+
aws-eventstream (1.2.0)
20+
aws-partitions (1.503.0)
21+
aws-sdk-core (3.121.0)
2022
aws-eventstream (~> 1, >= 1.0.2)
2123
aws-partitions (~> 1, >= 1.239.0)
2224
aws-sigv4 (~> 1.1)
2325
jmespath (~> 1.0)
24-
aws-sdk-kms (1.46.0)
25-
aws-sdk-core (~> 3, >= 3.119.0)
26+
aws-sdk-kms (1.48.0)
27+
aws-sdk-core (~> 3, >= 3.120.0)
2628
aws-sigv4 (~> 1.1)
27-
aws-sdk-s3 (1.99.0)
28-
aws-sdk-core (~> 3, >= 3.119.0)
29+
aws-sdk-s3 (1.103.0)
30+
aws-sdk-core (~> 3, >= 3.120.0)
2931
aws-sdk-kms (~> 1)
30-
aws-sigv4 (~> 1.1)
31-
aws-sigv4 (1.2.4)
32+
aws-sigv4 (~> 1.4)
33+
aws-sigv4 (1.4.0)
3234
aws-eventstream (~> 1, >= 1.0.2)
3335
babosa (1.0.4)
3436
claide (1.0.3)
35-
cocoapods (1.10.2)
36-
addressable (~> 2.6)
37+
cocoapods (1.11.2)
38+
addressable (~> 2.8)
3739
claide (>= 1.0.2, < 2.0)
38-
cocoapods-core (= 1.10.2)
40+
cocoapods-core (= 1.11.2)
3941
cocoapods-deintegrate (>= 1.0.3, < 2.0)
4042
cocoapods-downloader (>= 1.4.0, < 2.0)
4143
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -46,26 +48,26 @@ GEM
4648
escape (~> 0.0.4)
4749
fourflusher (>= 2.3.0, < 3.0)
4850
gh_inspector (~> 1.0)
49-
molinillo (~> 0.6.6)
51+
molinillo (~> 0.8.0)
5052
nap (~> 1.0)
51-
ruby-macho (~> 1.4)
52-
xcodeproj (>= 1.19.0, < 2.0)
53-
cocoapods-core (1.10.2)
54-
activesupport (> 5.0, < 6)
55-
addressable (~> 2.6)
53+
ruby-macho (>= 1.0, < 3.0)
54+
xcodeproj (>= 1.21.0, < 2.0)
55+
cocoapods-core (1.11.2)
56+
activesupport (>= 5.0, < 7)
57+
addressable (~> 2.8)
5658
algoliasearch (~> 1.0)
5759
concurrent-ruby (~> 1.1)
5860
fuzzy_match (~> 2.0.4)
5961
nap (~> 1.0)
6062
netrc (~> 0.11)
61-
public_suffix
63+
public_suffix (~> 4.0)
6264
typhoeus (~> 1.0)
6365
cocoapods-deintegrate (1.0.5)
64-
cocoapods-downloader (1.4.0)
66+
cocoapods-downloader (1.5.1)
6567
cocoapods-plugins (1.0.0)
6668
nap
6769
cocoapods-search (1.0.1)
68-
cocoapods-trunk (1.5.0)
70+
cocoapods-trunk (1.6.0)
6971
nap (>= 0.8, < 2.0)
7072
netrc (~> 0.11)
7173
cocoapods-try (1.2.0)
@@ -85,7 +87,7 @@ GEM
8587
ethon (0.14.0)
8688
ffi (>= 1.15.0)
8789
excon (0.85.0)
88-
faraday (1.7.0)
90+
faraday (1.8.0)
8991
faraday-em_http (~> 1.0)
9092
faraday-em_synchrony (~> 1.0)
9193
faraday-excon (~> 1.1)
@@ -110,7 +112,7 @@ GEM
110112
faraday_middleware (1.1.0)
111113
faraday (~> 1.0)
112114
fastimage (2.2.5)
113-
fastlane (2.191.0)
115+
fastlane (2.194.0)
114116
CFPropertyList (>= 2.3, < 4.0.0)
115117
addressable (>= 2.8, < 3.0.0)
116118
artifactory (~> 3.0)
@@ -136,6 +138,7 @@ GEM
136138
mini_magick (>= 4.9.4, < 5.0.0)
137139
multipart-post (~> 2.0.0)
138140
naturally (~> 2.2)
141+
optparse (~> 0.1.1)
139142
plist (>= 3.1.0, < 4.0.0)
140143
rubyzip (>= 2.0.0, < 3.0.0)
141144
security (= 0.1.3)
@@ -150,11 +153,11 @@ GEM
150153
xcpretty-travis-formatter (>= 0.0.3)
151154
fastlane-plugin-auth0_shipper (0.4.1)
152155
semantic (~> 1.5)
153-
ffi (1.15.3)
156+
ffi (1.15.4)
154157
fourflusher (2.3.1)
155158
fuzzy_match (2.0.4)
156159
gh_inspector (1.1.3)
157-
google-apis-androidpublisher_v3 (0.10.0)
160+
google-apis-androidpublisher_v3 (0.11.0)
158161
google-apis-core (>= 0.4, < 2.a)
159162
google-apis-core (0.4.1)
160163
addressable (~> 2.5, >= 2.5.1)
@@ -169,14 +172,14 @@ GEM
169172
google-apis-core (>= 0.4, < 2.a)
170173
google-apis-playcustomapp_v1 (0.5.0)
171174
google-apis-core (>= 0.4, < 2.a)
172-
google-apis-storage_v1 (0.6.0)
175+
google-apis-storage_v1 (0.7.0)
173176
google-apis-core (>= 0.4, < 2.a)
174177
google-cloud-core (1.6.0)
175178
google-cloud-env (~> 1.0)
176179
google-cloud-errors (~> 1.0)
177180
google-cloud-env (1.5.0)
178181
faraday (>= 0.17.3, < 2.0)
179-
google-cloud-errors (1.1.0)
182+
google-cloud-errors (1.2.0)
180183
google-cloud-storage (1.34.1)
181184
addressable (~> 2.5)
182185
digest-crc (~> 0.4)
@@ -185,13 +188,13 @@ GEM
185188
google-cloud-core (~> 1.6)
186189
googleauth (>= 0.16.2, < 2.a)
187190
mini_mime (~> 1.0)
188-
googleauth (0.17.0)
191+
googleauth (0.17.1)
189192
faraday (>= 0.17.3, < 2.0)
190193
jwt (>= 1.4, < 3.0)
191194
memoist (~> 0.16)
192195
multi_json (~> 1.11)
193196
os (>= 0.9, < 2.0)
194-
signet (~> 0.14)
197+
signet (~> 0.15)
195198
highline (2.0.3)
196199
http-cookie (1.0.4)
197200
domain_name (~> 0.5)
@@ -205,13 +208,14 @@ GEM
205208
mini_magick (4.11.0)
206209
mini_mime (1.1.1)
207210
minitest (5.14.4)
208-
molinillo (0.6.6)
211+
molinillo (0.8.0)
209212
multi_json (1.15.0)
210213
multipart-post (2.0.0)
211214
nanaimo (0.3.0)
212215
nap (1.1.0)
213216
naturally (2.2.1)
214217
netrc (0.11.0)
218+
optparse (0.1.1)
215219
os (1.1.1)
216220
plist (3.6.0)
217221
public_suffix (4.0.6)
@@ -223,13 +227,13 @@ GEM
223227
retriable (3.1.2)
224228
rexml (3.2.5)
225229
rouge (2.0.7)
226-
ruby-macho (1.4.0)
230+
ruby-macho (2.5.1)
227231
ruby2_keywords (0.0.5)
228232
rubyzip (2.3.2)
229233
security (0.1.3)
230234
semantic (1.6.1)
231-
signet (0.15.0)
232-
addressable (~> 2.3)
235+
signet (0.16.0)
236+
addressable (~> 2.8)
233237
faraday (>= 0.17.3, < 2.0)
234238
jwt (>= 1.5, < 3.0)
235239
multi_json (~> 1.10)
@@ -239,21 +243,20 @@ GEM
239243
terminal-notifier (2.0.0)
240244
terminal-table (1.8.0)
241245
unicode-display_width (~> 1.1, >= 1.1.1)
242-
thread_safe (0.3.6)
243246
trailblazer-option (0.1.1)
244247
tty-cursor (0.7.1)
245248
tty-screen (0.8.1)
246249
tty-spinner (0.9.3)
247250
tty-cursor (~> 0.7)
248251
typhoeus (1.4.0)
249252
ethon (>= 0.9.0)
250-
tzinfo (1.2.9)
251-
thread_safe (~> 0.1)
253+
tzinfo (2.0.4)
254+
concurrent-ruby (~> 1.0)
252255
uber (0.1.0)
253256
unf (0.1.4)
254257
unf_ext
255-
unf_ext (0.0.7.7)
256-
unicode-display_width (1.7.0)
258+
unf_ext (0.0.8)
259+
unicode-display_width (1.8.0)
257260
webrick (1.7.0)
258261
word_wrap (1.0.0)
259262
xcodeproj (1.21.0)
@@ -267,6 +270,7 @@ GEM
267270
rouge (~> 2.0.7)
268271
xcpretty-travis-formatter (1.0.1)
269272
xcpretty (~> 0.2, >= 0.0.7)
273+
zeitwerk (2.4.2)
270274

271275
PLATFORMS
272276
ruby

Lock.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Lock"
3-
s.version = '2.23.0'
3+
s.version = '2.23.1'
44
s.summary = "A library that uses Auth0 for Authentication with Native Look & Feel"
55
s.description = <<-DESC
66
[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)

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

0 commit comments

Comments
 (0)