Skip to content

Commit e66d806

Browse files
Version Packages (#854)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ac4232c commit e66d806

13 files changed

+30
-56
lines changed

.changeset/curly-years-obey.md

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

.changeset/eighty-emus-tickle.md

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

.changeset/fifty-cats-leave.md

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

.changeset/new-monkeys-marry.md

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

.changeset/nice-dogs-explain.md

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

.changeset/orange-apples-jump.md

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

.changeset/quiet-parents-happen.md

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

.changeset/smart-gifts-bow.md

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

.changeset/spicy-knives-play.md

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

.changeset/swift-toys-speak.md

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

.changeset/yellow-turkeys-hope.md

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

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# react-native-app-auth
2+
3+
## 7.0.0
4+
5+
### Minor Changes
6+
7+
- Added support for Chrome Trusted Web Activity ([#897](https://github.com/FormidableLabs/react-native-app-auth/pull/897))
8+
9+
### Patch Changes
10+
11+
- Fix order of parameters for register on iOS ([#804](https://github.com/FormidableLabs/react-native-app-auth/pull/804))
12+
13+
* Readme update for RN 0.68+ setup ([#900](https://github.com/FormidableLabs/react-native-app-auth/pull/900))
14+
15+
- Update README to link to Contributing guide ([#887](https://github.com/FormidableLabs/react-native-app-auth/pull/887))
16+
17+
* correct swift setup example code ([#775](https://github.com/FormidableLabs/react-native-app-auth/pull/775))
18+
19+
- Improve readability of method arguments be renaming `headers` argument to `customHeaders` ([#899](https://github.com/FormidableLabs/react-native-app-auth/pull/899))
20+
21+
* Fix support of setAdditionalParameters on logout method on Android ([#765](https://github.com/FormidableLabs/react-native-app-auth/pull/765))
22+
23+
- Update the Example app to RN 0.72 ([#896](https://github.com/FormidableLabs/react-native-app-auth/pull/896))
24+
25+
* Fix authorization state parameter in iOS when using custom configuration ([#847](https://github.com/FormidableLabs/react-native-app-auth/pull/847))
26+
27+
- Adding GitHub release workflow ([#853](https://github.com/FormidableLabs/react-native-app-auth/pull/853))
28+
29+
* Added Asgardeo configuration example ([#882](https://github.com/FormidableLabs/react-native-app-auth/pull/882))

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": "7.0.0-rc2",
3+
"version": "7.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)