diff --git a/.changeset/angry-teachers-drop.md b/.changeset/angry-teachers-drop.md deleted file mode 100644 index d7f8304c..00000000 --- a/.changeset/angry-teachers-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Update AGP and Android target/compile SDK diff --git a/packages/react-native-app-auth/CHANGELOG.md b/packages/react-native-app-auth/CHANGELOG.md index ab537bd1..de62b65e 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.3 + +### Patch Changes + +- Update AGP and Android target/compile SDK ([#1024](https://github.com/FormidableLabs/react-native-app-auth/pull/1024)) + ## 8.0.2 ### Patch Changes diff --git a/packages/react-native-app-auth/package.json b/packages/react-native-app-auth/package.json index 2640f58a..3515283f 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.2", + "version": "8.0.3", "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", "main": "index.js", "types": "index.d.ts",