chore: Version Packages (#5171)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-29 14:17:21 -04:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 8cf92cea18
commit dab8a82cc1
53 changed files with 207 additions and 149 deletions
+10
View File
@@ -1,5 +1,15 @@
# @medusajs/orchestration
## 0.4.1
### Patch Changes
- [`30233712c`](https://github.com/medusajs/medusa/commit/30233712cb93b38de50c266a9841cea413949611) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing changeset
- Updated dependencies [[`cc4169a94`](https://github.com/medusajs/medusa/commit/cc4169a94c7c5f5bf4d04f7b6e815b409a0a8192), [`1e7db5a5c`](https://github.com/medusajs/medusa/commit/1e7db5a5cb7c955e72c52e64df8a16b1607eef70)]:
- @medusajs/utils@1.10.2
- @medusajs/types@1.11.2
## 0.4.0
### Minor Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "0.4.0",
"version": "0.4.1",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"repository": {
@@ -24,8 +24,8 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/types": "^1.11.1",
"@medusajs/utils": "^1.10.1",
"@medusajs/types": "^1.11.2",
"@medusajs/utils": "^1.10.2",
"awilix": "^8.0.0",
"graphql": "^16.6.0"
},