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
6 changes: 0 additions & 6 deletions .changeset/red-ties-film.md

This file was deleted.

12 changes: 12 additions & 0 deletions examples/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# rnaa-demo

## 1.1.0

### Minor Changes

- Add expo config plugin ([#1097](https://github.com/FormidableLabs/react-native-app-auth/pull/1097))

### Patch Changes

- Updated dependencies [[`23a3eb1`](https://github.com/FormidableLabs/react-native-app-auth/commit/23a3eb1b39764b87c8c6c709ad6e3e7cdb3ce751)]:
- react-native-app-auth@8.1.0
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rnaa-demo",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-app-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-native-app-auth

## 8.1.0

### Minor Changes

- Add expo config plugin ([#1097](https://github.com/FormidableLabs/react-native-app-auth/pull/1097))

## 8.0.3

### Patch 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.0.3",
"version": "8.1.0",
"description": "React Native bridge for AppAuth for supporting any OAuth 2 provider",
"main": "index.js",
"types": "index.d.ts",
Expand Down