diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index 557530064a..7ff13bf380 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/magic-link", - "version": "0.4.8", + "version": "0.4.9", "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 3b7b1b9025..7327e33d2f 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-api", - "version": "0.20.0", + "version": "0.20.1", "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.8", + "@tryghost/magic-link": "^0.4.9", "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 51e5fc87c5..6c0104905e 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-ssr", - "version": "0.8.0", + "version": "0.8.1", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr", "author": "Ghost Foundation", "license": "MIT",