Skip to content

Commit

Permalink
chore(release): bump package version(s) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Sep 25, 2022
1 parent e6e03e8 commit ff3a528
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-mikro-orm/package.json
@@ -1,6 +1,6 @@
{
"name": "@next-auth/mikro-orm-adapter",
"version": "2.0.1",
"version": "3.0.0",
"description": "MikroORM adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -50,4 +50,4 @@
"jest": {
"preset": "@next-auth/adapter-test/jest"
}
}
}
2 changes: 1 addition & 1 deletion packages/adapter-mongodb/package.json
@@ -1,6 +1,6 @@
{
"name": "@next-auth/mongodb-adapter",
"version": "1.0.4",
"version": "1.1.0",
"description": "mongoDB adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down
4 changes: 2 additions & 2 deletions packages/next-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "next-auth",
"version": "4.10.3",
"version": "4.11.0",
"description": "Authentication for Next.js",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth.git",
Expand Down Expand Up @@ -130,4 +130,4 @@
"engines": {
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
}
}
}

0 comments on commit ff3a528

Please sign in to comment.