chore: Version Packages (#5527)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-11-10 10:28:21 +01:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent d2309e771d
commit 71d59d2c81
74 changed files with 370 additions and 191 deletions
+10
View File
@@ -1,5 +1,15 @@
# @medusajs/orchestration
## 0.4.4
### Patch Changes
- [`c39bf69a5`](https://github.com/medusajs/medusa/commit/c39bf69a5e5cae75d7fa12aa6022b10903557a32) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing version bumps
- Updated dependencies [[`91615f9c4`](https://github.com/medusajs/medusa/commit/91615f9c459a2d8cb842561c5edb335680d30298), [`c39bf69a5`](https://github.com/medusajs/medusa/commit/c39bf69a5e5cae75d7fa12aa6022b10903557a32), [`154c9b43b`](https://github.com/medusajs/medusa/commit/154c9b43bde1fdff562aba9da8a79af2660b29b3)]:
- @medusajs/types@1.11.6
- @medusajs/utils@1.10.5
## 0.4.3
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "0.4.3",
"version": "0.4.4",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"repository": {
@@ -24,8 +24,8 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/types": "^1.11.5",
"@medusajs/utils": "^1.10.4",
"@medusajs/types": "^1.11.6",
"@medusajs/utils": "^1.10.5",
"awilix": "^8.0.0",
"graphql": "^16.6.0"
},