Skip to content

Commit

Permalink
@react-oauth/[email protected] 🎉
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 18, 2023
1 parent 9c23c44 commit 94e503e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-actors-return.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/@react-oauth/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-oauth/google

## 0.12.0

### Minor Changes

- [#316](https://github.com/MomenSherif/react-oauth/pull/316) [`9c23c44`](https://github.com/MomenSherif/react-oauth/commit/9c23c442d9a383d47fab6061b5842d6da4b22e5a) Thanks [@MomenSherif](https://github.com/MomenSherif)! - - add support for use_fedcm_for_prompt for fedcm migration
- export `useGoogleOAuth` returns { scriptLoadedSuccessfully: boolean; clientId: string }

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@react-oauth/google/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-oauth/google",
"version": "0.11.1",
"version": "0.12.0",
"description": "Google OAuth2 using Google Identity Services for React 🚀",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down

1 comment on commit 94e503e

@vercel
Copy link

@vercel vercel bot commented on 94e503e Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-oauth – ./

react-oauth-momensherif.vercel.app
react-oauth-git-master-momensherif.vercel.app
react-oauth.vercel.app

Please sign in to comment.