Bumped @tryghost/members-api & Portal versions (#12836)

closes https://github.com/TryGhost/Team/issues/530

This adds support for the smart_cancel option when cancelling
subscriptions, which will cancel the subscription immediately if it is
in an "overdue" state. The update to Portal wires up this behaviour for
members.
This commit is contained in:
Fabien 'egg' O'Carroll 2021-04-05 16:29:17 +01:00 committed by GitHub
parent 2111992dd4
commit 2a2009e4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@
"emailAnalytics": true
},
"portal": {
"url": "https://unpkg.com/@tryghost/portal@~1.0.0/umd/portal.min.js",
"version": "~1.0.0"
"url": "https://unpkg.com/@tryghost/portal@~1.1.0/umd/portal.min.js",
"version": "~1.1.0"
}
}