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@0.2.1
 - @tryghost/members-api@0.8.0
 - @tryghost/members-ssr@0.7.0
This commit is contained in:
Fabien O'Carroll 2019-10-09 10:51:35 +07:00
parent 2d058d8a47
commit 2c4732b46d
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@tryghost/members-api",
"version": "0.7.7",
"version": "0.8.0",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api",
"author": "Ghost Foundation",
"license": "MIT",
@ -23,7 +23,7 @@
"sinon": "7.5.0"
},
"dependencies": {
"@tryghost/magic-link": "^0.2.0",
"@tryghost/magic-link": "^0.2.1",
"bluebird": "^3.5.4",
"body-parser": "^1.19.0",
"cookies": "^0.7.3",

View file

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