Skip to content

Commit 2fe0fad

Browse files
Release v5.4.1 (#1481)
1 parent aa9ef1c commit 2fe0fad

5 files changed

Lines changed: 16 additions & 13 deletions

File tree

.version

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

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.4.1](https://github.com/auth0/react-native-auth0/tree/v5.4.1) (2026-03-27)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.4.0...v5.4.1)
6+
7+
**Changed**
8+
9+
- doc: Remove EA tag for DPoP [\#1460](https://github.com/auth0/react-native-auth0/pull/1460) ([pmathew92](https://github.com/pmathew92))
10+
11+
**Fixed**
12+
13+
- fix(ios): qualify enum cases for newer Swift compilers [\#1467](https://github.com/auth0/react-native-auth0/pull/1467) ([ThnxFredrik](https://github.com/ThnxFredrik))
14+
315
## [v5.4.0](https://github.com/auth0/react-native-auth0/tree/v5.4.0) (2026-01-21)
416

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

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

66
export type Telemetry = {

yarn.lock

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6912,16 +6912,7 @@ __metadata:
69126912
languageName: node
69136913
linkType: hard
69146914

6915-
"baseline-browser-mapping@npm:^2.8.25":
6916-
version: 2.8.32
6917-
resolution: "baseline-browser-mapping@npm:2.8.32"
6918-
bin:
6919-
baseline-browser-mapping: dist/cli.js
6920-
checksum: 10c0/6c4aa0338ad177e946a27412de11769fb6474389a59cc03e13e0538d7285a94052a11525d46bb605ddb913a0c8a1180292d6f05cd4d6bc05bbf597c26bf5ce66
6921-
languageName: node
6922-
linkType: hard
6923-
6924-
"baseline-browser-mapping@npm:^2.9.0":
6915+
"baseline-browser-mapping@npm:^2.8.25, baseline-browser-mapping@npm:^2.9.0":
69256916
version: 2.9.8
69266917
resolution: "baseline-browser-mapping@npm:2.9.8"
69276918
bin:

0 commit comments

Comments
 (0)