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",