Skip to content

Commit cca354d

Browse files
@react-oauth/google@0.12.1 🎉
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d237197 commit cca354d

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

.changeset/tame-apples-sin.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/@react-oauth/google/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @react-oauth/google
22

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- [`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
8+
39
## 0.12.0
410

511
### Minor Changes

packages/@react-oauth/google/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-oauth/google",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Google OAuth2 using Google Identity Services for React 🚀",
55
"main": "./dist/index.js",
66
"module": "./dist/index.esm.js",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# rollup-config-generator
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [`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

packages/rollup-config-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-config-generator",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"main": "./index.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)