diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 47ac288..a6a1179 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,6 +13,9 @@ # Owners of the main library /lib @panz3r +# Owners of the sub-packages +/packages/google-signin @IronTony + # Make dependency files owner-free package.json pnpm-lock.yaml diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a19307b..4485792 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"lib":"2.0.3"} \ No newline at end of file +{"lib":"2.0.3","packages/google-signin":"1.0.0"} \ No newline at end of file diff --git a/packages/google-signin/CHANGELOG.md b/packages/google-signin/CHANGELOG.md new file mode 100644 index 0000000..47ff4f4 --- /dev/null +++ b/packages/google-signin/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-03-17) + + +### Features + +* Google Signin ([#211](https://github.com/forwardsoftware/react-auth/issues/211)) ([e41d4a5](https://github.com/forwardsoftware/react-auth/commit/e41d4a5fd94a250f55531d86f13ed8a443d2b366))