You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ on:
9
9
permissions:
10
10
contents: write
11
11
id-token: write # For publishing to npm using --provenance
12
+
pages: write # For publishing documentation
12
13
13
14
### TODO: Replace instances of './.github/workflows/' w/ `auth0/dx-sdk-actions/workflows/` and append `@latest` after the common `dx-sdk-actions` repo is made public.
14
15
### TODO: Also remove `get-prerelease`, `get-release-notes`, `get-version`, `npm-publish`, `release-create`, and `tag-exists` actions from this repo's .github/actions folder once the repo is public.
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
- feat: add organization parameter support to resetPassword API [\#1286](https://github.com/auth0/react-native-auth0/pull/1286) ([subhankarmaiti](https://github.com/subhankarmaiti))
16
+
- feat(auth): add `saveCredentials` method to `useAuth0` hook [\#1285](https://github.com/auth0/react-native-auth0/pull/1285) ([subhankarmaiti](https://github.com/subhankarmaiti))
17
+
- feat: unify and improve error handling across platforms [\#1261](https://github.com/auth0/react-native-auth0/pull/1261) ([subhankarmaiti](https://github.com/subhankarmaiti))
18
+
- fix(auth): Added back clearCredentials method [\#1256](https://github.com/auth0/react-native-auth0/pull/1256) ([subhankarmaiti](https://github.com/subhankarmaiti))
19
+
- Add `screen_hint` usage for login/signup in FAQ and fix usage in EXAMPLES.md [\#1253](https://github.com/auth0/react-native-auth0/pull/1253) ([subhankarmaiti](https://github.com/subhankarmaiti))
20
+
- refactor(android): Migrate native module from Java to Kotlin [\#1239](https://github.com/auth0/react-native-auth0/pull/1239) ([subhankarmaiti](https://github.com/subhankarmaiti))
21
+
- Add Web Callback/Logout URL Configuration to React Native Web Setup Guide [\#1250](https://github.com/auth0/react-native-auth0/pull/1250) ([subhankarmaiti](https://github.com/subhankarmaiti))
22
+
23
+
**Fixed**
24
+
25
+
- fix(docs): organize exports into namespaces for better typedocs [\#1269](https://github.com/auth0/react-native-auth0/pull/1269) ([subhankarmaiti](https://github.com/subhankarmaiti))
0 commit comments