From eb916fd848cefbc4291f1434d4bc29c5824aa1e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:56:02 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-expo-swift-appdelegate.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/fix-expo-swift-appdelegate.md diff --git a/.changeset/fix-expo-swift-appdelegate.md b/.changeset/fix-expo-swift-appdelegate.md deleted file mode 100644 index b4d07ed1b..000000000 --- a/.changeset/fix-expo-swift-appdelegate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-app-auth": patch ---- - -Fix Expo config plugin support for Swift AppDelegate templates that omit `public` before the AppDelegate class declaration, and correctly extract URL schemes from AppAuth redirect URLs that use a single slash. diff --git a/packages/react-native-app-auth/CHANGELOG.md b/packages/react-native-app-auth/CHANGELOG.md index 5da0944b5..2b4506bfb 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.4.1 + +### Patch Changes + +- Fix Expo config plugin support for Swift AppDelegate templates that omit `public` before the AppDelegate class declaration, and correctly extract URL schemes from AppAuth redirect URLs that use a single slash. ([#1123](https://github.com/FormidableLabs/react-native-app-auth/pull/1123)) + ## 8.4.0 ### Minor Changes diff --git a/packages/react-native-app-auth/package.json b/packages/react-native-app-auth/package.json index 1e1553bed..3f05ecb01 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.4.0", + "version": "8.4.1", "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", "main": "index.js", "types": "index.d.ts",