From 430aa4855779c22c1ae7406a5da2a258274429e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Thu, 14 Apr 2022 09:07:07 +0000 Subject: [PATCH] chore(release): bump version --- packages/adapter-upstash-redis/package.json | 4 ++-- packages/next-auth/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/adapter-upstash-redis/package.json b/packages/adapter-upstash-redis/package.json index cd00a6df2c..dfa05dcdd5 100644 --- a/packages/adapter-upstash-redis/package.json +++ b/packages/adapter-upstash-redis/package.json @@ -1,6 +1,6 @@ { "name": "@next-auth/upstash-redis-adapter", - "version": "1.1.1", + "version": "2.0.0", "description": "Upstash adapter for next-auth. It uses Upstash's connectionless (HTTP based) Redis client.", "homepage": "https://next-auth.js.org", "repository": "https://github.com/nextauthjs/adapters", @@ -44,4 +44,4 @@ "jest": { "preset": "adapter-test/jest" } -} +} \ No newline at end of file diff --git a/packages/next-auth/package.json b/packages/next-auth/package.json index dc9adf0c65..b657a25469 100644 --- a/packages/next-auth/package.json +++ b/packages/next-auth/package.json @@ -1,6 +1,6 @@ { "name": "next-auth", - "version": "4.3.1", + "version": "4.3.2", "description": "Authentication for Next.js", "homepage": "https://next-auth.js.org", "repository": "https://github.com/nextauthjs/next-auth.git", @@ -132,4 +132,4 @@ "**/tests", "**/__tests__" ] -} +} \ No newline at end of file