Published new versions

- @tryghost/magic-link@0.2.2
 - @tryghost/members-api@0.8.1
This commit is contained in:
Fabien O'Carroll 2019-10-10 20:21:23 +07:00
parent e04898cb3d
commit 5d2e20fbb7
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@tryghost/magic-link",
"version": "0.2.1",
"version": "0.2.2",
"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.8.0",
"version": "0.8.1",
"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.1",
"@tryghost/magic-link": "^0.2.2",
"bluebird": "^3.5.4",
"body-parser": "^1.19.0",
"cookies": "^0.7.3",