From 730ddc2ae6001798f61161cf729df418cd2c05c8 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 25 May 2020 13:11:54 +0100 Subject: [PATCH] Published new versions - @tryghost/magic-link@0.4.7 - @tryghost/members-api@0.18.7 - @tryghost/members-ssr@0.7.10 --- 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 1554e5559a..5b94514dc7 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/magic-link", - "version": "0.4.6", + "version": "0.4.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 6260332054..3a8276faa8 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-api", - "version": "0.18.6", + "version": "0.18.7", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "7.5.0" }, "dependencies": { - "@tryghost/magic-link": "^0.4.6", + "@tryghost/magic-link": "^0.4.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 0af68e8c47..9b6778f63b 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-ssr", - "version": "0.7.9", + "version": "0.7.10", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr", "author": "Ghost Foundation", "license": "MIT",