diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index 8c50810ccb..870a0fb3a8 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/magic-link", - "version": "0.1.4", + "version": "0.2.0", "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 0cd98a299b..796f68b7c8 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-api", - "version": "0.6.2", + "version": "0.7.0", "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.1.4", + "@tryghost/magic-link": "^0.2.0", "bluebird": "^3.5.4", "body-parser": "^1.19.0", "cookies": "^0.7.3",