From 5d2e20fbb7899e278b5bd63ccc9d9ccdf6db274e Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Thu, 10 Oct 2019 20:21:23 +0700 Subject: [PATCH] Published new versions - @tryghost/magic-link@0.2.2 - @tryghost/members-api@0.8.1 --- ghost/magic-link/package.json | 2 +- ghost/members-api/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index 8b712615fe..b1c49f09dc 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/magic-link", - "version": "0.2.1", + "version": "0.2.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 7fe91e92bc..46f8cc71ab 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-api", - "version": "0.8.0", + "version": "0.8.1", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api", "author": "Ghost Foundation", "license": "MIT", @@ -23,7 +23,7 @@ "sinon": "7.5.0" }, "dependencies": { - "@tryghost/magic-link": "^0.2.1", + "@tryghost/magic-link": "^0.2.2", "bluebird": "^3.5.4", "body-parser": "^1.19.0", "cookies": "^0.7.3",