diff --git a/packages/adapter-prisma/package.json b/packages/adapter-prisma/package.json index a2c8fc1ffe..449bbc4e82 100644 --- a/packages/adapter-prisma/package.json +++ b/packages/adapter-prisma/package.json @@ -1,6 +1,6 @@ { "name": "@auth/prisma-adapter", - "version": "0.0.0", + "version": "1.0.0", "description": "Prisma adapter for Auth.js", "homepage": "https://authjs.dev/reference/adapter/prisma", "repository": "https://github.com/nextauthjs/next-auth", @@ -64,4 +64,4 @@ "jest": { "preset": "@next-auth/adapter-test/jest" } -} +} \ No newline at end of file diff --git a/packages/core/package.json b/packages/core/package.json index c8c01e805a..7bcee04111 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@auth/core", - "version": "0.8.0", + "version": "0.8.1", "description": "Authentication for the Web.", "keywords": [ "authentication",