chore: Version Packages (#5340)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-19 15:58:48 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent c1cabac721
commit c0d74bc682
61 changed files with 271 additions and 177 deletions
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/workflows
## 0.2.4
### Patch Changes
- [#5301](https://github.com/medusajs/medusa/pull/5301) [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9) Thanks [@srindom](https://github.com/srindom)! - fix: move create inventory workflow to @medusajs/workflows
- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]:
- @medusajs/utils@1.10.4
- @medusajs/modules-sdk@1.12.1
- @medusajs/orchestration@0.4.2
## 0.2.3
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows",
"version": "0.2.3",
"version": "0.2.4",
"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.2",
"@medusajs/types": "^1.11.4",
"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.11.3",
"@medusajs/orchestration": "^0.4.1",
"@medusajs/utils": "^1.10.2",
"@medusajs/modules-sdk": "^1.12.1",
"@medusajs/orchestration": "^0.4.2",
"@medusajs/utils": "^1.10.4",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},