Published new versions

- @tryghost/members-api@2.4.4
 - @tryghost/members-offers@0.10.1
 - @tryghost/members-payments@0.1.3
This commit is contained in:
Fabien O'Carroll 2021-10-22 16:49:55 +02:00
parent 668a9d47ba
commit 0144ad1f7e
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/members-api", "name": "@tryghost/members-api",
"version": "2.4.3", "version": "2.4.4",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",
@ -34,7 +34,7 @@
"@tryghost/member-analytics-service": "^0.1.4", "@tryghost/member-analytics-service": "^0.1.4",
"@tryghost/member-events": "^0.3.1", "@tryghost/member-events": "^0.3.1",
"@tryghost/members-analytics-ingress": "^0.1.5", "@tryghost/members-analytics-ingress": "^0.1.5",
"@tryghost/members-payments": "^0.1.2", "@tryghost/members-payments": "^0.1.3",
"@tryghost/members-stripe-service": "^0.4.0", "@tryghost/members-stripe-service": "^0.4.0",
"@tryghost/tpl": "^0.1.2", "@tryghost/tpl": "^0.1.2",
"@types/jsonwebtoken": "^8.5.1", "@types/jsonwebtoken": "^8.5.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/members-offers", "name": "@tryghost/members-offers",
"version": "0.10.0", "version": "0.10.1",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/offers", "repository": "https://github.com/TryGhost/Members/tree/main/packages/offers",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/members-payments", "name": "@tryghost/members-payments",
"version": "0.1.2", "version": "0.1.3",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/payments", "repository": "https://github.com/TryGhost/Members/tree/main/packages/payments",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",
@ -26,6 +26,6 @@
}, },
"dependencies": { "dependencies": {
"@tryghost/domain-events": "^0.1.3", "@tryghost/domain-events": "^0.1.3",
"@tryghost/members-offers": "^0.10.0" "@tryghost/members-offers": "^0.10.1"
} }
} }