Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2023
1 parent 6c0b1d0 commit 6b2d762
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-years-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-cats-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-monkeys-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-dogs-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-apples-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-parents-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-gifts-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-knives-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-toys-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-turkeys-hope.md

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# react-native-app-auth

## 7.0.0

### Minor Changes

- Added support for Chrome Trusted Web Activity ([#897](https://github.com/FormidableLabs/react-native-app-auth/pull/897))

### Patch Changes

- Fix order of parameters for register on iOS ([#804](https://github.com/FormidableLabs/react-native-app-auth/pull/804))

* Update README to link to Contributing guide ([#887](https://github.com/FormidableLabs/react-native-app-auth/pull/887))

- correct swift setup example code ([#775](https://github.com/FormidableLabs/react-native-app-auth/pull/775))

* Improve readability of method arguments be renaming `headers` argument to `customHeaders` ([#899](https://github.com/FormidableLabs/react-native-app-auth/pull/899))

- Fix support of setAdditionalParameters on logout method on Android ([#765](https://github.com/FormidableLabs/react-native-app-auth/pull/765))

* Update the Example app to RN 0.72 ([#896](https://github.com/FormidableLabs/react-native-app-auth/pull/896))

- Fix authorization state parameter in iOS when using custom configuration ([#847](https://github.com/FormidableLabs/react-native-app-auth/pull/847))

* Adding GitHub release workflow ([#853](https://github.com/FormidableLabs/react-native-app-auth/pull/853))

- Added Asgardeo configuration example ([#882](https://github.com/FormidableLabs/react-native-app-auth/pull/882))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-app-auth",
"version": "7.0.0-rc2",
"version": "7.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 6b2d762

Please sign in to comment.