Skip to content

Commit c8b87bc

Browse files
Version Packages
1 parent fc5d6dc commit c8b87bc

6 files changed

Lines changed: 15 additions & 21 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/fuzzy-ravens-explain.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# react-native-app-auth
22

3+
## 8.3.0
4+
5+
### Minor Changes
6+
7+
- Expose underlying native authorization errors on `error.nativeError` for debugging while keeping `error.message` user-safe. ([#886](https://github.com/FormidableLabs/react-native-app-auth/pull/886))
8+
9+
### Patch Changes
10+
11+
- Support Expo 55 AppDelegate declarations without the public class modifier. ([#1109](https://github.com/FormidableLabs/react-native-app-auth/pull/1109))
12+
13+
* Remove duplicate iOS auth `state` and `nonce` parameters. ([#974](https://github.com/FormidableLabs/react-native-app-auth/pull/974))
14+
15+
- 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))
16+
317
## 8.2.0
418

519
### 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.3.0",
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)