Skip to content

Commit 2d8b66f

Browse files
authored
Release v5.6.0 (#1535)
1 parent b18904a commit 2d8b66f

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.5.1
1+
v5.6.0

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Change Log
22

3-
## [v5.5.1](https://github.com/auth0/react-native-auth0/tree/v5.5.1) (2026-04-23)
3+
## [5.6.0](https://github.com/auth0/react-native-auth0/tree/v5.6.0) (2026-05-14)
44

5-
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.5.0...v5.5.1)
5+
**Added**
6+
- feat: surface DPoP credential state errors from native SDKs [\#1529](https://github.com/auth0/react-native-auth0/pull/1529) ([@subhankarmaiti](https://github.com/subhankarmaiti))
7+
- feat(android): expose allowedBrowserPackages option for web authentication [\#1513](https://github.com/auth0/react-native-auth0/pull/1513) ([@mrbrentkelly](https://github.com/mrbrentkelly))
8+
9+
**Fixed**
10+
- fix: apply deepCamelCase to MFA challenge response [\#1510](https://github.com/auth0/react-native-auth0/pull/1510) ([@AkhtarZaman7](https://github.com/AkhtarZaman7))
11+
- docs: add Expo callback URL format to README [\#1522](https://github.com/auth0/react-native-auth0/pull/1522) ([@subhankarmaiti](https://github.com/subhankarmaiti))
12+
13+
14+
## [v5.6.0](https://github.com/auth0/react-native-auth0/tree/v5.6.0) (2026-04-23)
15+
16+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.5.0...v5.6.0)
617

718
**Fixed**
819

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.5.1",
4+
"version": "5.6.0",
55
"description": "React Native toolkit for Auth0 API",
66
"main": "lib/commonjs/index.js",
77
"module": "lib/module/index.js",

src/core/utils/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const telemetry = {
22
name: 'react-native-auth0',
3-
version: '5.5.1',
3+
version: '5.6.0',
44
};
55

66
export type Telemetry = {

0 commit comments

Comments
 (0)