Skip to content

Commit 1440ef8

Browse files
Release v5.5.0 (#1507)
1 parent df58c80 commit 1440ef8

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.version

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

CHANGELOG.md

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

3+
## [v5.5.0](https://github.com/auth0/react-native-auth0/tree/v5.5.0) (2026-04-09)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.4.1...v5.5.0)
6+
7+
**Added**
8+
9+
- feat: add ssoExchange to Authentication API for Native-to-Web SSO [\#1494](https://github.com/auth0/react-native-auth0/pull/1494) ([subhankarmaiti](https://github.com/subhankarmaiti))
10+
11+
**Changed**
12+
13+
- cache client instances in Auth0ClientFactory to prevent duplicate state [\#1506](https://github.com/auth0/react-native-auth0/pull/1506) ([subhankarmaiti](https://github.com/subhankarmaiti))
14+
315
## [v5.4.1](https://github.com/auth0/react-native-auth0/tree/v5.4.1) (2026-03-27)
416

517
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.4.0...v5.4.1)

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.4.1",
4+
"version": "5.5.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.4.1',
3+
version: '5.5.0',
44
};
55

66
export type Telemetry = {

0 commit comments

Comments
 (0)