diff --git a/.version b/.version index 5c9dc9d0..4c83680f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v2.7.0 \ No newline at end of file +v2.8.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7c1288..ef1afed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v2.8.0](https://github.com/auth0/auth0-react/tree/v2.8.0) (2025-10-17) +[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.7.0...v2.8.0) + +**Added** +- Bump auth0-spa-js for connected account updates [\#923](https://github.com/auth0/auth0-react/pull/923) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [v2.7.0](https://github.com/auth0/auth0-react/tree/v2.7.0) (2025-10-15) [Full Changelog](https://github.com/auth0/auth0-react/compare/v2.6.0...v2.7.0) diff --git a/docs/classes/OAuthError.html b/docs/classes/OAuthError.html index add5176c..e5e64a6d 100644 --- a/docs/classes/OAuthError.html +++ b/docs/classes/OAuthError.html @@ -1,7 +1,7 @@
Optionalerror_description: stringOptionalerror_description: stringOptionalerror_OptionalstackStatic OptionalprepareOptional override for formatting stack traces
StaticstackProvides the Auth0Context to its child components.
-
An OAuth2 error will come from the authorization server and will have at least an
errorproperty which will be the error code. And possibly anerror_descriptionpropertySee: https://openid.net/specs/openid-connect-core-1_0.html#rfc.section.3.1.2.6
-