mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fixed typo in API version email notifications
This commit is contained in:
parent
4217e2571f
commit
46307f8a03
@ -58,7 +58,7 @@
|
|||||||
"@sentry/node": "6.19.7",
|
"@sentry/node": "6.19.7",
|
||||||
"@tryghost/adapter-manager": "0.2.31",
|
"@tryghost/adapter-manager": "0.2.31",
|
||||||
"@tryghost/admin-api-schema": "4.0.0",
|
"@tryghost/admin-api-schema": "4.0.0",
|
||||||
"@tryghost/api-version-compatibility-service": "0.4.1",
|
"@tryghost/api-version-compatibility-service": "0.4.3",
|
||||||
"@tryghost/bookshelf-plugins": "0.4.1",
|
"@tryghost/bookshelf-plugins": "0.4.1",
|
||||||
"@tryghost/bootstrap-socket": "0.2.20",
|
"@tryghost/bootstrap-socket": "0.2.20",
|
||||||
"@tryghost/color-utils": "0.1.17",
|
"@tryghost/color-utils": "0.1.17",
|
||||||
@ -70,7 +70,7 @@
|
|||||||
"@tryghost/domain-events": "0.1.14",
|
"@tryghost/domain-events": "0.1.14",
|
||||||
"@tryghost/email-analytics-provider-mailgun": "1.0.9",
|
"@tryghost/email-analytics-provider-mailgun": "1.0.9",
|
||||||
"@tryghost/email-analytics-service": "1.0.7",
|
"@tryghost/email-analytics-service": "1.0.7",
|
||||||
"@tryghost/email-content-generator": "0.1.2",
|
"@tryghost/email-content-generator": "0.1.3",
|
||||||
"@tryghost/errors": "1.2.12",
|
"@tryghost/errors": "1.2.12",
|
||||||
"@tryghost/express-dynamic-redirects": "0.2.13",
|
"@tryghost/express-dynamic-redirects": "0.2.13",
|
||||||
"@tryghost/helpers": "1.1.69",
|
"@tryghost/helpers": "1.1.69",
|
||||||
|
28
yarn.lock
28
yarn.lock
@ -1440,13 +1440,13 @@
|
|||||||
ajv "^6.12.6"
|
ajv "^6.12.6"
|
||||||
lodash "^4.17.11"
|
lodash "^4.17.11"
|
||||||
|
|
||||||
"@tryghost/api-version-compatibility-service@0.4.1":
|
"@tryghost/api-version-compatibility-service@0.4.3":
|
||||||
version "0.4.1"
|
version "0.4.3"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/api-version-compatibility-service/-/api-version-compatibility-service-0.4.1.tgz#1709f7237d012eaf2e142902ba60c08f012538d7"
|
resolved "https://registry.yarnpkg.com/@tryghost/api-version-compatibility-service/-/api-version-compatibility-service-0.4.3.tgz#8229ce8f0e9591e0a341f5b4c431b9911ffae3fa"
|
||||||
integrity sha512-pV3UpdoaqLkEosNNEIXwieUJc18eNmMA4bFRlzWziamB8Bscs1zRJX2hjQZVqJb2iQ5o5n98wlWxddJ4spvz3A==
|
integrity sha512-xAU5LL8VX71k48ydXzaNF9HyHcxZPRJXdCtqq05Bqk/7md6I32hySNUgwO5EyA6nmOcCcVhFBbpFTY0IZrVryA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@tryghost/email-content-generator" "^0.1.2"
|
"@tryghost/email-content-generator" "^0.1.3"
|
||||||
"@tryghost/version-notifications-data-service" "^0.2.0"
|
"@tryghost/version-notifications-data-service" "^0.2.1"
|
||||||
|
|
||||||
"@tryghost/bookshelf-collision@^0.1.22":
|
"@tryghost/bookshelf-collision@^0.1.22":
|
||||||
version "0.1.22"
|
version "0.1.22"
|
||||||
@ -1646,10 +1646,10 @@
|
|||||||
"@tryghost/debug" "^0.1.9"
|
"@tryghost/debug" "^0.1.9"
|
||||||
lodash "^4.17.20"
|
lodash "^4.17.20"
|
||||||
|
|
||||||
"@tryghost/email-content-generator@0.1.2", "@tryghost/email-content-generator@^0.1.2":
|
"@tryghost/email-content-generator@0.1.3", "@tryghost/email-content-generator@^0.1.3":
|
||||||
version "0.1.2"
|
version "0.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/email-content-generator/-/email-content-generator-0.1.2.tgz#edb4acb7108e031cb1ae01db262c59f362a2c059"
|
resolved "https://registry.yarnpkg.com/@tryghost/email-content-generator/-/email-content-generator-0.1.3.tgz#43500b3c1eaa77c39eedb66514a8a7f2a15d7719"
|
||||||
integrity sha512-oWRwnONxk4lLm7H26G/fvwQCBXq9WRS0K5WTBFgMUUh9WHet6WSX4oNXI8AQC0AFXI/o9bnzA0+vNZgwxe5X3Q==
|
integrity sha512-ZXk+jeboZFLSNw2IaBSPXlC3vKNoKP98wbJ7CYjopaRJ6Mrt+QJXNfHSyww5EtSQNIliyd0FYvR4qcp20ER3FQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
html-to-text "^5.1.1"
|
html-to-text "^5.1.1"
|
||||||
|
|
||||||
@ -2238,10 +2238,10 @@
|
|||||||
"@tryghost/domain-events" "^0.1.14"
|
"@tryghost/domain-events" "^0.1.14"
|
||||||
"@tryghost/member-events" "^0.4.6"
|
"@tryghost/member-events" "^0.4.6"
|
||||||
|
|
||||||
"@tryghost/version-notifications-data-service@^0.2.0":
|
"@tryghost/version-notifications-data-service@^0.2.1":
|
||||||
version "0.2.0"
|
version "0.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/version-notifications-data-service/-/version-notifications-data-service-0.2.0.tgz#e528ce7450b4cd31c035fa5a47f131cc6e8925d9"
|
resolved "https://registry.yarnpkg.com/@tryghost/version-notifications-data-service/-/version-notifications-data-service-0.2.1.tgz#6ac1ab7af87ed069a376ac57532d9347ded4caaf"
|
||||||
integrity sha512-Yz9e98kYaW7pb+QnaY0IONTSa4QjiZqGdnawkkCmECuHWIXx2cRnwCrGvhJ0+g3SxZGv5IB9ZBJQzAVrsHxjNA==
|
integrity sha512-szYs674FfaNR6yFyITYfN5nxJctikkPlvvPHobwTs8Xl/2Z9llFExNz0UW+xHb/KWubF56uUbOkgiXj24RApCA==
|
||||||
|
|
||||||
"@tryghost/version@0.1.14", "@tryghost/version@^0.1.14":
|
"@tryghost/version@0.1.14", "@tryghost/version@^0.1.14":
|
||||||
version "0.1.14"
|
version "0.1.14"
|
||||||
|
Loading…
Reference in New Issue
Block a user