0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Published new versions

- @tryghost/magic-link@1.0.10
 - @tryghost/members-api@1.25.2
 - @tryghost/members-csv@1.1.5
 - @tryghost/members-importer@0.3.1
 - @tryghost/members-ssr@1.0.11
This commit is contained in:
Fabien O'Carroll 2021-08-23 14:49:21 +02:00
parent 4b219626eb
commit df753df87a
5 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/magic-link", "name": "@tryghost/magic-link",
"version": "1.0.9", "version": "1.0.10",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/magic-link", "repository": "https://github.com/TryGhost/Members/tree/master/packages/magic-link",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/members-api", "name": "@tryghost/members-api",
"version": "1.25.1", "version": "1.25.2",
"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",
@ -29,7 +29,7 @@
"@tryghost/debug": "^0.1.2", "@tryghost/debug": "^0.1.2",
"@tryghost/errors": "^0.2.9", "@tryghost/errors": "^0.2.9",
"@tryghost/ignition-errors": "^0.1.2", "@tryghost/ignition-errors": "^0.1.2",
"@tryghost/magic-link": "^1.0.9", "@tryghost/magic-link": "^1.0.10",
"@tryghost/tpl": "^0.1.2", "@tryghost/tpl": "^0.1.2",
"@types/jsonwebtoken": "^8.5.1", "@types/jsonwebtoken": "^8.5.1",
"bluebird": "^3.5.4", "bluebird": "^3.5.4",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/members-csv", "name": "@tryghost/members-csv",
"version": "1.1.4", "version": "1.1.5",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-csv", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-csv",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/members-importer", "name": "@tryghost/members-importer",
"version": "0.3.0", "version": "0.3.1",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-importer", "repository": "https://github.com/TryGhost/Members/tree/main/packages/members-importer",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",
@ -26,7 +26,7 @@
}, },
"dependencies": { "dependencies": {
"@tryghost/errors": "^0.2.13", "@tryghost/errors": "^0.2.13",
"@tryghost/members-csv": "^1.1.4", "@tryghost/members-csv": "^1.1.5",
"@tryghost/tpl": "^0.1.3", "@tryghost/tpl": "^0.1.3",
"moment-timezone": "0.5.23" "moment-timezone": "0.5.23"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@tryghost/members-ssr", "name": "@tryghost/members-ssr",
"version": "1.0.10", "version": "1.0.11",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr", "repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr",
"author": "Ghost Foundation", "author": "Ghost Foundation",
"license": "MIT", "license": "MIT",