diff --git a/.changeset/tidy-students-drive.md b/.changeset/tidy-students-drive.md deleted file mode 100644 index 98950d4f..00000000 --- a/.changeset/tidy-students-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Update AppAuth-iOS to version 1.7.6 diff --git a/packages/react-native-app-auth/CHANGELOG.md b/packages/react-native-app-auth/CHANGELOG.md index bcf31b68..3b65fb05 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.1 + +### Patch Changes + +- Update AppAuth-iOS to version 1.7.6 ([#1039](https://github.com/FormidableLabs/react-native-app-auth/pull/1039)) + ## 8.0.0 ### Major Changes diff --git a/packages/react-native-app-auth/package.json b/packages/react-native-app-auth/package.json index 8d1a7ed9..a31d1765 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.0", + "version": "8.0.1", "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", "main": "index.js", "types": "index.d.ts",