chore: Enter pre-release mode and version packages

This commit is contained in:
olivermrbl
2023-03-24 10:16:11 +01:00
parent 3b917b469a
commit b57ea22461
102 changed files with 1389 additions and 207 deletions
+6 -6
View File
@@ -9,13 +9,13 @@
"build": "babel src -d dist --extensions \".ts,.js\""
},
"dependencies": {
"@medusajs/cache-inmemory": "*",
"@medusajs/event-bus-local": "*",
"@medusajs/medusa": "*",
"@medusajs/cache-inmemory": "1.8.0-rc.0",
"@medusajs/event-bus-local": "1.8.0-rc.0",
"@medusajs/medusa": "1.8.0-rc.0",
"faker": "^5.5.3",
"medusa-fulfillment-webshipper": "*",
"medusa-interfaces": "*",
"medusa-plugin-sendgrid": "*",
"medusa-fulfillment-webshipper": "1.3.8-rc.0",
"medusa-interfaces": "1.3.7-rc.0",
"medusa-plugin-sendgrid": "1.3.8-rc.0",
"typeorm": "^0.3.11"
},
"devDependencies": {