chore: Version Packages (#4891)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-08 14:09:39 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent d3d8f0bf58
commit 98b91d1137
70 changed files with 351 additions and 229 deletions
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/workflows
## 0.2.1
### Patch Changes
- Updated dependencies [[`c3dba0694`](https://github.com/medusajs/medusa/commit/c3dba069488952945150117a30b1306a2e0bb3ce), [`460161a69`](https://github.com/medusajs/medusa/commit/460161a69f22cf6d561952e92e7d9b56912113e6), [`fcb6b4f51`](https://github.com/medusajs/medusa/commit/fcb6b4f510dba2757570625acb5da9476b7544fd), [`4d16acf5f`](https://github.com/medusajs/medusa/commit/4d16acf5f096b5656b645f510f9c971e7c2dc9ef), [`4d16acf5f`](https://github.com/medusajs/medusa/commit/4d16acf5f096b5656b645f510f9c971e7c2dc9ef), [`87bade096`](https://github.com/medusajs/medusa/commit/87bade096e3d536f29ddc57dbc4c04e5d7a46e4b), [`4d16acf5f`](https://github.com/medusajs/medusa/commit/4d16acf5f096b5656b645f510f9c971e7c2dc9ef), [`a4906d0ac`](https://github.com/medusajs/medusa/commit/a4906d0ac0af36b1382d3befe64281b404387bd7)]:
- @medusajs/modules-sdk@1.10.0
- @medusajs/orchestration@0.3.0
- @medusajs/utils@1.10.0
## 0.2.0
### Minor Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows",
"version": "0.2.0",
"version": "0.2.1",
"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.10.2",
"@medusajs/types": "^1.11.0",
"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.9.2",
"@medusajs/orchestration": "^0.2.0",
"@medusajs/utils": "^1.9.6",
"@medusajs/modules-sdk": "^1.10.0",
"@medusajs/orchestration": "^0.3.0",
"@medusajs/utils": "^1.10.0",
"awilix": "^8.0.1",
"ulid": "^2.3.0"
},