Skip to content

Commit

Permalink
Version Packages (#854)
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 Sep 7, 2023
1 parent ac4232c commit e66d806
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-years-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-emus-tickle.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.

29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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))

* Readme update for RN 0.68+ setup ([#900](https://github.com/FormidableLabs/react-native-app-auth/pull/900))

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

Please sign in to comment.