From 9f45f444caa1fa7740c35098bdc7b0a5bbce573a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Apr 2023 23:25:32 +0000 Subject: [PATCH] Version Packages --- .changeset/cuddly-peas-switch.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/cuddly-peas-switch.md diff --git a/.changeset/cuddly-peas-switch.md b/.changeset/cuddly-peas-switch.md deleted file mode 100644 index dc088b6..0000000 --- a/.changeset/cuddly-peas-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@react-oauth/google': minor ---- - -add state_cookie_domain to allow multiple subdomains connection diff --git a/packages/@react-oauth/google/CHANGELOG.md b/packages/@react-oauth/google/CHANGELOG.md index 7d4f127..c9cbb74 100644 --- a/packages/@react-oauth/google/CHANGELOG.md +++ b/packages/@react-oauth/google/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-oauth/google +## 0.11.0 + +### Minor Changes + +- [#253](https://github.com/MomenSherif/react-oauth/pull/253) [`3826f02`](https://github.com/MomenSherif/react-oauth/commit/3826f02e244a20e3f67dc6a6848950a8f58c26f2) Thanks [@LivioGama](https://github.com/LivioGama)! - add state_cookie_domain to allow multiple subdomains connection + ## 0.10.0 ### Minor Changes diff --git a/packages/@react-oauth/google/package.json b/packages/@react-oauth/google/package.json index 7a588cb..a982820 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.10.0", + "version": "0.11.0", "description": "Google OAuth2 using Google Identity Services for React 🚀", "main": "./dist/index.js", "module": "./dist/index.esm.js",