Skip to content

Commit

Permalink
Version Packages (#1006)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 22, 2024
1 parent 52432e8 commit ea7ff69
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-terms-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-pants-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-lies-behave.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- demo app with new auth0 ([#1007](https://github.com/FormidableLabs/react-native-app-auth/pull/1007))

- Updated dependencies [[`31f903f`](https://github.com/FormidableLabs/react-native-app-auth/commit/31f903fe508d4007447b3e8f5c164a5027f3b6ae), [`438d512`](https://github.com/FormidableLabs/react-native-app-auth/commit/438d5121ec48d16f210b57691381f937979ee448)]:
- [email protected]
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.0",
"version": "1.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-native-app-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# react-native-app-auth

## 8.0.0

### Major Changes

- 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))

### Patch Changes

- fix hard crash if config object was incorrect ([#1010](https://github.com/FormidableLabs/react-native-app-auth/pull/1010))

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

0 comments on commit ea7ff69

Please sign in to comment.