mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Supported fixed-amount & forever Offers
refs https://github.com/TryGhost/Team/issues/1083 The @tryghost/members-offers package has been updated to add support for more Offer durations and types Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e69fa71584
commit
ab9fc8e848
2 changed files with 5 additions and 5 deletions
|
@ -82,7 +82,7 @@
|
|||
"@tryghost/members-api": "2.1.0",
|
||||
"@tryghost/members-csv": "1.1.7",
|
||||
"@tryghost/members-importer": "0.3.3",
|
||||
"@tryghost/members-offers": "0.3.1",
|
||||
"@tryghost/members-offers": "0.3.3",
|
||||
"@tryghost/members-ssr": "1.0.14",
|
||||
"@tryghost/mw-session-from-token": "0.1.25",
|
||||
"@tryghost/nodemailer": "0.3.3",
|
||||
|
|
|
@ -1595,10 +1595,10 @@
|
|||
"@tryghost/tpl" "^0.1.3"
|
||||
moment-timezone "0.5.23"
|
||||
|
||||
"@tryghost/members-offers@0.3.1":
|
||||
version "0.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-offers/-/members-offers-0.3.1.tgz#a012e29b38a0d1e6b9e1d8aef9c474663301310f"
|
||||
integrity sha512-sYuo/mcu8zbArNo31yCFkUBhZ8C3WxVHp72T4UnUjUg7/uoViZURb/hE787p3ts/JzbBL0ZtL9xGSq1z/hjToA==
|
||||
"@tryghost/members-offers@0.3.3":
|
||||
version "0.3.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-offers/-/members-offers-0.3.3.tgz#2cb0d5d2ef4f64e889c07806dc607ec102ed8d69"
|
||||
integrity sha512-TKiJBT5qbRoTmkti9Zl5LSpVf6WH9KmB1PTeG2/wrRDTkvrb8R87ndIn1A9j7wsxXGF2/xe2LoWAmS68ACSAQA==
|
||||
dependencies:
|
||||
"@tryghost/string" "^0.1.20"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue