diff --git a/packages/adapter-typeorm/package.json b/packages/adapter-typeorm/package.json index f63eb791..425870a3 100644 --- a/packages/adapter-typeorm/package.json +++ b/packages/adapter-typeorm/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/packages/adapter-upstash-redis/package.json b/packages/adapter-upstash-redis/package.json index e73b219e..7bafd47d 100644 --- a/packages/adapter-upstash-redis/package.json +++ b/packages/adapter-upstash-redis/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/packages/frameworks-solid-start/package.json b/packages/frameworks-solid-start/package.json index f870d22b..4364ae49 100644 --- a/packages/frameworks-solid-start/package.json +++ b/packages/frameworks-solid-start/package.json @@ -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 ", "repository": "https://github.com/nextauthjs/next-auth", "license": "ISC" -} +} \ No newline at end of file diff --git a/packages/frameworks-sveltekit/package.json b/packages/frameworks-sveltekit/package.json index 18ed6ff0..9e4998c3 100644 --- a/packages/frameworks-sveltekit/package.json +++ b/packages/frameworks-sveltekit/package.json @@ -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" } -} +} \ No newline at end of file