Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/android-ephemeral-session.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-native-app-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-native-app-auth

## 8.4.0

### Minor Changes

- Add `androidPrefersEphemeralSession` to request ephemeral Custom Tabs on Android when supported. ([#1100](https://github.com/FormidableLabs/react-native-app-auth/pull/1100))

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+.

## 8.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-app-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-app-auth",
"version": "8.3.0",
"version": "8.4.0",
"description": "React Native bridge for AppAuth for supporting any OAuth 2 provider",
"main": "index.js",
"types": "index.d.ts",
Expand Down