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 Nov 4, 2022
1 parent e62f879 commit 2f3396d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-xata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/xata-adapter",
"version": "0.1.0",
"version": "0.2.0",
"description": "Xata adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -43,4 +43,4 @@
"jest": {
"preset": "@next-auth/adapter-test/jest"
}
}
}
4 changes: 2 additions & 2 deletions packages/next-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-auth",
"version": "4.15.0",
"version": "4.15.1",
"description": "Authentication for Next.js",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth.git",
Expand Down Expand Up @@ -131,4 +131,4 @@
"engines": {
"node": "^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.12.0"
}
}
}

0 comments on commit 2f3396d

Please sign in to comment.