Skip to content

Commit c006eb8

Browse files
Release v5.0.0 beta.0 (#1144)
1 parent d64f194 commit c006eb8

File tree

75 files changed

+412
-396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+412
-396
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
root: true,
33
extends: '@react-native-community',
4-
};
4+
};

.github/actions/get-prerelease/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ runs:
2727
echo "PRERELEASE=false" >> $GITHUB_OUTPUT
2828
fi
2929
env:
30-
VERSION: ${{ inputs.version }}
30+
VERSION: ${{ inputs.version }}

.github/actions/release-create/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ runs:
4444
fail_on_unmatched_files: ${{ inputs.fail_on_unmatched_files }}
4545
files: ${{ inputs.files }}
4646
env:
47-
GITHUB_TOKEN: ${{ inputs.token }}
47+
GITHUB_TOKEN: ${{ inputs.token }}

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ updates:
55
directory: /
66
schedule:
77
interval: daily
8-
- package-ecosystem: "npm"
9-
directory: "/"
8+
- package-ecosystem: 'npm'
9+
directory: '/'
1010
schedule:
11-
interval: "daily"
11+
interval: 'daily'
1212
ignore:
13-
- dependency-name: "*"
14-
update-types: ["version-update:semver-major"]
13+
- dependency-name: '*'
14+
update-types: ['version-update:semver-major']

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ staleLabel: closed:stale
1717

1818
# Comment to post when marking as stale. Set to `false` to disable
1919
markComment: >
20-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇‍♂️
20+
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇‍♂️

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module.exports = {
33
jsxBracketSameLine: true,
44
singleQuote: true,
55
trailingComma: 'all',
6-
};
6+
};

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.5.0
1+
v5.0.0-beta.0

.watchmanconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
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.0.0-beta.0](https://github.com/auth0/react-native-auth0/tree/v5.0.0-beta.0) (2025-04-17)
4+
5+
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.5.0...v5.0.0-beta.0)
6+
7+
**⚠️ BREAKING CHANGES**
8+
9+
- BREAKING CHANGE: feat: Support Turbo Modules [\#1101](https://github.com/auth0/react-native-auth0/pull/1101) ([guabu](https://github.com/guabu))
10+
311
## [v4.5.0](https://github.com/auth0/react-native-auth0/tree/v4.5.0) (2025-04-17)
412

513
[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.4.0...v4.5.0)

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
window.hierarchyData =
2-
'eJyNj8FqwzAQRP9lzkrqCMs2uiWlh57bW/BB2BssIktFWkNL8L8XN9i4pSE5LezO8N5eEEPgBH3MKyVkUdYCkU6OGrbBJ+gLZKam4U1P0Hi3PYWBX2IMEQJn61vonawEhuig0TiTEqWndW7bce8grjdocGo3U3FzXYwCsihXjINJdB/w9UFpu0TvMASazro2koc+ykzVE7TMV9D9wF32HDzTJ796pngyDS0CUhWzgJ2Ps8O/zZs+S336O6/UH4U3Nvw49if9AOr3+2Vej+P4Dc50qC0=';
2+
'eJyNj8tqwzAQRf/lrpXUEfID7ZLSRdftLngh7AkWkaUijaEl+N+LG2zc0pCsBmbu5Zy5IIbACfqoKiVkUdYCkU6OGrbBJ+gLZJZPw5ueoPFuewoDv8QYIgTO1rfQO1kJDNFBo3EmJUpP69y2495BXG/Q4NRupuLmuhgFZFGuGAeT6D7g64PSdoneYQg0nXVtJA99lFleT9BSraD7gbvsOXimT371TPFkGloEZF7MAnY+zg7/Nm/6LPXpb1X9VXhjw49jf9IPoH6/X6p6HMdvzAuoKw==';

0 commit comments

Comments
 (0)