diff --git a/ghost/api-version-compatibility-service/package.json b/ghost/api-version-compatibility-service/package.json index 8f2d3825fc..9e0b284df6 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.0", + "version": "0.1.1", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/api-version-compatibility-service", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/database-info/package.json b/ghost/database-info/package.json index 0bf1bf9f73..aa21e965e7 100644 --- a/ghost/database-info/package.json +++ b/ghost/database-info/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/database-info", - "version": "0.3.2", + "version": "0.3.3", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/database-info", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-api-version-mismatch/package.json b/ghost/mw-api-version-mismatch/package.json index fe364dbd5f..e7f8487a45 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.0", + "version": "0.1.1", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-api-version-mismatch", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/version-notifications-data-service/package.json b/ghost/version-notifications-data-service/package.json index 7971cb7527..59c5ce00c4 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.0.0", + "version": "0.1.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/version-notifications-data-service", "author": "Ghost Foundation", "license": "MIT", @@ -25,6 +25,5 @@ "mocha": "9.2.2", "should": "13.2.3", "sinon": "13.0.2" - }, - "dependencies": {} + } }