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
actions-user committed Feb 5, 2023
1 parent 28583b8 commit 0f4d43e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@next-auth/dynamodb-adapter",
"repository": "https://github.com/nextauthjs/next-auth",
"version": "2.0.0",
"version": "3.0.0",
"description": "AWS DynamoDB adapter for next-auth.",
"keywords": [
"next-auth",
Expand Down Expand Up @@ -58,4 +58,4 @@
"dependencies": {
"uuid": "^9.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/adapter-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth/firebase-adapter",
"version": "1.0.3",
"version": "2.0.0",
"description": "Firebase adapter for next-auth.",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",
Expand Down Expand Up @@ -52,4 +52,4 @@
"jest": "^29.3.1",
"next-auth": "workspace:*"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth/core",
"version": "0.3.0",
"version": "0.4.0",
"description": "Authentication for the Web.",
"keywords": [
"authentication",
Expand Down Expand Up @@ -93,4 +93,4 @@
"postcss": "8.4.19",
"postcss-nested": "6.0.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/frameworks-sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth/sveltekit",
"version": "0.2.0",
"version": "0.2.1",
"description": "Authentication for SvelteKit.",
"keywords": [
"authentication",
Expand Down

1 comment on commit 0f4d43e

@vercel
Copy link

@vercel vercel bot commented on 0f4d43e Feb 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.