From 9eed5d69ef591efda2d4747dc6bf2e4bc8529278 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 9 Jun 2021 15:50:58 +0100 Subject: [PATCH] Published new versions - @tryghost/package-json@1.0.0 - @tryghost/tpl@0.1.1 --- ghost/package-json/package.json | 4 ++-- ghost/tpl/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index de9e9354e7..0287ef25e1 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/package-json", - "version": "0.1.2", + "version": "1.0.0", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/package-json", "author": "Ghost Foundation", "license": "MIT", @@ -27,7 +27,7 @@ }, "dependencies": { "@tryghost/errors": "^0.2.12", - "@tryghost/tpl": "^0.1.0", + "@tryghost/tpl": "^0.1.1", "bluebird": "^3.7.2", "fs-extra": "^10.0.0", "lodash": "^4.17.21" diff --git a/ghost/tpl/package.json b/ghost/tpl/package.json index 3f9cf6ffda..c3ea9def96 100644 --- a/ghost/tpl/package.json +++ b/ghost/tpl/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/tpl", - "version": "0.1.0", + "version": "0.1.1", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/tpl", "author": "Ghost Foundation", "license": "MIT",