From d2cd41ca6fe77f7f48b3e218db7da2ea4add7a82 Mon Sep 17 00:00:00 2001 From: Subhankar Maiti Date: Wed, 3 Sep 2025 14:05:12 +0530 Subject: [PATCH] Release v5.0.0-beta.5 --- .version | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.version b/.version index b5da024f..a226f3a9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.0.0-beta.4 +v5.0.0-beta.5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 32416b02..611d954f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## [v5.0.0-beta.5](https://github.com/auth0/react-native-auth0/tree/v5.0.0-beta.5) (2025-09-03) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.0-beta.4...v5.0.0-beta.5) + +**Added** + +- feat: add organization parameter support to resetPassword API [\#1286](https://github.com/auth0/react-native-auth0/pull/1286) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- feat(auth): add `saveCredentials` method to `useAuth0` hook [\#1285](https://github.com/auth0/react-native-auth0/pull/1285) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- feat: unify and improve error handling across platforms [\#1261](https://github.com/auth0/react-native-auth0/pull/1261) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- fix(auth): Added back clearCredentials method [\#1256](https://github.com/auth0/react-native-auth0/pull/1256) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- Add `screen_hint` usage for login/signup in FAQ and fix usage in EXAMPLES.md [\#1253](https://github.com/auth0/react-native-auth0/pull/1253) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- refactor(android): Migrate native module from Java to Kotlin [\#1239](https://github.com/auth0/react-native-auth0/pull/1239) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- Add Web Callback/Logout URL Configuration to React Native Web Setup Guide [\#1250](https://github.com/auth0/react-native-auth0/pull/1250) ([subhankarmaiti](https://github.com/subhankarmaiti)) + +**Fixed** + +- fix(docs): organize exports into namespaces for better typedocs [\#1269](https://github.com/auth0/react-native-auth0/pull/1269) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- fix: add missing clearSession native options [\#1289](https://github.com/auth0/react-native-auth0/pull/1289) ([burriedu2](https://github.com/burriedu2)) +- fix(android): add pathPrefix to Android manifest for proper App Links functionality [\#1288](https://github.com/auth0/react-native-auth0/pull/1288) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- fix(ios): Ensure useSFSafariViewController: true correctly opens SFSafariViewController [\#1257](https://github.com/auth0/react-native-auth0/pull/1257) ([subhankarmaiti](https://github.com/subhankarmaiti)) + +**Security** + +- chore(deps): update fetch-mock and node-fetch to latest versions [\#1243](https://github.com/auth0/react-native-auth0/pull/1243) ([subhankarmaiti](https://github.com/subhankarmaiti)) + ## [v5.0.0-beta.4](https://github.com/auth0/react-native-auth0/tree/v5.0.0-beta.4) (2025-07-21) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.0-beta.3...v5.0.0-beta.4) diff --git a/package.json b/package.json index 9df329a1..fe033f1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "5.0.0-beta.4", + "version": "5.0.0-beta.5", "description": "React Native toolkit for Auth0 API", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",