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 Jul 13, 2022
1 parent 3666e43 commit 70ffa65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-firebase/package.json
@@ -1,6 +1,6 @@
{
"name": "@next-auth/firebase-adapter",
"version": "0.1.3",
"version": "1.0.0",
"description": "Firebase adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-sequelize/package.json
@@ -1,6 +1,6 @@
{
"name": "@next-auth/sequelize-adapter",
"version": "1.0.4",
"version": "1.0.5",
"description": "Sequelize adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-typeorm-legacy/package.json
@@ -1,6 +1,6 @@
{
"name": "@next-auth/typeorm-legacy-adapter",
"version": "1.0.3",
"version": "2.0.0",
"description": "TypeORM (legacy) adapter for next-auth.",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "next-auth",
"version": "4.9.0",
"version": "4.10.0",
"description": "Authentication for Next.js",
"homepage": "https://next-auth.js.org",
"repository": "https://github.com/nextauthjs/next-auth.git",
Expand Down

0 comments on commit 70ffa65

Please sign in to comment.