mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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:
parent
acb3869fb5
commit
0d5090bfcb
2 changed files with 5 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue