From 33ff98f7892c314aca0fbc73c268d8fc244e57d8 Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Tue, 3 Sep 2019 18:25:17 +0800 Subject: [PATCH] Published new versions - @tryghost/magic-link@0.1.0 - @tryghost/members-api@0.4.0 - @tryghost/members-auth-pages@1.1.1 - @tryghost/members-browser-auth@0.2.1 - @tryghost/members-gateway-api@0.1.5 - @tryghost/members-gateway-protocol@0.1.3 - @tryghost/members-ssr@0.3.0 - @tryghost/members-theme-bindings@0.2.4 --- ghost/magic-link/package.json | 2 +- ghost/members-api/package.json | 4 ++-- ghost/members-auth-pages/package.json | 4 ++-- ghost/members-browser-auth/package.json | 4 ++-- ghost/members-gateway-api/package.json | 4 ++-- ghost/members-gateway-protocol/package.json | 2 +- ghost/members-ssr/package.json | 2 +- ghost/members-theme-bindings/package.json | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ghost/magic-link/package.json b/ghost/magic-link/package.json index a0a9c6c98d..1cecbd3a08 100644 --- a/ghost/magic-link/package.json +++ b/ghost/magic-link/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/magic-link", - "version": "0.0.0", + "version": "0.1.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 1f8ae490a5..9c26d14231 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-api", - "version": "0.3.0", + "version": "0.4.0", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api", "author": "Ghost Foundation", "license": "MIT", @@ -23,7 +23,7 @@ "sinon": "7.4.1" }, "dependencies": { - "@tryghost/magic-link": "^0.0.0", + "@tryghost/magic-link": "^0.1.0", "bluebird": "^3.5.4", "body-parser": "^1.19.0", "cookies": "^0.7.3", diff --git a/ghost/members-auth-pages/package.json b/ghost/members-auth-pages/package.json index 0dd84eb404..00d00a5eaf 100644 --- a/ghost/members-auth-pages/package.json +++ b/ghost/members-auth-pages/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-auth-pages", - "version": "1.1.0", + "version": "1.1.1", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-protocol", "author": "Ghost Foundation", "license": "MIT", @@ -32,7 +32,7 @@ "preact-cli": "3.0.0-rc.5" }, "dependencies": { - "@tryghost/members-gateway-protocol": "^0.1.2", + "@tryghost/members-gateway-protocol": "^0.1.3", "preact": "^8.2.1", "preact-compat": "^3.17.0", "react-stripe-elements": "^5.0.0" diff --git a/ghost/members-browser-auth/package.json b/ghost/members-browser-auth/package.json index 87e3e35885..a819a422ae 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.0", + "version": "0.2.1", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-browser-auth", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "7.4.1" }, "dependencies": { - "@tryghost/members-gateway-api": "^0.1.4", + "@tryghost/members-gateway-api": "^0.1.5", "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 8b7a4d2706..2d6ff977a4 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.4", + "version": "0.1.5", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-api", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ "sinon": "7.4.1" }, "dependencies": { - "@tryghost/members-gateway-protocol": "^0.1.2", + "@tryghost/members-gateway-protocol": "^0.1.3", "bluebird": "^3.5.4", "ghost-ignition": "^3.1.0", "lodash": "^4.17.11", diff --git a/ghost/members-gateway-protocol/package.json b/ghost/members-gateway-protocol/package.json index a3f7797f77..cfc3f48577 100644 --- a/ghost/members-gateway-protocol/package.json +++ b/ghost/members-gateway-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-gateway-protocol", - "version": "0.1.2", + "version": "0.1.3", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-protocol", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/members-ssr/package.json b/ghost/members-ssr/package.json index d487430e4b..903c4ded54 100644 --- a/ghost/members-ssr/package.json +++ b/ghost/members-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/members-ssr", - "version": "0.2.1", + "version": "0.3.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 8d9d987e0a..6732eee545 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.3", + "version": "0.2.4", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-theme-bindings", "author": "Ghost Foundation", "license": "MIT", @@ -31,7 +31,7 @@ "sinon": "7.4.1" }, "dependencies": { - "@tryghost/members-browser-auth": "^0.2.0", + "@tryghost/members-browser-auth": "^0.2.1", "bluebird": "^3.5.4", "ghost-ignition": "^3.1.0", "lodash": "^4.17.11"