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 d237197 commit cca354d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/tame-apples-sin.md

This file was deleted.

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

## 0.12.1

### Patch Changes

- [`d237197`](https://github.com/MomenSherif/react-oauth/commit/d237197ac898a041d4cdf3e458651b2ccc3545cc) Thanks [@MomenSherif](https://github.com/MomenSherif)! - add `use client` directive to support nextjs out of the box

## 0.12.0

### Minor 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.12.0",
"version": "0.12.1",
"description": "Google OAuth2 using Google Identity Services for React 🚀",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/rollup-config-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# rollup-config-generator

## 0.0.1

### Patch Changes

- [`d237197`](https://github.com/MomenSherif/react-oauth/commit/d237197ac898a041d4cdf3e458651b2ccc3545cc) Thanks [@MomenSherif](https://github.com/MomenSherif)! - add `use client` directive to support nextjs out of the box
2 changes: 1 addition & 1 deletion packages/rollup-config-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-config-generator",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"main": "./index.js",
"module": "./index.js",
Expand Down

1 comment on commit cca354d

@vercel
Copy link

@vercel vercel bot commented on cca354d 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.