Skip to content

Commit d4dab3d

Browse files
chore: sync package versions with npm registry (#13414)
A @auth/* release from orphan commit 089f0e3 (2025-10-26) published *.11.1 / 0.41.1 to npm but the bump commit never landed on main. Aligns versions so the next release cuts *.11.2 instead of colliding on *.11.1. @auth/core tracks 0.41.x here; 0.34.3 is the LTS line on v0.34.3.
1 parent 8a23c5b commit d4dab3d

29 files changed

Lines changed: 29 additions & 29 deletions

File tree

packages/adapter-azure-tables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/azure-tables-adapter",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Azure Tables Storage adapter for next-auth.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-d1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/d1-adapter",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "A Cloudflare D1 adapter for Auth.js",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-dgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/dgraph-adapter",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "Dgraph adapter for Auth.js",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/drizzle-adapter",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Drizzle adapter for Auth.js.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@auth/dynamodb-adapter",
33
"repository": "https://github.com/nextauthjs/next-auth",
4-
"version": "2.11.0",
4+
"version": "2.11.1",
55
"description": "AWS DynamoDB adapter for next-auth.",
66
"keywords": [
77
"next-auth",

packages/adapter-edgedb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/edgedb-adapter",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "EdgeDB adapter for next-auth.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-fauna/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/fauna-adapter",
3-
"version": "3.11.0",
3+
"version": "3.11.1",
44
"description": "Fauna Adapter for Auth.js",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/firebase-adapter",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "Firebase adapter for Auth.js",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-hasura/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/hasura-adapter",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Hasura adapter for Auth.js.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-kysely/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/kysely-adapter",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Kysely adapter for Auth.js",
55
"homepage": "https://authjs.dev/reference/adapter/kysely",
66
"repository": "https://github.com/nextauthjs/next-auth",

0 commit comments

Comments
 (0)