Skip to content

Commit

Permalink
Publish expo-auth-session
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Jun 23, 2020
1 parent 72ce2e9 commit 5171eae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions packages/expo-auth-session/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@

### 🎉 New features

### 🐛 Bug fixes

## 1.4.0 — 2020-06-23

### 🎉 New features

- Added missing `peerDependencies`
- Remove `fbjs` dependency
- Created `ResponseType.IdToken` for id_token responses. ([#8719](https://github.com/expo/expo/pull/8719) by [@EvanBacon](https://github.com/EvanBacon))
- `authorizationEndpoint` and `tokenEndpoint` are now optional. ([#8736](https://github.com/expo/expo/pull/8736) by [@EvanBacon](https://github.com/EvanBacon))
- Added exchange, refresh, and revoke token request methods. ([#8051](https://github.com/expo/expo/pull/8051) by [@EvanBacon](https://github.com/EvanBacon))

### 🐛 Bug fixes

## 1.3.1 — 2020-05-29

_This version does not introduce any user-facing changes._
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-auth-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-auth-session",
"version": "1.3.1",
"version": "1.4.0",
"description": "Expo module for browser-based authentication",
"main": "build/AuthSession.js",
"types": "build/AuthSession.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/bundledNativeModules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"expo-app-loader-provider": "~8.0.0",
"expo-apple-authentication": "~2.2.1",
"expo-asset": "~8.1.7",
"expo-auth-session": "~1.3.1",
"expo-auth-session": "~1.4.0",
"expo-av": "~8.2.1",
"expo-background-fetch": "~8.3.0",
"expo-barcode-scanner": "~8.2.1",
Expand Down

0 comments on commit 5171eae

Please sign in to comment.