Skip to content

Commit 10f70f3

Browse files
Version Packages (#1121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 38152f7 commit 10f70f3

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/android-ephemeral-session.md

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

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

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

3+
## 8.4.0
4+
5+
### Minor Changes
6+
7+
- Add `androidPrefersEphemeralSession` to request ephemeral Custom Tabs on Android when supported. ([#1100](https://github.com/FormidableLabs/react-native-app-auth/pull/1100))
8+
9+
This also updates AndroidX Browser to 1.9.0, so Android projects now need min SDK 21+, compile SDK 36+, and Android Gradle Plugin 8.9.1+.
10+
311
## 8.3.0
412

513
### 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.3.0",
3+
"version": "8.4.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)