Skip to content

Commit 85021d3

Browse files
Release v5.3.1 (#1429)
1 parent 4c04b53 commit 85021d3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.version

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

CHANGELOG.md

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

3+
## [v5.3.1](https://github.com/auth0/react-native-auth0/tree/v5.3.1) (2025-12-23)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.3.0...v5.3.1)
6+
7+
**Changed**
8+
9+
- chore: update Auth0.swift to 2.16.1 [\#1428](https://github.com/auth0/react-native-auth0/pull/1428) ([subhankarmaiti](https://github.com/subhankarmaiti))
10+
311
## [v5.3.0](https://github.com/auth0/react-native-auth0/tree/v5.3.0) (2025-12-18)
412

513
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.2.1...v5.3.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.3.0",
4+
"version": "5.3.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.3.0',
3+
version: '5.3.1',
44
};
55

66
export type Telemetry = {

0 commit comments

Comments
 (0)