Skip to content

Commit

Permalink
Release v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Apr 19, 2021
1 parent 1d4272a commit d3828ae
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 24 deletions.
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.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)

**Fixed**

- Capture and surface error when browser app is not available [SDK-2224][\#363](https://github.com/auth0/react-native-auth0/pull/363) ([lbalmaceda](https://github.com/lbalmaceda))

## [v2.8.0](https://github.com/auth0/react-native-auth0/tree/v2.8.0) (2021-03-26)

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

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

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

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

<script>
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 @@ -295,8 +295,8 @@ <h5>Parameters:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

<script>
Expand Down
4 changes: 2 additions & 2 deletions docs/Users.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ <h5>Returns:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

<script>
Expand Down
4 changes: 2 additions & 2 deletions docs/WebAuth.html
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,8 @@ <h5>Returns:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

<script>
Expand Down
4 changes: 2 additions & 2 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ <h5>Returns:</h5>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

<script>
Expand Down
12 changes: 10 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,14 @@ <h4>Login</h4>
.then(credentials => console.log(credentials))
.catch(error => console.log(error));
</code></pre>
<blockquote>
<p>
Web Authentication flows require a Browser application installed
on the device. When no Browser is available, an error of type
<code>a0.browser_not_available</code> will be raised via the
provided callback.
</p>
</blockquote>
<h5>Disable Single Sign On (iOS 13+ only)</h5>
<p>
Use the <code>ephemeralSession</code> parameter to disable SSO on
Expand Down Expand Up @@ -970,8 +978,8 @@ <h2>License</h2>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

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

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

<script>
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 @@ -698,8 +698,8 @@ <h1 class="page-title">src/auth/index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

<script>
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 @@ -298,8 +298,8 @@ <h1 class="page-title">src/management/users.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

<script>
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 @@ -357,8 +357,8 @@ <h1 class="page-title">src/webauth/index.js</h1>

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on
Thu Apr 08 2021 12:19:20 GMT+0100 (British Summer Time) using the Minami
theme.
Mon Apr 19 2021 17:34:14 GMT+0200 (Central European Summer Time) using the
Minami theme.
</footer>

<script>
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.0",
"version": "2.8.1",
"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.0'};
module.exports = {name: 'react-native-auth0', version: '2.8.1'};

0 comments on commit d3828ae

Please sign in to comment.