chore: Version Packages (#4074)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-16 11:03:47 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 9518efccae
commit 0be70113f9
59 changed files with 273 additions and 123 deletions
+8
View File
@@ -1,5 +1,13 @@
# @medusajs/modules-sdk
## 1.8.6
### Patch Changes
- Updated dependencies [[`a86f0e815`](https://github.com/medusajs/medusa/commit/a86f0e815a9e75d7d562fbe516c5bb7e0ab1f6ee), [`cdbac2c84`](https://github.com/medusajs/medusa/commit/cdbac2c8403a3c15c0e11993f6b7dab268fa5c08), [`6511959e2`](https://github.com/medusajs/medusa/commit/6511959e23177f3b4831915db0e8e788bc9047fa)]:
- @medusajs/types@1.8.6
- @medusajs/utils@1.8.5
## 1.8.5
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "1.8.5",
"version": "1.8.6",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"repository": {
@@ -23,8 +23,8 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@medusajs/types": "1.8.5",
"@medusajs/utils": "1.8.4",
"@medusajs/types": "1.8.6",
"@medusajs/utils": "1.8.5",
"awilix": "^8.0.0",
"glob": "7.1.6",
"medusa-telemetry": "^0.0.16",