mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 07:43:11 +03:00
Removed requirement for Offer description field
refs https://github.com/TryGhost/Team/issues/1083 This field is not required but was previously causing API errors when missing, the bump to members-offers removes this requirement.
This commit is contained in:
parent
999cff35cf
commit
955621fa21
@ -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.4.0",
|
||||
"@tryghost/members-offers": "0.4.1",
|
||||
"@tryghost/members-ssr": "1.0.14",
|
||||
"@tryghost/mw-session-from-token": "0.1.25",
|
||||
"@tryghost/nodemailer": "0.3.3",
|
||||
|
@ -1596,10 +1596,10 @@
|
||||
"@tryghost/tpl" "^0.1.3"
|
||||
moment-timezone "0.5.23"
|
||||
|
||||
"@tryghost/members-offers@0.4.0":
|
||||
version "0.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-offers/-/members-offers-0.4.0.tgz#76c1eb67abbd3598d8603d4d028b907484e27cb5"
|
||||
integrity sha512-S2ncT3Yz5O8hhLUKDy6yM+t+f2TbtQbKZD6XGKbLq3UoPtQdPnGETo+Wp845newNIlhDl22Ykf9d1cVWrrpmuw==
|
||||
"@tryghost/members-offers@0.4.1":
|
||||
version "0.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-offers/-/members-offers-0.4.1.tgz#953864fad4d777cda07831b8511989adffb16053"
|
||||
integrity sha512-RUyczy1nntMS6iSn6DJ6/3h3P+HYCTLVzA6SyQ8jdwi7lon3bvhj87P43pdEAYqKbeNrtPvF24RkoAI2YMJaoQ==
|
||||
dependencies:
|
||||
"@tryghost/string" "^0.1.20"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user