Skip to content

Commit ad3018d

Browse files
Version Packages (#1065)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3fb9a83 commit ad3018d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: .changeset/nervous-donuts-relate.md

-5
This file was deleted.

Diff for: packages/react-native-app-auth/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-native-app-auth
22

3+
## 8.0.2
4+
5+
### Patch Changes
6+
7+
- #1063 Updated getCustomBrowser: in RNAppAuth.m to explicitly check the return value of browser. If the value is not in the dictionary, it will return nil to trigger an ephemeral session. ([#1064](https://github.com/FormidableLabs/react-native-app-auth/pull/1064))
8+
39
## 8.0.1
410

511
### Patch Changes

Diff for: packages/react-native-app-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-app-auth",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "React Native bridge for AppAuth for supporting any OAuth 2 provider",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)