Skip to content

Commit 98d32ff

Browse files
authored
Release @gel/auth-core v0.3.1 and @gel/auth-nextjs v0.4.1 (#1287)
1 parent cdfa193 commit 98d32ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/auth-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gel/auth-core",
33
"description": "Core helper library for the Gel Auth extension",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"author": "Gel <[email protected]>",
66
"repository": {
77
"type": "git",

packages/auth-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gel/auth-nextjs",
33
"description": "Helper library to integrate the Gel Auth extension with Next.js",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"author": "Gel <[email protected]>",
66
"repository": {
77
"type": "git",
@@ -39,7 +39,7 @@
3939
"react": "^18.2.0 || ^19.0"
4040
},
4141
"dependencies": {
42-
"@gel/auth-core": "^0.3.0-rc"
42+
"@gel/auth-core": "^0.3.1"
4343
},
4444
"overrides": {
4545
"@types/react": "npm:types-react@rc"

0 commit comments

Comments
 (0)