diff --git a/.changeset/calm-pumas-smile.md b/.changeset/calm-pumas-smile.md deleted file mode 100644 index 19402630..00000000 --- a/.changeset/calm-pumas-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Support Expo 55 AppDelegate declarations without the public class modifier. diff --git a/.changeset/cuddly-rules-behave.md b/.changeset/cuddly-rules-behave.md deleted file mode 100644 index 2eb022ac..00000000 --- a/.changeset/cuddly-rules-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Remove duplicate iOS auth `state` and `nonce` parameters. diff --git a/.changeset/rich-avocados-complain.md b/.changeset/rich-avocados-complain.md deleted file mode 100644 index db8b9ccd..00000000 --- a/.changeset/rich-avocados-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Add missing RCTLinkingManager fallback for non-auth urls in iOS AppDelegate setup docs and example diff --git a/packages/react-native-app-auth/CHANGELOG.md b/packages/react-native-app-auth/CHANGELOG.md index d28052f3..9ef46c7f 100644 --- a/packages/react-native-app-auth/CHANGELOG.md +++ b/packages/react-native-app-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # react-native-app-auth +## 8.2.1 + +### Patch Changes + +- Support Expo 55 AppDelegate declarations without the public class modifier. ([#1109](https://github.com/FormidableLabs/react-native-app-auth/pull/1109)) + +* Remove duplicate iOS auth `state` and `nonce` parameters. ([#974](https://github.com/FormidableLabs/react-native-app-auth/pull/974)) + +- Add missing RCTLinkingManager fallback for non-auth urls in iOS AppDelegate setup docs and example ([#1115](https://github.com/FormidableLabs/react-native-app-auth/pull/1115)) + ## 8.2.0 ### Minor Changes diff --git a/packages/react-native-app-auth/package.json b/packages/react-native-app-auth/package.json index caca97fb..942374e8 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.2.0", + "version": "8.2.1", "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", "main": "index.js", "types": "index.d.ts",