Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.8.2 #372

Merged
merged 1 commit into from
Apr 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v2.8.2](https://github.com/auth0/react-native-auth0/tree/v2.8.2) (2021-04-29)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.8.1...v2.8.2)

**Fixed**

- Fix for Xcode 12.5 [SDK-2545][\#369](https://github.com/auth0/react-native-auth0/pull/369) ([Widcket](https://github.com/Widcket))

## [v2.8.1](https://github.com/auth0/react-native-auth0/tree/v2.8.1) (2021-04-19)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.8.0...v2.8.1)
Expand Down
4 changes: 2 additions & 2 deletions docs/Auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -2067,8 +2067,8 @@ <h5>Returns:</h5>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/Auth0.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ <h3 class="subsection-title">Classes</h3>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/Auth0.module.exports.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ <h5>Parameters:</h5>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/Users.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ <h5>Returns:</h5>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/WebAuth.html
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ <h5>Returns:</h5>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ <h5>Returns:</h5>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
12 changes: 10 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,14 @@ <h4>Logout</h4>
class="prettyprint source lang-js"
><code>auth0.webAuth.clearSession().catch(error => console.log(error));
</code></pre>
<p>
If you're using the <code>ephemeralSession</code> parameter, you do
not need to call <code>clearSession()</code> to perform logout on
iOS, as there will be no cookies to remove. Just deleting the
credentials will suffice. You will still need to call
<code>clearSession()</code> on Android, though, as
<code>ephemeralSession</code> is iOS-only.
</p>
<h3>Authentication API</h3>
<h3>Important: Database Connection Authentication</h3>
<p>
Expand Down Expand Up @@ -977,8 +985,8 @@ <h2>License</h2>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ <h1 class="page-title">index.js</h1>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/src_auth_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ <h1 class="page-title">src/auth/index.js</h1>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/src_management_users.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ <h1 class="page-title">src/management/users.js</h1>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/src_webauth_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ <h1 class="page-title">src/webauth/index.js</h1>
<br class="clear" />

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on
Thu Apr 29 2021 20:40:15 GMT-0300 (Argentina Standard Time) using the
Minami theme.
</footer>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-auth0",
"title": "React Native Auth0",
"version": "2.8.1",
"version": "2.8.2",
"description": "React Native toolkit for Auth0 API",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/networking/telemetry.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = {name: 'react-native-auth0', version: '2.8.1'};
module.exports = {name: 'react-native-auth0', version: '2.8.2'};