chore(release): bump package version(s) [skip ci]

This commit is contained in:
GitHub Actions
2023-10-02 00:00:42 +00:00
parent 59b2847274
commit b277e937e2
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@auth/typeorm-adapter",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeORM adapter for Auth.js.",
"homepage": "https://authjs.dev/reference/adapter/typeorm",
"repository": "https://github.com/nextauthjs/next-auth",
@@ -85,4 +85,4 @@
"jest": {
"preset": "@auth/adapter-test/jest"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@auth/upstash-redis-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Upstash adapter for Auth.js.",
"homepage": "https://authjs.dev",
"repository": "https://github.com/nextauthjs/next-auth",
@@ -54,4 +54,4 @@
"jest": {
"preset": "@auth/adapter-test/jest"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "@auth/solid-start",
"description": "Authentication for SolidStart.",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"files": [
"client.*",
@@ -49,4 +49,4 @@
"author": "OrJDev <orjdeveloper@gmail.com>",
"repository": "https://github.com/nextauthjs/next-auth",
"license": "ISC"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@auth/sveltekit",
"version": "0.3.7",
"version": "0.3.8",
"description": "Authentication for SvelteKit.",
"keywords": [
"authentication",
@@ -68,4 +68,4 @@
},
"./package.json": "./package.json"
}
}
}