Skip to content

Commit e9a4a6a

Browse files
authored
Release 1.30.1 (#432)
1 parent db5e25b commit e9a4a6a

File tree

12 files changed

+47
-45
lines changed

12 files changed

+47
-45
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ playground.xcworkspace
6262
#
6363
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
6464
# Packages/
65+
.swiftpm/
6566
.build/
6667
Package.resolved
6768

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.

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>1.30.0</string>
18+
<string>1.30.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

Auth0/Info-tvOS.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>1.30.0</string>
18+
<string>1.30.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0/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>1.30.0</string>
18+
<string>1.30.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0Tests/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>1.30.0</string>
18+
<string>1.30.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

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

3+
## [1.30.1](https://github.com/auth0/Auth0.swift/tree/1.30.1) (2020-11-11)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.30.0...1.30.1)
5+
6+
**Fixed**
7+
- Fixed passwordless error detection [\#430](https://github.com/auth0/Auth0.swift/pull/430) ([Widcket](https://github.com/Widcket))
8+
39
## [1.30.0](https://github.com/auth0/Auth0.swift/tree/1.30.0) (2020-10-23)
410
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.29.0...1.30.0)
511

Cartfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "auth0/SimpleKeychain"
2-
github "auth0/JWTDecode.swift" ~> 2.0
1+
github "auth0/SimpleKeychain"
2+
github "auth0/JWTDecode.swift" ~> 2.0

Cartfile.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github "AliSoftware/OHHTTPStubs" "9.0.0"
22
github "Quick/Nimble" "v9.0.0"
33
github "Quick/Quick" "v3.0.0"
4-
github "auth0/JWTDecode.swift" "2.4.1"
5-
github "auth0/SimpleKeychain" "0.11.1"
4+
github "auth0/JWTDecode.swift" "2.5.0"
5+
github "auth0/SimpleKeychain" "0.12.0"

Gemfile.lock

+30-28
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,44 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.2)
5-
activesupport (4.2.11.3)
6-
i18n (~> 0.7)
5+
activesupport (5.2.4.4)
6+
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
i18n (>= 0.7, < 2)
78
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
12-
algoliasearch (1.27.4)
12+
algoliasearch (1.27.5)
1313
httpclient (~> 2.8, >= 2.8.3)
1414
json (>= 1.5.1)
1515
atomos (0.1.3)
1616
aws-eventstream (1.1.0)
17-
aws-partitions (1.380.0)
18-
aws-sdk-core (3.109.0)
17+
aws-partitions (1.391.0)
18+
aws-sdk-core (3.109.2)
1919
aws-eventstream (~> 1, >= 1.0.2)
2020
aws-partitions (~> 1, >= 1.239.0)
2121
aws-sigv4 (~> 1.1)
2222
jmespath (~> 1.0)
2323
aws-sdk-kms (1.39.0)
2424
aws-sdk-core (~> 3, >= 3.109.0)
2525
aws-sigv4 (~> 1.1)
26-
aws-sdk-s3 (1.83.0)
26+
aws-sdk-s3 (1.84.1)
2727
aws-sdk-core (~> 3, >= 3.109.0)
2828
aws-sdk-kms (~> 1)
2929
aws-sigv4 (~> 1.1)
3030
aws-sigv4 (1.2.2)
3131
aws-eventstream (~> 1, >= 1.0.2)
32-
babosa (1.0.3)
32+
babosa (1.0.4)
3333
claide (1.0.3)
3434
clamp (1.3.2)
35-
cocoapods (1.9.3)
36-
activesupport (>= 4.0.2, < 5)
35+
cocoapods (1.10.0)
36+
addressable (~> 2.6)
3737
claide (>= 1.0.2, < 2.0)
38-
cocoapods-core (= 1.9.3)
38+
cocoapods-core (= 1.10.0)
3939
cocoapods-deintegrate (>= 1.0.3, < 2.0)
40-
cocoapods-downloader (>= 1.2.2, < 2.0)
40+
cocoapods-downloader (>= 1.4.0, < 2.0)
4141
cocoapods-plugins (>= 1.0.0, < 2.0)
4242
cocoapods-search (>= 1.0.0, < 2.0)
43-
cocoapods-stats (>= 1.0.0, < 2.0)
4443
cocoapods-trunk (>= 1.4.0, < 2.0)
4544
cocoapods-try (>= 1.1.0, < 2.0)
4645
colored2 (~> 3.1)
@@ -50,21 +49,22 @@ GEM
5049
molinillo (~> 0.6.6)
5150
nap (~> 1.0)
5251
ruby-macho (~> 1.4)
53-
xcodeproj (>= 1.14.0, < 2.0)
54-
cocoapods-core (1.9.3)
55-
activesupport (>= 4.0.2, < 6)
52+
xcodeproj (>= 1.19.0, < 2.0)
53+
cocoapods-core (1.10.0)
54+
activesupport (> 5.0, < 6)
55+
addressable (~> 2.6)
5656
algoliasearch (~> 1.0)
5757
concurrent-ruby (~> 1.1)
5858
fuzzy_match (~> 2.0.4)
5959
nap (~> 1.0)
6060
netrc (~> 0.11)
61+
public_suffix
6162
typhoeus (~> 1.0)
6263
cocoapods-deintegrate (1.0.4)
6364
cocoapods-downloader (1.4.0)
6465
cocoapods-plugins (1.0.0)
6566
nap
6667
cocoapods-search (1.0.0)
67-
cocoapods-stats (1.1.0)
6868
cocoapods-trunk (1.5.0)
6969
nap (>= 0.8, < 2.0)
7070
netrc (~> 0.11)
@@ -81,20 +81,21 @@ GEM
8181
domain_name (0.5.20190701)
8282
unf (>= 0.0.5, < 1.0.0)
8383
dotenv (2.7.6)
84-
emoji_regex (3.0.0)
84+
emoji_regex (3.2.1)
8585
escape (0.0.4)
8686
ethon (0.12.0)
8787
ffi (>= 1.3.0)
88-
excon (0.76.0)
89-
faraday (1.0.1)
88+
excon (0.78.0)
89+
faraday (1.1.0)
9090
multipart-post (>= 1.2, < 3)
91+
ruby2_keywords
9192
faraday-cookie_jar (0.0.7)
9293
faraday (>= 0.8.0)
9394
http-cookie (~> 1.0.0)
9495
faraday_middleware (1.0.0)
9596
faraday (~> 1.0)
9697
fastimage (2.2.0)
97-
fastlane (2.162.0)
98+
fastlane (2.166.0)
9899
CFPropertyList (>= 2.3, < 4.0.0)
99100
addressable (>= 2.3, < 3.0.0)
100101
aws-sdk-s3 (~> 1.0)
@@ -147,17 +148,17 @@ GEM
147148
google-cloud-core (1.5.0)
148149
google-cloud-env (~> 1.0)
149150
google-cloud-errors (~> 1.0)
150-
google-cloud-env (1.3.3)
151+
google-cloud-env (1.4.0)
151152
faraday (>= 0.17.3, < 2.0)
152153
google-cloud-errors (1.0.1)
153-
google-cloud-storage (1.29.0)
154+
google-cloud-storage (1.29.1)
154155
addressable (~> 2.5)
155156
digest-crc (~> 0.4)
156157
google-api-client (~> 0.33)
157158
google-cloud-core (~> 1.2)
158159
googleauth (~> 0.9)
159160
mini_mime (~> 1.0)
160-
googleauth (0.13.1)
161+
googleauth (0.14.0)
161162
faraday (>= 0.17.3, < 2.0)
162163
jwt (>= 1.4, < 3.0)
163164
memoist (~> 0.16)
@@ -168,13 +169,13 @@ GEM
168169
http-cookie (1.0.3)
169170
domain_name (~> 0.5)
170171
httpclient (2.8.3)
171-
i18n (0.9.5)
172+
i18n (1.8.5)
172173
concurrent-ruby (~> 1.0)
173174
jmespath (1.4.0)
174175
json (2.3.1)
175176
jwt (2.2.2)
176177
memoist (0.16.2)
177-
mini_magick (4.10.1)
178+
mini_magick (4.11.0)
178179
mini_mime (1.0.2)
179180
mini_portile2 (2.4.0)
180181
minitest (5.14.2)
@@ -198,6 +199,7 @@ GEM
198199
retriable (3.1.2)
199200
rouge (2.0.7)
200201
ruby-macho (1.4.0)
202+
ruby2_keywords (0.0.2)
201203
rubyzip (2.3.0)
202204
security (0.1.3)
203205
semantic (1.6.1)
@@ -226,15 +228,15 @@ GEM
226228
tty-cursor (~> 0.7)
227229
typhoeus (1.4.0)
228230
ethon (>= 0.9.0)
229-
tzinfo (1.2.7)
231+
tzinfo (1.2.8)
230232
thread_safe (~> 0.1)
231233
uber (0.1.0)
232234
unf (0.1.4)
233235
unf_ext
234236
unf_ext (0.0.7.7)
235237
unicode-display_width (1.7.0)
236238
word_wrap (1.0.0)
237-
xcodeproj (1.18.0)
239+
xcodeproj (1.19.0)
238240
CFPropertyList (>= 2.3.3, < 4.0)
239241
atomos (~> 0.1.3)
240242
claide (>= 1.0.2, < 2.0)

OAuth2Mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.30.0</string>
20+
<string>1.30.1</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

OAuth2TV/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>1.30.0</string>
18+
<string>1.30.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)