diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index 783ec0701b..f785cf516e 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/magic-link", - "version": "0.1.1", + "version": "0.1.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 7d259b8c34..b9bf715fc5 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-api", - "version": "0.5.2", + "version": "0.5.3", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api", "author": "Ghost Foundation", "license": "MIT", @@ -23,7 +23,7 @@ "sinon": "7.4.2" }, "dependencies": { - "@tryghost/magic-link": "^0.1.1", + "@tryghost/magic-link": "^0.1.2", "bluebird": "^3.5.4", "body-parser": "^1.19.0", "cookies": "^0.7.3", diff --git a/ghost/members-browser-auth/package.json b/ghost/members-browser-auth/package.json index e42b735fb6..8e826412c4 100644 --- a/ghost/members-browser-auth/package.json +++ b/ghost/members-browser-auth/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-browser-auth", - "version": "0.2.2", + "version": "0.2.3", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-browser-auth", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "7.4.2" }, "dependencies": { - "@tryghost/members-gateway-api": "^0.1.6", + "@tryghost/members-gateway-api": "^0.1.7", "bluebird": "^3.5.4", "ghost-ignition": "^3.1.0", "lodash": "^4.17.11" diff --git a/ghost/members-gateway-api/package.json b/ghost/members-gateway-api/package.json index d51b3a142c..95deb921de 100644 --- a/ghost/members-gateway-api/package.json +++ b/ghost/members-gateway-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-gateway-api", - "version": "0.1.6", + "version": "0.1.7", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-api", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index 02eee94182..01f464245c 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-ssr", - "version": "0.4.0", + "version": "0.5.0", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/members-theme-bindings/package.json b/ghost/members-theme-bindings/package.json index 2145203b03..1598ff28ba 100644 --- a/ghost/members-theme-bindings/package.json +++ b/ghost/members-theme-bindings/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-theme-bindings", - "version": "0.2.5", + "version": "0.2.6", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-theme-bindings", "author": "Ghost Foundation", "license": "MIT", @@ -31,7 +31,7 @@ "sinon": "7.4.2" }, "dependencies": { - "@tryghost/members-browser-auth": "^0.2.2", + "@tryghost/members-browser-auth": "^0.2.3", "bluebird": "^3.5.4", "ghost-ignition": "^3.1.0", "lodash": "^4.17.11"