Skip to content

Commit ff3a739

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

File tree

23 files changed

+34
-34
lines changed

23 files changed

+34
-34
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": "0.1.0",
3+
"version": "0.1.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/d1-adapter",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Cloudflare D1 adapter for Auth.js",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -55,4 +55,4 @@
5555
"jest": {
5656
"preset": "@auth/adapter-test/jest"
5757
}
58-
}
58+
}

packages/adapter-dgraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/dgraph-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Dgraph adapter for Auth.js",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -57,4 +57,4 @@
5757
"jest": {
5858
"preset": "@auth/adapter-test/jest"
5959
}
60-
}
60+
}

packages/adapter-drizzle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/drizzle-adapter",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Drizzle adapter for Auth.js.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -62,4 +62,4 @@
6262
"jest": {
6363
"preset": "@auth/adapter-test/jest"
6464
}
65-
}
65+
}

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": "1.0.2",
4+
"version": "1.0.3",
55
"description": "AWS DynamoDB adapter for next-auth.",
66
"keywords": [
77
"next-auth",

packages/adapter-edgedb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/edgedb-adapter",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "EdgeDB adapter for next-auth.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -57,4 +57,4 @@
5757
"jest": {
5858
"preset": "@auth/adapter-test/jest"
5959
}
60-
}
60+
}

packages/adapter-fauna/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/fauna-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Fauna Adapter for Auth.js",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -59,4 +59,4 @@
5959
"jest": {
6060
"preset": "@auth/adapter-test/jest"
6161
}
62-
}
62+
}

packages/adapter-firebase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/firebase-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Firebase adapter for Auth.js",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -54,4 +54,4 @@
5454
"firebase-tools": "^11.16.1",
5555
"jest": "^29.3.1"
5656
}
57-
}
57+
}

packages/adapter-kysely/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/kysely-adapter",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Kysely adapter for Auth.js",
55
"homepage": "https://authjs.dev/reference/adapter/kysely",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -53,4 +53,4 @@
5353
"jest": {
5454
"preset": "@auth/adapter-test/jest"
5555
}
56-
}
56+
}

packages/adapter-mikro-orm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/mikro-orm-adapter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "MikroORM adapter for Auth.js",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -56,4 +56,4 @@
5656
"jest": {
5757
"preset": "@auth/adapter-test/jest"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)