Added 'download' property to file link

refs https://github.com/TryGhost/Team/issues/1231
refs a7ef81bf95

- the referenced commit adds the `download` property to File cards
- this commit bumps the `@tryghost/kg-default-cards` package to include
  that change
This commit is contained in:
Daniel Lockyer 2021-12-16 10:12:28 +01:00
parent acb3869fb5
commit 0d5090bfcb
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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"