Skip to content

Commit 64b4759

Browse files
authored
Release v2.17.3 (#648)
1 parent 4e46fb1 commit 64b4759

20 files changed

+89
-152
lines changed

CHANGELOG.md

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

3+
## [v2.17.3](https://github.com/auth0/react-native-auth0/tree/v2.17.3) (2023-06-15)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.17.2...v2.17.3)
6+
7+
**Fixed**
8+
9+
- Fix Auth0 pod version to constant [\#647](https://github.com/auth0/react-native-auth0/pull/647) ([poovamraj](https://github.com/poovamraj))
10+
311
## [v2.17.2](https://github.com/auth0/react-native-auth0/tree/v2.17.2) (2023-04-27)
412

513
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.17.1...v2.17.2)
@@ -641,6 +649,6 @@ const auth0 = new Auth0({
641649
```js
642650
auth0.webAuth
643651
.authorize({scope: 'openid email'})
644-
.then(credentials => console.log(credentials))
645-
.catch(error => console.log(error));
652+
.then((credentials) => console.log(credentials))
653+
.catch((error) => console.log(error));
646654
```

docs/Auth.html

+20-58
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,7 @@ <h1 class="page-title">Auth</h1>
259259

260260
<section>
261261
<header>
262-
<h2>
263-
Auth
264-
</h2>
262+
<h2>Auth</h2>
265263

266264
<div class="class-description"><p>Auth0 Auth API</p></div>
267265
</header>
@@ -432,9 +430,7 @@ <h5>Parameters:</h5>
432430
<h5>Returns:</h5>
433431

434432
<dl class="param-type">
435-
<dt>
436-
Type:
437-
</dt>
433+
<dt>Type:</dt>
438434
<dd>
439435
<span class="param-type"><code>String</code></span>
440436
</dd>
@@ -663,9 +659,7 @@ <h5>Parameters:</h5>
663659
<h5>Returns:</h5>
664660

665661
<dl class="param-type">
666-
<dt>
667-
Type:
668-
</dt>
662+
<dt>Type:</dt>
669663
<dd>
670664
<span class="param-type"><code>Promise</code></span>
671665
</dd>
@@ -800,9 +794,7 @@ <h5>Parameters:</h5>
800794
<h5>Returns:</h5>
801795

802796
<dl class="param-type">
803-
<dt>
804-
Type:
805-
</dt>
797+
<dt>Type:</dt>
806798
<dd>
807799
<span class="param-type"><code>Promise</code></span>
808800
</dd>
@@ -983,9 +975,7 @@ <h5>Parameters:</h5>
983975
<h5>Returns:</h5>
984976

985977
<dl class="param-type">
986-
<dt>
987-
Type:
988-
</dt>
978+
<dt>Type:</dt>
989979
<dd>
990980
<span class="param-type"><code>Promise</code></span>
991981
</dd>
@@ -1114,9 +1104,7 @@ <h5>Parameters:</h5>
11141104
<h5>Returns:</h5>
11151105

11161106
<dl class="param-type">
1117-
<dt>
1118-
Type:
1119-
</dt>
1107+
<dt>Type:</dt>
11201108
<dd>
11211109
<span class="param-type"><code>Promise</code></span>
11221110
</dd>
@@ -1254,9 +1242,7 @@ <h5>Parameters:</h5>
12541242
<h5>Returns:</h5>
12551243

12561244
<dl class="param-type">
1257-
<dt>
1258-
Type:
1259-
</dt>
1245+
<dt>Type:</dt>
12601246
<dd>
12611247
<span class="param-type"><code>Promise</code></span>
12621248
</dd>
@@ -1378,9 +1364,7 @@ <h5>Parameters:</h5>
13781364
<h5>Returns:</h5>
13791365

13801366
<dl class="param-type">
1381-
<dt>
1382-
Type:
1383-
</dt>
1367+
<dt>Type:</dt>
13841368
<dd>
13851369
<span class="param-type"><code>Promise</code></span>
13861370
</dd>
@@ -1497,9 +1481,7 @@ <h5>Parameters:</h5>
14971481
<h5>Returns:</h5>
14981482

14991483
<dl class="param-type">
1500-
<dt>
1501-
Type:
1502-
</dt>
1484+
<dt>Type:</dt>
15031485
<dd>
15041486
<span class="param-type"><code>Promise</code></span>
15051487
</dd>
@@ -1627,9 +1609,7 @@ <h5>Parameters:</h5>
16271609
<h5>Returns:</h5>
16281610

16291611
<dl class="param-type">
1630-
<dt>
1631-
Type:
1632-
</dt>
1612+
<dt>Type:</dt>
16331613
<dd>
16341614
<span class="param-type"><code>Promise</code></span>
16351615
</dd>
@@ -1773,9 +1753,7 @@ <h5>Parameters:</h5>
17731753
<h5>Returns:</h5>
17741754

17751755
<dl class="param-type">
1776-
<dt>
1777-
Type:
1778-
</dt>
1756+
<dt>Type:</dt>
17791757
<dd>
17801758
<span class="param-type"><code>String</code></span>
17811759
</dd>
@@ -1907,9 +1885,7 @@ <h5>Parameters:</h5>
19071885
<h5>Returns:</h5>
19081886

19091887
<dl class="param-type">
1910-
<dt>
1911-
Type:
1912-
</dt>
1888+
<dt>Type:</dt>
19131889
<dd>
19141890
<span class="param-type"><code>Promise</code></span>
19151891
</dd>
@@ -2027,9 +2003,7 @@ <h5>Parameters:</h5>
20272003
<h5>Returns:</h5>
20282004

20292005
<dl class="param-type">
2030-
<dt>
2031-
Type:
2032-
</dt>
2006+
<dt>Type:</dt>
20332007
<dd>
20342008
<span class="param-type"><code>Promise</code></span>
20352009
</dd>
@@ -2119,9 +2093,7 @@ <h5>Parameters:</h5>
21192093
<h5>Returns:</h5>
21202094

21212095
<dl class="param-type">
2122-
<dt>
2123-
Type:
2124-
</dt>
2096+
<dt>Type:</dt>
21252097
<dd>
21262098
<span class="param-type"><code>Promise</code></span>
21272099
</dd>
@@ -2295,9 +2267,7 @@ <h5>Parameters:</h5>
22952267
<h5>Returns:</h5>
22962268

22972269
<dl class="param-type">
2298-
<dt>
2299-
Type:
2300-
</dt>
2270+
<dt>Type:</dt>
23012271
<dd>
23022272
<span class="param-type"><code>Promise</code></span>
23032273
</dd>
@@ -2423,9 +2393,7 @@ <h5>Parameters:</h5>
24232393
<h5>Returns:</h5>
24242394

24252395
<dl class="param-type">
2426-
<dt>
2427-
Type:
2428-
</dt>
2396+
<dt>Type:</dt>
24292397
<dd>
24302398
<span class="param-type"><code>Promise</code></span>
24312399
</dd>
@@ -2529,9 +2497,7 @@ <h5>Parameters:</h5>
25292497
<h5>Returns:</h5>
25302498

25312499
<dl class="param-type">
2532-
<dt>
2533-
Type:
2534-
</dt>
2500+
<dt>Type:</dt>
25352501
<dd>
25362502
<span class="param-type"><code>Promise</code></span>
25372503
</dd>
@@ -2620,9 +2586,7 @@ <h5>Parameters:</h5>
26202586
<h5>Returns:</h5>
26212587

26222588
<dl class="param-type">
2623-
<dt>
2624-
Type:
2625-
</dt>
2589+
<dt>Type:</dt>
26262590
<dd>
26272591
<span class="param-type"><code>Promise</code></span>
26282592
</dd>
@@ -2712,9 +2676,7 @@ <h5>Parameters:</h5>
27122676
<h5>Returns:</h5>
27132677

27142678
<dl class="param-type">
2715-
<dt>
2716-
Type:
2717-
</dt>
2679+
<dt>Type:</dt>
27182680
<dd>
27192681
<span class="param-type"><code>Promise</code></span>
27202682
</dd>
@@ -2729,7 +2691,7 @@ <h5>Returns:</h5>
27292691

27302692
<footer>
27312693
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
2732-
Thu Apr 27 2023 12:14:31 GMT+0530 (India Standard Time) using the Minami
2694+
Thu Jun 15 2023 21:35:36 GMT+0530 (India Standard Time) using the Minami
27332695
theme.
27342696
</footer>
27352697

docs/Auth0.html

+3-7
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,7 @@ <h1 class="page-title">Auth0</h1>
259259

260260
<section>
261261
<header>
262-
<h2>
263-
Auth0
264-
</h2>
262+
<h2>Auth0</h2>
265263

266264
<div class="class-description">
267265
<p>Auth0 for React Native client</p>
@@ -427,9 +425,7 @@ <h5>Parameters:</h5>
427425
<h5>Returns:</h5>
428426

429427
<dl class="param-type">
430-
<dt>
431-
Type:
432-
</dt>
428+
<dt>Type:</dt>
433429
<dd>
434430
<span class="param-type"
435431
><code><a href="Users.html">Users</a></code></span
@@ -446,7 +442,7 @@ <h5>Returns:</h5>
446442

447443
<footer>
448444
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
449-
Thu Apr 27 2023 12:14:31 GMT+0530 (India Standard Time) using the Minami
445+
Thu Jun 15 2023 21:35:36 GMT+0530 (India Standard Time) using the Minami
450446
theme.
451447
</footer>
452448

docs/CredentialsManager.html

+7-19
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,7 @@ <h1 class="page-title">CredentialsManager</h1>
259259

260260
<section>
261261
<header>
262-
<h2>
263-
CredentialsManager
264-
</h2>
262+
<h2>CredentialsManager</h2>
265263
</header>
266264

267265
<article>
@@ -439,9 +437,7 @@ <h5>Parameters:</h5>
439437
<span class="param-type"><code>String</code></span>
440438
</td>
441439

442-
<td class="default">
443-
0
444-
</td>
440+
<td class="default">0</td>
445441

446442
<td class="description last">
447443
<p>
@@ -474,9 +470,7 @@ <h5>Parameters:</h5>
474470
<h5>Returns:</h5>
475471

476472
<dl class="param-type">
477-
<dt>
478-
Type:
479-
</dt>
473+
<dt>Type:</dt>
480474
<dd>
481475
<span class="param-type"><code>Promise</code></span>
482476
</dd>
@@ -537,9 +531,7 @@ <h5>Parameters:</h5>
537531
<span class="param-type"><code>Number</code></span>
538532
</td>
539533

540-
<td class="default">
541-
0
542-
</td>
534+
<td class="default">0</td>
543535

544536
<td class="description last">
545537
<p>
@@ -684,9 +676,7 @@ <h5>Parameters:</h5>
684676
<h5>Returns:</h5>
685677

686678
<dl class="param-type">
687-
<dt>
688-
Type:
689-
</dt>
679+
<dt>Type:</dt>
690680
<dd>
691681
<span class="param-type"><code>Promise</code></span>
692682
</dd>
@@ -846,9 +836,7 @@ <h5>Parameters:</h5>
846836
<h5>Returns:</h5>
847837

848838
<dl class="param-type">
849-
<dt>
850-
Type:
851-
</dt>
839+
<dt>Type:</dt>
852840
<dd>
853841
<span class="param-type"><code>Promise</code></span>
854842
</dd>
@@ -863,7 +851,7 @@ <h5>Returns:</h5>
863851

864852
<footer>
865853
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
866-
Thu Apr 27 2023 12:14:31 GMT+0530 (India Standard Time) using the Minami
854+
Thu Jun 15 2023 21:35:36 GMT+0530 (India Standard Time) using the Minami
867855
theme.
868856
</footer>
869857

docs/Users.html

+4-10
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,7 @@ <h1 class="page-title">Users</h1>
259259

260260
<section>
261261
<header>
262-
<h2>
263-
Users
264-
</h2>
262+
<h2>Users</h2>
265263
</header>
266264

267265
<article>
@@ -400,9 +398,7 @@ <h5>Parameters:</h5>
400398
<h5>Returns:</h5>
401399

402400
<dl class="param-type">
403-
<dt>
404-
Type:
405-
</dt>
401+
<dt>Type:</dt>
406402
<dd>
407403
<span class="param-type"><code>Promise</code></span>
408404
</dd>
@@ -518,9 +514,7 @@ <h5>Parameters:</h5>
518514
<h5>Returns:</h5>
519515

520516
<dl class="param-type">
521-
<dt>
522-
Type:
523-
</dt>
517+
<dt>Type:</dt>
524518
<dd>
525519
<span class="param-type"><code>Promise</code></span>
526520
</dd>
@@ -535,7 +529,7 @@ <h5>Returns:</h5>
535529

536530
<footer>
537531
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on
538-
Thu Apr 27 2023 12:14:31 GMT+0530 (India Standard Time) using the Minami
532+
Thu Jun 15 2023 21:35:36 GMT+0530 (India Standard Time) using the Minami
539533
theme.
540534
</footer>
541535

0 commit comments

Comments
 (0)