Skip to content

Commit 6590993

Browse files
committed
chore(release): bump package version(s) [skip ci]
1 parent 0ea9679 commit 6590993

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

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": "@next-auth/dgraph-adapter",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Dgraph adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -50,4 +50,4 @@
5050
"jest": {
5151
"preset": "@next-auth/adapter-test/jest"
5252
}
53-
}
53+
}

packages/adapter-dynamodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next-auth/dynamodb-adapter",
33
"repository": "https://github.com/nextauthjs/next-auth",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "AWS DynamoDB adapter for next-auth.",
66
"keywords": [
77
"next-auth",
@@ -43,4 +43,4 @@
4343
"jest": "^27.4.3",
4444
"next-auth": "workspace:*"
4545
}
46-
}
46+
}

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": "@next-auth/fauna-adapter",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Fauna Adapter for NextAuth",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -54,4 +54,4 @@
5454
"jest": {
5555
"preset": "@next-auth/adapter-test/jest"
5656
}
57-
}
57+
}

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": "@next-auth/firebase-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Firebase adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -43,4 +43,4 @@
4343
"jest": "^27.4.3",
4444
"next-auth": "workspace:*"
4545
}
46-
}
46+
}

packages/adapter-mongodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/mongodb-adapter",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "mongoDB adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -44,4 +44,4 @@
4444
"jest": {
4545
"preset": "@next-auth/adapter-test/jest"
4646
}
47-
}
47+
}

packages/adapter-neo4j/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/neo4j-adapter",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "neo4j adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -50,4 +50,4 @@
5050
"jest": {
5151
"preset": "@next-auth/adapter-test/jest"
5252
}
53-
}
53+
}

packages/adapter-pouchdb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/pouchdb-adapter",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "PouchDB adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -51,4 +51,4 @@
5151
"jest": {
5252
"preset": "@next-auth/adapter-test/jest"
5353
}
54-
}
54+
}

packages/adapter-prisma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/prisma-adapter",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Prisma adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -51,4 +51,4 @@
5151
"jest": {
5252
"preset": "@next-auth/adapter-test/jest"
5353
}
54-
}
54+
}

packages/adapter-upstash-redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/upstash-redis-adapter",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Upstash adapter for next-auth. It uses Upstash's connectionless (HTTP based) Redis client.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -49,4 +49,4 @@
4949
"jest": {
5050
"preset": "@next-auth/adapter-test/jest"
5151
}
52-
}
52+
}

packages/next-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-auth",
3-
"version": "4.10.1",
3+
"version": "4.10.2",
44
"description": "Authentication for Next.js",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth.git",
@@ -139,4 +139,4 @@
139139
"**/tests",
140140
"**/__tests__"
141141
]
142-
}
142+
}

0 commit comments

Comments
 (0)