Skip to content

Commit f2a0793

Browse files
committed
chore(release): bump package version(s) [skip ci]
1 parent 25c7ce1 commit f2a0793

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.2",
3+
"version": "1.0.3",
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-pouchdb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/pouchdb-adapter",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "PouchDB adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/next-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-auth",
3-
"version": "4.17.0",
3+
"version": "4.18.0",
44
"description": "Authentication for Next.js",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth.git",

0 commit comments

Comments
 (0)