chore: Version Packages (#4591)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-27 13:19:14 +02:00
committed by GitHub
parent 379c83933e
commit 5a569c4a20
40 changed files with 184 additions and 123 deletions
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/orchestration
## 0.1.0
### Minor Changes
- [#4553](https://github.com/medusajs/medusa/pull/4553) [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Medusa workflows package
### Patch Changes
- Updated dependencies [[`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd)]:
- @medusajs/utils@1.9.3
## 0.0.2
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "0.0.2",
"version": "0.1.0",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"repository": {
@@ -17,14 +17,14 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.8.11",
"@medusajs/types": "^1.9.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"typescript": "^4.4.4"
},
"dependencies": {
"@medusajs/utils": "^1.9.2",
"@medusajs/utils": "^1.9.3",
"graphql": "^16.6.0"
},
"scripts": {