From c11b0e822de5f75158e4a496f4b9311dcd905682 Mon Sep 17 00:00:00 2001 From: Matt Hanley Date: Thu, 12 May 2022 16:42:53 +0100 Subject: [PATCH] Published new versions - @tryghost/custom-theme-settings-service@0.3.3 - @tryghost/email-analytics-provider-mailgun@1.0.9 - @tryghost/email-analytics-service@1.0.7 --- ghost/custom-theme-settings-service/package.json | 2 +- ghost/email-analytics-provider-mailgun/package.json | 4 ++-- ghost/email-analytics-service/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghost/custom-theme-settings-service/package.json b/ghost/custom-theme-settings-service/package.json index b8044fc98c..b9f364300e 100644 --- a/ghost/custom-theme-settings-service/package.json +++ b/ghost/custom-theme-settings-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/custom-theme-settings-service", - "version": "0.3.2", + "version": "0.3.3", "repository": "https://github.com/TryGhost/Publishing/tree/main/packages/custom-theme-settings-service", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/email-analytics-provider-mailgun/package.json b/ghost/email-analytics-provider-mailgun/package.json index 7e14d7e0f6..75580d5876 100644 --- a/ghost/email-analytics-provider-mailgun/package.json +++ b/ghost/email-analytics-provider-mailgun/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/email-analytics-provider-mailgun", - "version": "1.0.8", + "version": "1.0.9", "repository": "https://github.com/TryGhost/Publishing/tree/main/packages/email-analytics-provider-mailgun", "author": "Ghost Foundation", "license": "MIT", @@ -25,7 +25,7 @@ "sinon": "14.0.0" }, "dependencies": { - "@tryghost/email-analytics-service": "^1.0.6", + "@tryghost/email-analytics-service": "^1.0.7", "@tryghost/logging": "^2.0.0", "mailgun-js": "^0.22.0", "moment": "^2.29.1" diff --git a/ghost/email-analytics-service/package.json b/ghost/email-analytics-service/package.json index 425422b18e..892f97b243 100644 --- a/ghost/email-analytics-service/package.json +++ b/ghost/email-analytics-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/email-analytics-service", - "version": "1.0.6", + "version": "1.0.7", "repository": "https://github.com/TryGhost/Publishing/tree/main/packages/email-analytics-service", "author": "Ghost Foundation", "license": "MIT",