From 2cb47c9ef4ff43e26c8dddcfeb6b237b756df86d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 12:24:41 +0200 Subject: [PATCH] =?UTF-8?q?@react-oauth/google@0.9.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/old-years-yawn.md | 5 ----- packages/@react-oauth/google/CHANGELOG.md | 6 ++++++ packages/@react-oauth/google/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/old-years-yawn.md diff --git a/.changeset/old-years-yawn.md b/.changeset/old-years-yawn.md deleted file mode 100644 index 3031e95..0000000 --- a/.changeset/old-years-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@react-oauth/google': minor ---- - -Added disabled prop to cancel the one tap login popup diff --git a/packages/@react-oauth/google/CHANGELOG.md b/packages/@react-oauth/google/CHANGELOG.md index dde0671..e210687 100644 --- a/packages/@react-oauth/google/CHANGELOG.md +++ b/packages/@react-oauth/google/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-oauth/google +## 0.9.0 + +### Minor Changes + +- [#222](https://github.com/MomenSherif/react-oauth/pull/222) [`2364e3f`](https://github.com/MomenSherif/react-oauth/commit/2364e3f48a0672d76a1089b09083ab9bad408990) Thanks [@p1yu5h](https://github.com/p1yu5h)! - Added disabled prop to cancel the one tap login popup + ## 0.8.1 ### Patch Changes diff --git a/packages/@react-oauth/google/package.json b/packages/@react-oauth/google/package.json index ae92ec9..3772bda 100644 --- a/packages/@react-oauth/google/package.json +++ b/packages/@react-oauth/google/package.json @@ -1,6 +1,6 @@ { "name": "@react-oauth/google", - "version": "0.8.1", + "version": "0.9.0", "description": "Google OAuth2 using Google Identity Services for React 🚀", "main": "./dist/index.js", "module": "./dist/index.esm.js",