From 20e3b6cc8aa1a328b9427a2f734c7321e4dbb516 Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Fri, 24 Jul 2020 13:48:27 +0200 Subject: [PATCH] Published new versions - @tryghost/magic-link@0.4.12 - @tryghost/members-api@0.25.0 - @tryghost/members-ssr@0.8.4 --- 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 9832ad0a53..098206f64f 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/magic-link", - "version": "0.4.11", + "version": "0.4.12", "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 29186edac1..a784a12509 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-api", - "version": "0.24.5", + "version": "0.25.0", "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.4.11", + "@tryghost/magic-link": "^0.4.12", "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 cfc5445141..d4cec8c635 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-ssr", - "version": "0.8.3", + "version": "0.8.4", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr", "author": "Ghost Foundation", "license": "MIT",