diff --git a/.changeset/curly-years-obey.md b/.changeset/curly-years-obey.md deleted file mode 100644 index 930c2a21..00000000 --- a/.changeset/curly-years-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Fix order of parameters for register on iOS diff --git a/.changeset/eighty-emus-tickle.md b/.changeset/eighty-emus-tickle.md deleted file mode 100644 index 0a0326d7..00000000 --- a/.changeset/eighty-emus-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Readme update for RN 0.68+ setup diff --git a/.changeset/fifty-cats-leave.md b/.changeset/fifty-cats-leave.md deleted file mode 100644 index 2b2984e9..00000000 --- a/.changeset/fifty-cats-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Update README to link to Contributing guide diff --git a/.changeset/new-monkeys-marry.md b/.changeset/new-monkeys-marry.md deleted file mode 100644 index 22a2f6c8..00000000 --- a/.changeset/new-monkeys-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -correct swift setup example code diff --git a/.changeset/nice-dogs-explain.md b/.changeset/nice-dogs-explain.md deleted file mode 100644 index 2b302e01..00000000 --- a/.changeset/nice-dogs-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': minor ---- - -Added support for Chrome Trusted Web Activity diff --git a/.changeset/orange-apples-jump.md b/.changeset/orange-apples-jump.md deleted file mode 100644 index c1cb5169..00000000 --- a/.changeset/orange-apples-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Improve readability of method arguments be renaming `headers` argument to `customHeaders` diff --git a/.changeset/quiet-parents-happen.md b/.changeset/quiet-parents-happen.md deleted file mode 100644 index 99e4a8f9..00000000 --- a/.changeset/quiet-parents-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Fix support of setAdditionalParameters on logout method on Android diff --git a/.changeset/smart-gifts-bow.md b/.changeset/smart-gifts-bow.md deleted file mode 100644 index fa21d546..00000000 --- a/.changeset/smart-gifts-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Update the Example app to RN 0.72 diff --git a/.changeset/spicy-knives-play.md b/.changeset/spicy-knives-play.md deleted file mode 100644 index b348fa3d..00000000 --- a/.changeset/spicy-knives-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Fix authorization state parameter in iOS when using custom configuration diff --git a/.changeset/swift-toys-speak.md b/.changeset/swift-toys-speak.md deleted file mode 100644 index 5ad34dc7..00000000 --- a/.changeset/swift-toys-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Adding GitHub release workflow diff --git a/.changeset/yellow-turkeys-hope.md b/.changeset/yellow-turkeys-hope.md deleted file mode 100644 index aa00f828..00000000 --- a/.changeset/yellow-turkeys-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Added Asgardeo configuration example diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2807b862 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index f1802491..dce4ccf8 100644 --- a/package.json +++ b/package.json @@ -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",