From 25a1f7d0b42d973759b28a08d166794cda82871b Mon Sep 17 00:00:00 2001 From: Rish Date: Tue, 20 Apr 2021 17:23:04 +0530 Subject: [PATCH] Published new versions - @tryghost/magic-link@1.0.2 - @tryghost/members-api@1.3.0 - @tryghost/members-ssr@1.0.2 --- ghost/magic-link/package.json | 2 +- ghost/members-api/package.json | 4 ++-- ghost/members-ssr/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index b02786a6cd..4c76329cb5 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/magic-link", - "version": "1.0.1", + "version": "1.0.2", "repository": "https://github.com/TryGhost/Members/tree/master/packages/magic-link", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index 55c1a74f9a..9f4f7927ea 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-api", - "version": "1.2.0", + "version": "1.3.0", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api", "author": "Ghost Foundation", "license": "MIT", @@ -25,7 +25,7 @@ }, "dependencies": { "@tryghost/errors": "^0.2.9", - "@tryghost/magic-link": "^1.0.1", + "@tryghost/magic-link": "^1.0.2", "bluebird": "^3.5.4", "body-parser": "^1.19.0", "cookies": "^0.8.0", diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index 284a8a9745..73a5cbd757 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-ssr", - "version": "1.0.1", + "version": "1.0.2", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr", "author": "Ghost Foundation", "license": "MIT",