Skip to content

Commit ea7ff69

Browse files
Version Packages (#1006)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 52432e8 commit ea7ff69

File tree

7 files changed

+22
-17
lines changed

7 files changed

+22
-17
lines changed

.changeset/olive-terms-check.md

-5
This file was deleted.

.changeset/polite-pants-swim.md

-5
This file was deleted.

.changeset/short-lies-behave.md

-5
This file was deleted.

examples/demo/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# rnaa-demo
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- demo app with new auth0 ([#1007](https://github.com/FormidableLabs/react-native-app-auth/pull/1007))
8+
9+
- Updated dependencies [[`31f903f`](https://github.com/FormidableLabs/react-native-app-auth/commit/31f903fe508d4007447b3e8f5c164a5027f3b6ae), [`438d512`](https://github.com/FormidableLabs/react-native-app-auth/commit/438d5121ec48d16f210b57691381f937979ee448)]:
10+

examples/demo/package.json

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

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

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# react-native-app-auth
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- Breaking change (iOS, Mac Catalyst): The boolean values `useNonce`, `usePCKE`, and `prefersEphemeralSession` are now handled correctly. Previously, they were all being interpreted as `false` regardless of their actual values, but now the intended (`true` or `false`) value is correctly marshalled from JavaScript to native. To preserve behaviour from before this breaking change, explicitly set them all to `false`. ([#1000](https://github.com/FormidableLabs/react-native-app-auth/pull/1000))
8+
9+
### Patch Changes
10+
11+
- fix hard crash if config object was incorrect ([#1010](https://github.com/FormidableLabs/react-native-app-auth/pull/1010))
12+
313
## 7.2.0
414

515
### Minor Changes

packages/react-native-app-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-app-auth",
3-
"version": "7.2.0",
3+
"version": "8.0.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)