Skip to content

Commit 8fc717b

Browse files
Version Packages (#1098)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 23a3eb1 commit 8fc717b

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

.changeset/red-ties-film.md

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

examples/demo/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# rnaa-demo
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Add expo config plugin ([#1097](https://github.com/FormidableLabs/react-native-app-auth/pull/1097))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`23a3eb1`](https://github.com/FormidableLabs/react-native-app-auth/commit/23a3eb1b39764b87c8c6c709ad6e3e7cdb3ce751)]:
12+

examples/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rnaa-demo",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

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

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

3+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- Add expo config plugin ([#1097](https://github.com/FormidableLabs/react-native-app-auth/pull/1097))
8+
39
## 8.0.3
410

511
### Patch 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.0.3",
3+
"version": "8.1.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)