From 939d4d95913b05486348955de880213eadfe1d1f Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 15 Jun 2021 14:10:54 +0100 Subject: [PATCH] Published new versions - @tryghost/package-json@1.0.1 - @tryghost/tpl@0.1.2 --- 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 09452eadc3..1676b54aaa 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/package-json", - "version": "1.0.0", + "version": "1.0.1", "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.1", + "@tryghost/tpl": "^0.1.2", "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 96efe813e5..9c1632aa9a 100644 --- a/ghost/tpl/package.json +++ b/ghost/tpl/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/tpl", - "version": "0.1.1", + "version": "0.1.2", "repository": "https://github.com/TryGhost/Utils/tree/master/packages/tpl", "author": "Ghost Foundation", "license": "MIT",