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",