We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@gel/auth-core
@gel/auth-nextjs
1 parent cdfa193 commit 98d32ffCopy full SHA for 98d32ff
packages/auth-core/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@gel/auth-core",
3
"description": "Core helper library for the Gel Auth extension",
4
- "version": "0.3.0",
+ "version": "0.3.1",
5
"author": "Gel <info@geldata.com>",
6
"repository": {
7
"type": "git",
packages/auth-nextjs/package.json
"name": "@gel/auth-nextjs",
"description": "Helper library to integrate the Gel Auth extension with Next.js",
- "version": "0.4.0",
+ "version": "0.4.1",
@@ -39,7 +39,7 @@
39
"react": "^18.2.0 || ^19.0"
40
},
41
"dependencies": {
42
- "@gel/auth-core": "^0.3.0-rc"
+ "@gel/auth-core": "^0.3.1"
43
44
"overrides": {
45
"@types/react": "npm:types-react@rc"
0 commit comments