From 517d6b8390e12ff4ea3ecee57dbeb23fecd0caf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:49:59 +0000 Subject: [PATCH] Version Packages --- .changeset/nervous-donuts-relate.md | 5 ----- packages/react-native-app-auth/CHANGELOG.md | 6 ++++++ packages/react-native-app-auth/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nervous-donuts-relate.md 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",