Skip to content

Commit bd9454d

Browse files
Release v5.1.0 (#1372)
1 parent 6baf98b commit bd9454d

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.version

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

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
# Change Log
22

3+
## [v5.1.0](https://github.com/auth0/react-native-auth0/tree/v5.1.0) (2025-10-31)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.1...v5.1.0)
6+
7+
**Added**
8+
9+
- docs: Add FAQ section for web opaque token issue [\#1366](https://github.com/auth0/react-native-auth0/pull/1366) ([subhankarmaiti](https://github.com/subhankarmaiti))
10+
- feat: add support for Demonstration of Proof-of-Possession(DPoP) [\#1345](https://github.com/auth0/react-native-auth0/pull/1345) ([subhankarmaiti](https://github.com/subhankarmaiti))
11+
12+
**Changed**
13+
14+
- chore(deps): upgrade React Native to 0.82.0 and related dependencies [\#1348](https://github.com/auth0/react-native-auth0/pull/1348) ([subhankarmaiti](https://github.com/subhankarmaiti))
15+
16+
**Fixed**
17+
18+
- Fix: Auto-include `openid` scope in authentication methods to prevent ID token errors [\#1369](https://github.com/auth0/react-native-auth0/pull/1369) ([subhankarmaiti](https://github.com/subhankarmaiti))
19+
- fix: TypeScript ESLint unbound-method errors in Auth0 context interface [\#1368](https://github.com/auth0/react-native-auth0/pull/1368) ([subhankarmaiti](https://github.com/subhankarmaiti))
20+
- Fix: Remove require cycle between index.ts and Auth0Provider.tsx [\#1367](https://github.com/auth0/react-native-auth0/pull/1367) ([subhankarmaiti](https://github.com/subhankarmaiti))
21+
- fix: add android:autoVerify="true" for Android App Links in Expo plugin [\#1355](https://github.com/auth0/react-native-auth0/pull/1355) ([subhankarmaiti](https://github.com/subhankarmaiti))
22+
- fix: android intent-filter generation for packages with uppercase letters [\#1346](https://github.com/auth0/react-native-auth0/pull/1346) ([subhankarmaiti](https://github.com/subhankarmaiti))
23+
324
## [v5.0.1](https://github.com/auth0/react-native-auth0/tree/v5.0.1) (2025-10-03)
25+
426
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v5.0.0...v5.0.1)
527

628
**Added**
29+
730
- feat: export AuthError class from main entry point [\#1329](https://github.com/auth0/react-native-auth0/pull/1329) ([afonsojramos](https://github.com/afonsojramos))
831

932
## [v5.0.0](https://github.com/auth0/react-native-auth0/tree/v5.0.0) (2025-10-01)

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

66
export type Telemetry = {

0 commit comments

Comments
 (0)