From 0d5090bfcbfafd965a47656b01ecff9f297baf8b Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 16 Dec 2021 10:12:28 +0100 Subject: [PATCH] Added 'download' property to file link refs https://github.com/TryGhost/Team/issues/1231 refs https://github.com/TryGhost/Koenig/commit/a7ef81bf95efee98ae74fee6d84c3f458c357ebd - the referenced commit adds the `download` property to File cards - this commit bumps the `@tryghost/kg-default-cards` package to include that change --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5709ad5627..b32a79a426 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@tryghost/job-manager": "0.8.17", "@tryghost/kg-card-factory": "3.1.0", "@tryghost/kg-default-atoms": "3.1.0", - "@tryghost/kg-default-cards": "5.15.5", + "@tryghost/kg-default-cards": "5.15.6", "@tryghost/kg-markdown-html-renderer": "5.1.0", "@tryghost/kg-mobiledoc-html-renderer": "5.3.1", "@tryghost/limit-service": "1.0.8", diff --git a/yarn.lock b/yarn.lock index 127196db76..1369bc4373 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1503,10 +1503,10 @@ resolved "https://registry.npmjs.org/@tryghost/kg-default-atoms/-/kg-default-atoms-3.1.0.tgz" integrity sha512-FfROzVgqJWqJ7cVdS9dcALz7rnzNfV8zcrymAJrDTHDsqzAdMfSLe1tNQRm8zas9pyZLsD8zBGmLxG9dr4WFSA== -"@tryghost/kg-default-cards@5.15.5": - version "5.15.5" - resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.15.5.tgz#3961b4915aaf000cb94cc18d37ff16e464a15872" - integrity sha512-QXBXj0d61mzmIEuXQgb33zTeVNJ1FXcAH0KS7e5d24u0rC59pARaKYnc0pLCyVL6pLONA70L/rcn66WWGHzlCA== +"@tryghost/kg-default-cards@5.15.6": + version "5.15.6" + resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-5.15.6.tgz#dcaa622c13cdd54edb528d734cf031b19807fe94" + integrity sha512-JLp5qQhVOjQ7oybWCluAiAjVBFJR0a7jzLZztvzETOyaO2YQuOIO9dMseUMuNMjxqq6Izu/a44eCgd8MLphgKQ== dependencies: "@tryghost/kg-markdown-html-renderer" "^5.1.0" "@tryghost/url-utils" "^2.0.0"