From 968968a07404f57bc50ace12a77a9e2689f2d655 Mon Sep 17 00:00:00 2001 From: Subhankar Maiti Date: Thu, 23 Apr 2026 16:04:41 +0530 Subject: [PATCH] Release v5.5.1 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/core/utils/telemetry.ts | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 268fccb1..fbbf144b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v5.5.0 +v5.5.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c7a65e..2b6b8529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v5.5.1](https://github.com/auth0/react-native-auth0/tree/v5.5.1) (2026-04-23) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.5.0...v5.5.1) + +**Fixed** + +- fix: remove conflicting broad scheme from MainActivity to prevent Android disambiguation dialog [\#1514](https://github.com/auth0/react-native-auth0/pull/1514) ([subhankarmaiti](https://github.com/subhankarmaiti)) +- fix: filter universal link callbacks by Auth0 domain in iOS [\#1512](https://github.com/auth0/react-native-auth0/pull/1512) ([subhankarmaiti](https://github.com/subhankarmaiti)) + ## [v5.5.0](https://github.com/auth0/react-native-auth0/tree/v5.5.0) (2026-04-09) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.4.1...v5.5.0) diff --git a/package.json b/package.json index c83a2473..192c5929 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "5.5.0", + "version": "5.5.1", "description": "React Native toolkit for Auth0 API", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", diff --git a/src/core/utils/telemetry.ts b/src/core/utils/telemetry.ts index 90560924..1e75886d 100644 --- a/src/core/utils/telemetry.ts +++ b/src/core/utils/telemetry.ts @@ -1,6 +1,6 @@ export const telemetry = { name: 'react-native-auth0', - version: '5.5.0', + version: '5.5.1', }; export type Telemetry = {