Skip to content

Commit d1f7861

Browse files
Release v5.0.0-beta.6 (#1306)
1 parent c85a6e8 commit d1f7861

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.5
1+
v5.0.0-beta.6

CHANGELOG.md

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

3+
## [v5.0.0-beta.6](https://github.com/auth0/react-native-auth0/tree/v5.0.0-beta.6) (2025-09-16)
4+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.0-beta.5...v5.0.0-beta.6)
5+
6+
**Fixed**
7+
- fix: concurrent credential storage errors by preventing unnecessary state updates [\#1302](https://github.com/auth0/react-native-auth0/pull/1302) ([subhankarmaiti](https://github.com/subhankarmaiti))
8+
39
## [v5.0.0-beta.5](https://github.com/auth0/react-native-auth0/tree/v5.0.0-beta.5) (2025-09-03)
410

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

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.5",
4+
"version": "5.0.0-beta.6",
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)