v1.0.0-alpha.6

This commit is contained in:
Sebastian Rindom
2020-08-21 22:54:11 +02:00
parent fef7c8c6c0
commit de7ba210a4
3 changed files with 4 additions and 4 deletions

View File

@@ -4,5 +4,5 @@
"packages/*"
],
"registry": "https://registry.npmjs.org/",
"version": "1.0.0-alpha.5"
"version": "1.0.0-alpha.6"
}

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-payment-adyen",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.6",
"description": "Adyen Payment provider for Medusa Commerce",
"main": "index.js",
"repository": {
@@ -44,4 +44,4 @@
"medusa-test-utils": "^1.0.0-alpha.3"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.6",
"description": "E-commerce for JAMstack",
"main": "dist/app.js",
"repository": {