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
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/workflows
## 0.2.5
### Patch Changes
- [`c39bf69a5`](https://github.com/medusajs/medusa/commit/c39bf69a5e5cae75d7fa12aa6022b10903557a32) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add missing version bumps
- Updated dependencies [[`c39bf69a5`](https://github.com/medusajs/medusa/commit/c39bf69a5e5cae75d7fa12aa6022b10903557a32), [`154c9b43b`](https://github.com/medusajs/medusa/commit/154c9b43bde1fdff562aba9da8a79af2660b29b3)]:
- @medusajs/modules-sdk@1.12.3
- @medusajs/orchestration@0.4.4
- @medusajs/utils@1.10.5
## 0.2.4
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows",
"version": "0.2.4",
"version": "0.2.5",
"description": "Set of workflows for Medusa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^1.11.4",
"@medusajs/types": "^1.11.6",
"cross-env": "^5.2.1",
"jest": "^29.6.3",
"rimraf": "^5.0.1",
@@ -26,9 +26,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.1",
"@medusajs/orchestration": "^0.4.2",
"@medusajs/utils": "^1.10.4",
"@medusajs/modules-sdk": "^1.12.3",
"@medusajs/orchestration": "^0.4.4",
"@medusajs/utils": "^1.10.5",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},