From 0d97bd7dd6c4c03cab4532bcb25f2b6bce119b9d Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Mon, 22 Feb 2021 14:02:54 +0000 Subject: [PATCH] Published new versions - @tryghost/magic-link@0.6.7 - @tryghost/members-api@0.37.10 - @tryghost/members-ssr@0.8.11 --- 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 a0c085c548..54fc71a5c1 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/magic-link", - "version": "0.6.6", + "version": "0.6.7", "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 7d8f521caa..86ef3f923e 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-api", - "version": "0.37.9", + "version": "0.37.10", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api", "author": "Ghost Foundation", "license": "MIT", @@ -25,7 +25,7 @@ "sinon": "7.5.0" }, "dependencies": { - "@tryghost/magic-link": "^0.6.6", + "@tryghost/magic-link": "^0.6.7", "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 212184019e..de2226be40 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-ssr", - "version": "0.8.10", + "version": "0.8.11", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr", "author": "Ghost Foundation", "license": "MIT",