From 535e71df39c61ada85511125c36647f26f6438df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 17:25:48 +0000 Subject: [PATCH] chore(main): release react-auth-google 1.1.3 --- .release-please-manifest.json | 2 +- packages/google-signin/CHANGELOG.md | 9 +++++++++ packages/google-signin/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8b89901..26704cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"lib":"2.1.2","packages/google-signin":"1.1.2","packages/apple-signin":"1.0.0"} +{"lib":"2.1.2","packages/google-signin":"1.1.3","packages/apple-signin":"1.0.0"} diff --git a/packages/google-signin/CHANGELOG.md b/packages/google-signin/CHANGELOG.md index 752808f..05cfc3d 100644 --- a/packages/google-signin/CHANGELOG.md +++ b/packages/google-signin/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.3](https://github.com/forwardsoftware/react-auth/compare/react-auth-google-v1.1.2...react-auth-google-v1.1.3) (2026-09-09) + + +### Bug Fixes + +* **deps:** bump the testing group across 1 directory with 3 updates ([#380](https://github.com/forwardsoftware/react-auth/issues/380)) ([db65ce4](https://github.com/forwardsoftware/react-auth/commit/db65ce46ac18d6c5dae2beb0b58a7e15c2c2daa1)) +* **deps:** bump typescript from 5.9.3 to 6.0.2 ([#234](https://github.com/forwardsoftware/react-auth/issues/234)) ([631b117](https://github.com/forwardsoftware/react-auth/commit/631b1174e7146578457a26bf059c7cc8634b13dc)) +* **deps:** upgrade direct and transitive dependencies to reduce security alerts ([#387](https://github.com/forwardsoftware/react-auth/issues/387)) ([9c55fe9](https://github.com/forwardsoftware/react-auth/commit/9c55fe994a6df275f633a0bf0239364ec8130bea)) + ## [1.1.2](https://github.com/forwardsoftware/react-auth/compare/react-auth-google-v1.1.1...react-auth-google-v1.1.2) (2026-03-18) diff --git a/packages/google-signin/package.json b/packages/google-signin/package.json index cc1607f..2256d8c 100644 --- a/packages/google-signin/package.json +++ b/packages/google-signin/package.json @@ -1,7 +1,7 @@ { "name": "@forward-software/react-auth-google", "description": "Google Sign-In adapter for @forward-software/react-auth — Web and React Native", - "version": "1.1.2", + "version": "1.1.3", "author": "ForWarD Software (https://forwardsoftware.solutions/)", "license": "MIT", "repository": {