diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 3ef2749fe4..fb60620126 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/adapter-manager", - "version": "0.2.13", + "version": "0.2.14", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/adapter-manager", "author": "Ghost Foundation", "license": "MIT", @@ -30,6 +30,6 @@ "typescript": "4.3.3" }, "dependencies": { - "@tryghost/errors": "^0.2.12" + "@tryghost/errors": "^0.2.13" } } diff --git a/ghost/config-url-helpers/package.json b/ghost/config-url-helpers/package.json index 932c8e0e61..86b70ce5c5 100644 --- a/ghost/config-url-helpers/package.json +++ b/ghost/config-url-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/config-url-helpers", - "version": "0.0.0", + "version": "0.0.1", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/config-url-helpers", "author": "Ghost Foundation", "license": "MIT", @@ -22,6 +22,5 @@ "mocha": "9.0.0", "should": "13.2.3", "sinon": "11.1.1" - }, - "dependencies": {} + } } diff --git a/ghost/errors/package.json b/ghost/errors/package.json index a692aa95a2..375fa0e696 100644 --- a/ghost/errors/package.json +++ b/ghost/errors/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/errors", - "version": "0.2.12", + "version": "0.2.13", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/errors", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/image-transform/package.json b/ghost/image-transform/package.json index 71716d21f3..bf59005a7a 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/image-transform", - "version": "1.0.12", + "version": "1.0.13", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/image-transform", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "11.0.0" }, "dependencies": { - "@tryghost/errors": "^0.2.12", + "@tryghost/errors": "^0.2.13", "bluebird": "^3.7.2", "fs-extra": "^9.1.0" }, diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index 9797a43beb..1d3003639b 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/moleculer-service-from-class", - "version": "0.2.16", + "version": "0.2.17", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/moleculer-service-from-class", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index 6fa8cc80dc..55105285ed 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-session-from-token", - "version": "0.1.21", + "version": "0.1.22", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/mw-session-from-token", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index 1676b54aaa..496e10a099 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/package-json", - "version": "1.0.1", + "version": "1.0.2", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/package-json", "author": "Ghost Foundation", "license": "MIT", @@ -26,8 +26,8 @@ "tmp": "0.2.1" }, "dependencies": { - "@tryghost/errors": "^0.2.12", - "@tryghost/tpl": "^0.1.2", + "@tryghost/errors": "^0.2.13", + "@tryghost/tpl": "^0.1.3", "bluebird": "^3.7.2", "fs-extra": "^10.0.0", "lodash": "^4.17.21" diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index a7195b6608..c66de54906 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/session-service", - "version": "0.1.23", + "version": "0.1.24", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/session-service", "author": "Ghost Foundation", "license": "MIT", @@ -31,6 +31,6 @@ "typescript": "4.3.3" }, "dependencies": { - "@tryghost/errors": "^0.2.12" + "@tryghost/errors": "^0.2.13" } } diff --git a/ghost/tpl/package.json b/ghost/tpl/package.json index 85d016a9d1..9830845f27 100644 --- a/ghost/tpl/package.json +++ b/ghost/tpl/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/tpl", - "version": "0.1.2", + "version": "0.1.3", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/tpl", "author": "Ghost Foundation", "license": "MIT",