Skip to content

Commit f6616b5

Browse files
Release v5.0.0-beta.5 (#1290)
1 parent d2e8927 commit f6616b5

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.0.0-beta.4
1+
v5.0.0-beta.5

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Change Log
22

3+
## [v5.0.0-beta.5](https://github.com/auth0/react-native-auth0/tree/v5.0.0-beta.5) (2025-09-03)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.0-beta.4...v5.0.0-beta.5)
6+
7+
**Added**
8+
9+
- feat: add organization parameter support to resetPassword API [\#1286](https://github.com/auth0/react-native-auth0/pull/1286) ([subhankarmaiti](https://github.com/subhankarmaiti))
10+
- feat(auth): add `saveCredentials` method to `useAuth0` hook [\#1285](https://github.com/auth0/react-native-auth0/pull/1285) ([subhankarmaiti](https://github.com/subhankarmaiti))
11+
- feat: unify and improve error handling across platforms [\#1261](https://github.com/auth0/react-native-auth0/pull/1261) ([subhankarmaiti](https://github.com/subhankarmaiti))
12+
- fix(auth): Added back clearCredentials method [\#1256](https://github.com/auth0/react-native-auth0/pull/1256) ([subhankarmaiti](https://github.com/subhankarmaiti))
13+
- 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))
14+
- refactor(android): Migrate native module from Java to Kotlin [\#1239](https://github.com/auth0/react-native-auth0/pull/1239) ([subhankarmaiti](https://github.com/subhankarmaiti))
15+
- 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))
16+
17+
**Fixed**
18+
19+
- fix(docs): organize exports into namespaces for better typedocs [\#1269](https://github.com/auth0/react-native-auth0/pull/1269) ([subhankarmaiti](https://github.com/subhankarmaiti))
20+
- fix: add missing clearSession native options [\#1289](https://github.com/auth0/react-native-auth0/pull/1289) ([burriedu2](https://github.com/burriedu2))
21+
- 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))
22+
- fix(ios): Ensure useSFSafariViewController: true correctly opens SFSafariViewController [\#1257](https://github.com/auth0/react-native-auth0/pull/1257) ([subhankarmaiti](https://github.com/subhankarmaiti))
23+
24+
**Security**
25+
26+
- 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))
27+
328
## [v5.0.0-beta.4](https://github.com/auth0/react-native-auth0/tree/v5.0.0-beta.4) (2025-07-21)
429

530
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.0-beta.3...v5.0.0-beta.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-auth0",
33
"title": "React Native Auth0",
4-
"version": "5.0.0-beta.4",
4+
"version": "5.0.0-beta.5",
55
"description": "React Native toolkit for Auth0 API",
66
"main": "lib/commonjs/index.js",
77
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)