mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
Published new versions
- @tryghost/magic-link@0.1.1 - @tryghost/members-api@0.5.1 - @tryghost/members-auth-pages@1.1.3 - @tryghost/members-browser-auth@0.2.2 - @tryghost/members-gateway-api@0.1.6 - @tryghost/members-gateway-protocol@0.1.4 - @tryghost/members-ssr@0.4.0 - @tryghost/members-theme-bindings@0.2.5
This commit is contained in:
parent
458bcf41fa
commit
b834c70559
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/magic-link",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/magic-link",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-api",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-api",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -23,7 +23,7 @@
|
||||
"sinon": "7.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/magic-link": "^0.1.0",
|
||||
"@tryghost/magic-link": "^0.1.1",
|
||||
"bluebird": "^3.5.4",
|
||||
"body-parser": "^1.19.0",
|
||||
"cookies": "^0.7.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-auth-pages",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-protocol",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -32,7 +32,7 @@
|
||||
"preact-cli": "3.0.0-rc.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/members-gateway-protocol": "^0.1.3",
|
||||
"@tryghost/members-gateway-protocol": "^0.1.4",
|
||||
"preact": "^8.2.1",
|
||||
"preact-compat": "^3.17.0",
|
||||
"react-stripe-elements": "^5.0.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-browser-auth",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-browser-auth",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -24,7 +24,7 @@
|
||||
"sinon": "7.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/members-gateway-api": "^0.1.5",
|
||||
"@tryghost/members-gateway-api": "^0.1.6",
|
||||
"bluebird": "^3.5.4",
|
||||
"ghost-ignition": "^3.1.0",
|
||||
"lodash": "^4.17.11"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-gateway-api",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-api",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -26,7 +26,7 @@
|
||||
"sinon": "7.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/members-gateway-protocol": "^0.1.3",
|
||||
"@tryghost/members-gateway-protocol": "^0.1.4",
|
||||
"bluebird": "^3.5.4",
|
||||
"ghost-ignition": "^3.1.0",
|
||||
"lodash": "^4.17.11",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-gateway-protocol",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-gateway-protocol",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-ssr",
|
||||
"version": "0.3.1",
|
||||
"version": "0.4.0",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-ssr",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/members-theme-bindings",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-theme-bindings",
|
||||
"author": "Ghost Foundation",
|
||||
"license": "MIT",
|
||||
@ -31,7 +31,7 @@
|
||||
"sinon": "7.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tryghost/members-browser-auth": "^0.2.1",
|
||||
"@tryghost/members-browser-auth": "^0.2.2",
|
||||
"bluebird": "^3.5.4",
|
||||
"ghost-ignition": "^3.1.0",
|
||||
"lodash": "^4.17.11"
|
||||
|
Loading…
Reference in New Issue
Block a user