Skip to content

Commit b9a8435

Browse files
committed
chore(release): bump package version(s) [skip ci]
1 parent 44c3824 commit b9a8435

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/adapter-dynamodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next-auth/dynamodb-adapter",
33
"repository": "https://github.com/nextauthjs/next-auth",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "AWS DynamoDB adapter for next-auth.",
66
"keywords": [
77
"next-auth",
@@ -44,4 +44,4 @@
4444
"jest": "^27.4.3",
4545
"next-auth": "workspace:*"
4646
}
47-
}
47+
}

packages/adapter-xata/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/xata-adapter",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Xata adapter for next-auth.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -43,4 +43,4 @@
4343
"jest": {
4444
"preset": "@next-auth/adapter-test/jest"
4545
}
46-
}
46+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/core",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "Authentication for the Web.",
55
"keywords": [
66
"authentication",
@@ -92,4 +92,4 @@
9292
"postcss": "8.4.19",
9393
"postcss-nested": "6.0.0"
9494
}
95-
}
95+
}

packages/frameworks-sveltekit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/sveltekit",
3-
"version": "0.1.12",
3+
"version": "0.2.0",
44
"description": "Authentication for SvelteKit.",
55
"keywords": [
66
"authentication",
@@ -69,4 +69,4 @@
6969
},
7070
"./package.json": "./package.json"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)