From 877fdc7bfeed72f74f8d6aa46509a7dff3f0014f Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 5 May 2022 17:57:44 +0800 Subject: [PATCH] Published new versions - @tryghost/api-version-compatibility-service@0.2.0 - @tryghost/email-content-generator@0.1.1 - @tryghost/limit-service@1.1.2 - @tryghost/mw-api-version-mismatch@0.1.3 --- ghost/api-version-compatibility-service/package.json | 4 ++-- ghost/email-content-generator/package.json | 2 +- ghost/limit-service/package.json | 2 +- ghost/mw-api-version-mismatch/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/api-version-compatibility-service/package.json b/ghost/api-version-compatibility-service/package.json index c909471416..3c1c312a3b 100644 --- a/ghost/api-version-compatibility-service/package.json +++ b/ghost/api-version-compatibility-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/api-version-compatibility-service", - "version": "0.1.2", + "version": "0.2.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/api-version-compatibility-service", "author": "Ghost Foundation", "license": "MIT", @@ -26,6 +26,6 @@ "sinon": "13.0.2" }, "dependencies": { - "@tryghost/email-content-generator": "^0.1.0" + "@tryghost/email-content-generator": "^0.1.1" } } diff --git a/ghost/email-content-generator/package.json b/ghost/email-content-generator/package.json index 87590d83e9..e71ce3823c 100644 --- a/ghost/email-content-generator/package.json +++ b/ghost/email-content-generator/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/email-content-generator", - "version": "0.1.0", + "version": "0.1.1", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/email-content-generator", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/limit-service/package.json b/ghost/limit-service/package.json index 111a388a16..009dce0bdc 100644 --- a/ghost/limit-service/package.json +++ b/ghost/limit-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/limit-service", - "version": "1.1.1", + "version": "1.1.2", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-api-version-mismatch/package.json b/ghost/mw-api-version-mismatch/package.json index 0dbfe0f545..3705ae2d55 100644 --- a/ghost/mw-api-version-mismatch/package.json +++ b/ghost/mw-api-version-mismatch/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-api-version-mismatch", - "version": "0.1.2", + "version": "0.1.3", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-api-version-mismatch", "author": "Ghost Foundation", "license": "MIT",