diff --git a/ghost/api-version-compatibility-service/package.json b/ghost/api-version-compatibility-service/package.json index f571890469..a339091d40 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.3.1", + "version": "0.3.2", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/api-version-compatibility-service", "author": "Ghost Foundation", "license": "MIT", @@ -27,6 +27,6 @@ }, "dependencies": { "@tryghost/email-content-generator": "^0.1.2", - "@tryghost/version-notifications-data-service": "^0.1.2" + "@tryghost/version-notifications-data-service": "^0.2.0" } } diff --git a/ghost/version-notifications-data-service/package.json b/ghost/version-notifications-data-service/package.json index 4e0d06662b..850727f3ff 100644 --- a/ghost/version-notifications-data-service/package.json +++ b/ghost/version-notifications-data-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/version-notifications-data-service", - "version": "0.1.2", + "version": "0.2.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/version-notifications-data-service", "author": "Ghost Foundation", "license": "MIT",