Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"lib":"2.0.3"}
{"lib":"2.0.3","packages/google-signin":"1.0.0"}
8 changes: 8 additions & 0 deletions packages/google-signin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Loading