Skip to content

Commit 298cc32

Browse files
Version Packages
1 parent 7679b95 commit 298cc32

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/calm-pumas-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cuddly-rules-behave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rich-avocados-complain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-native-app-auth/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# react-native-app-auth
22

3+
## 8.2.1
4+
5+
### Patch Changes
6+
7+
- Support Expo 55 AppDelegate declarations without the public class modifier. ([#1109](https://github.com/FormidableLabs/react-native-app-auth/pull/1109))
8+
9+
* Remove duplicate iOS auth `state` and `nonce` parameters. ([#974](https://github.com/FormidableLabs/react-native-app-auth/pull/974))
10+
11+
- 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))
12+
313
## 8.2.0
414

515
### Minor Changes

packages/react-native-app-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-app-auth",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"description": "React Native bridge for AppAuth for supporting any OAuth 2 provider",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)