Skip to content

Commit fee2555

Browse files
committed
chore(release): bump package version(s) [skip ci]
1 parent d7859d4 commit fee2555

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

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.9.1",
3+
"version": "1.10.0",
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.9.1",
3+
"version": "1.10.0",
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.9.1",
3+
"version": "2.10.0",
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.9.1",
3+
"version": "1.10.0",
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.9.1",
4+
"version": "2.10.0",
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.9.1",
3+
"version": "1.10.0",
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.9.1",
3+
"version": "3.10.0",
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.9.1",
3+
"version": "2.10.0",
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.9.1",
3+
"version": "1.10.0",
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.9.1",
3+
"version": "1.10.0",
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)