Skip to content

Commit 70ffa65

Browse files
committed
chore(release): bump package version(s) [skip ci]
1 parent 3666e43 commit 70ffa65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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": "@next-auth/firebase-adapter",
3-
"version": "0.1.3",
3+
"version": "1.0.0",
44
"description": "Firebase adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-sequelize/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/sequelize-adapter",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Sequelize adapter for next-auth.",
55
"homepage": "https://next-auth.js.org",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-typeorm-legacy/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/typeorm-legacy-adapter",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "TypeORM (legacy) 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.9.0",
3+
"version": "4.10.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)