diff --git a/.changeset/nervous-donuts-relate.md b/.changeset/nervous-donuts-relate.md deleted file mode 100644 index 9345eb71..00000000 --- a/.changeset/nervous-donuts-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -#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. diff --git a/packages/react-native-app-auth/CHANGELOG.md b/packages/react-native-app-auth/CHANGELOG.md index 3b65fb05..ab537bd1 100644 --- a/packages/react-native-app-auth/CHANGELOG.md +++ b/packages/react-native-app-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-app-auth +## 8.0.2 + +### Patch Changes + +- #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.0.1 ### Patch Changes diff --git a/packages/react-native-app-auth/package.json b/packages/react-native-app-auth/package.json index a31d1765..2640f58a 100644 --- a/packages/react-native-app-auth/package.json +++ b/packages/react-native-app-auth/package.json @@ -1,6 +1,6 @@ { "name": "react-native-app-auth", - "version": "8.0.1", + "version": "8.0.2", "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", "main": "index.js", "types": "index.d.ts",