From 504d4126d6c72757dd4e3a09f9a89e2b19fae323 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Fri, 3 Jul 2020 16:27:34 +0100 Subject: [PATCH] Release v9.13.4 (#1119) * Release v9.13.4 * Update codecov to 3.7.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- docs/Authentication.html | 2 +- docs/Management.html | 2 +- docs/WebAuth.html | 2 +- docs/authentication_db-connection.js.html | 4 ++-- docs/authentication_index.js.html | 2 +- docs/global.html | 2 +- docs/helper_object.js.html | 2 +- docs/index.html | 4 ++-- docs/management_index.js.html | 2 +- docs/web-auth_cross-origin-authentication.js.html | 2 +- docs/web-auth_hosted-pages.js.html | 2 +- docs/web-auth_index.js.html | 2 +- docs/web-auth_popup.js.html | 2 +- docs/web-auth_redirect.js.html | 2 +- package.json | 4 ++-- src/version.js | 2 +- yarn.lock | 8 ++++---- 19 files changed, 30 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca83f66..205d832d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## [v9.13.4](https://github.com/auth0/auth0.js/tree/v9.13.4) (2020-07-02) +[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.13.3...v9.13.4) + +**Changed** +- [CAUTH-423] Add login state if available to the sign-up request [\#1117](https://github.com/auth0/auth0.js/pull/1117) ([jfromaniello](https://github.com/jfromaniello)) + ## [v9.13.3](https://github.com/auth0/auth0.js/tree/v9.13.3) (2020-06-26) [Full Changelog](https://github.com/auth0/auth0.js/compare/v9.13.2...v9.13.3) diff --git a/README.md b/README.md index 40a70ddb..197946f6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ From CDN: ```html - + ``` From [npm](https://npmjs.org): diff --git a/docs/Authentication.html b/docs/Authentication.html index ef0c55a0..6aedaff5 100644 --- a/docs/Authentication.html +++ b/docs/Authentication.html @@ -499,7 +499,7 @@
Parameters:

diff --git a/docs/Management.html b/docs/Management.html index 84d66d01..080f00cd 100644 --- a/docs/Management.html +++ b/docs/Management.html @@ -294,7 +294,7 @@
Parameters:

diff --git a/docs/WebAuth.html b/docs/WebAuth.html index 45f7bbbf..dc40e73d 100644 --- a/docs/WebAuth.html +++ b/docs/WebAuth.html @@ -643,7 +643,7 @@
Parameters:

diff --git a/docs/authentication_db-connection.js.html b/docs/authentication_db-connection.js.html index 8693e6b6..0f50ba4d 100644 --- a/docs/authentication_db-connection.js.html +++ b/docs/authentication_db-connection.js.html @@ -89,7 +89,7 @@

authentication/db-connection.js

url = urljoin(this.baseOptions.rootUrl, 'dbconnections', 'signup'); - body = objectHelper.merge(this.baseOptions, ['clientID']).with(options); + body = objectHelper.merge(this.baseOptions, ['clientID', 'state']).with(options); metadata = body.user_metadata || body.userMetadata; @@ -167,7 +167,7 @@

authentication/db-connection.js


diff --git a/docs/authentication_index.js.html b/docs/authentication_index.js.html index d17861df..c3157a85 100644 --- a/docs/authentication_index.js.html +++ b/docs/authentication_index.js.html @@ -686,7 +686,7 @@

authentication/index.js


diff --git a/docs/global.html b/docs/global.html index 88b8d5d7..5b802268 100644 --- a/docs/global.html +++ b/docs/global.html @@ -15051,7 +15051,7 @@
Parameters:

diff --git a/docs/helper_object.js.html b/docs/helper_object.js.html index 1970d4d0..9c414f3e 100644 --- a/docs/helper_object.js.html +++ b/docs/helper_object.js.html @@ -259,7 +259,7 @@

helper/object.js


diff --git a/docs/index.html b/docs/index.html index 0685e35a..1c49db45 100644 --- a/docs/index.html +++ b/docs/index.html @@ -73,7 +73,7 @@

Index

Install

From CDN:

<!-- Latest patch release -->
-<script src="https://cdn.auth0.com/js/auth0/9.13.3/auth0.min.js"></script>
+<script src="https://cdn.auth0.com/js/auth0/9.13.4/auth0.min.js"></script>
 

From npm:

npm install auth0-js
@@ -241,7 +241,7 @@ 

License


- Generated by JSDoc 3.6.3 on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.3 on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/management_index.js.html b/docs/management_index.js.html index 0564115c..65901279 100644 --- a/docs/management_index.js.html +++ b/docs/management_index.js.html @@ -221,7 +221,7 @@

management/index.js


- Generated by JSDoc 3.6.3 on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.3 on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/web-auth_cross-origin-authentication.js.html b/docs/web-auth_cross-origin-authentication.js.html index 35000989..b280efcc 100644 --- a/docs/web-auth_cross-origin-authentication.js.html +++ b/docs/web-auth_cross-origin-authentication.js.html @@ -209,7 +209,7 @@

web-auth/cross-origin-authentication.js


- Generated by JSDoc 3.6.3 on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.3 on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/web-auth_hosted-pages.js.html b/docs/web-auth_hosted-pages.js.html index 421a8b4f..6f88cd0b 100644 --- a/docs/web-auth_hosted-pages.js.html +++ b/docs/web-auth_hosted-pages.js.html @@ -193,7 +193,7 @@

web-auth/hosted-pages.js


- Generated by JSDoc 3.6.3 on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.3 on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/web-auth_index.js.html b/docs/web-auth_index.js.html index 3f896d19..93389640 100644 --- a/docs/web-auth_index.js.html +++ b/docs/web-auth_index.js.html @@ -983,7 +983,7 @@

web-auth/index.js


- Generated by JSDoc 3.6.3 on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.3 on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/web-auth_popup.js.html b/docs/web-auth_popup.js.html index b92f4ba5..155089fb 100644 --- a/docs/web-auth_popup.js.html +++ b/docs/web-auth_popup.js.html @@ -361,7 +361,7 @@

web-auth/popup.js


- Generated by JSDoc 3.6.3 on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.3 on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/docs/web-auth_redirect.js.html b/docs/web-auth_redirect.js.html index df7beafd..f2e31966 100644 --- a/docs/web-auth_redirect.js.html +++ b/docs/web-auth_redirect.js.html @@ -110,7 +110,7 @@

web-auth/redirect.js


- Generated by JSDoc 3.6.3 on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme. + Generated by JSDoc 3.6.3 on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
diff --git a/package.json b/package.json index e8fd21c2..b51ef1dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-js", - "version": "9.13.3", + "version": "9.13.4", "description": "Auth0 headless browser sdk", "author": "Auth0", "license": "MIT", @@ -66,7 +66,7 @@ "@babel/preset-env": "^7.5.5", "@babel/register": "^7.5.5", "babel-plugin-istanbul": "^5.1.4", - "codecov": "^3.5.0", + "codecov": "^3.7.0", "cross-env": "^5.2.0", "es-check": "^5.0.0", "eslint": "^6.0.1", diff --git a/src/version.js b/src/version.js index e9e43227..c2733695 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -module.exports = { raw: '9.13.3' }; +module.exports = { raw: '9.13.4' }; diff --git a/yarn.lock b/yarn.lock index ae4eb20a..0c2e273d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1563,10 +1563,10 @@ code-point-at@^1.0.0: resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= -codecov@^3.5.0: - version "3.6.5" - resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.5.tgz#d73ce62e8a021f5249f54b073e6f2d6a513f172a" - integrity sha512-v48WuDMUug6JXwmmfsMzhCHRnhUf8O3duqXvltaYJKrO1OekZWpB/eH6iIoaxMl8Qli0+u3OxptdsBOYiD7VAQ== +codecov@^3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.0.tgz#4a09939cde24447a43f36d068e8b4e0188dc3f27" + integrity sha512-uIixKofG099NbUDyzRk1HdGtaG8O+PBUAg3wfmjwXw2+ek+PZp+puRvbTohqrVfuudaezivJHFgTtSC3M8MXww== dependencies: argv "0.0.2" ignore-walk "3.0.3"