chore: Version Packages (#13494)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-18 18:38:07 +02:00
committed by GitHub
parent 41047b3854
commit 174b5b1cb7
156 changed files with 941 additions and 398 deletions

View File

@@ -1,5 +1,17 @@
# @medusajs/workflows-sdk
## 2.10.3
### Patch Changes
- [#13516](https://github.com/medusajs/medusa/pull/13516) [`25634b038248ab6501af719faec79b59b496bada`](https://github.com/medusajs/medusa/commit/25634b038248ab6501af719faec79b59b496bada) Thanks [@adrien2p](https://github.com/adrien2p)! - test(): test dynamic max workers and improve CI
- Updated dependencies [[`2a29c6f82c73ff6720cc21e885125c984419226c`](https://github.com/medusajs/medusa/commit/2a29c6f82c73ff6720cc21e885125c984419226c), [`ebf33bea43bb6fe03a60a3099b2bc62608f0d13b`](https://github.com/medusajs/medusa/commit/ebf33bea43bb6fe03a60a3099b2bc62608f0d13b), [`25634b038248ab6501af719faec79b59b496bada`](https://github.com/medusajs/medusa/commit/25634b038248ab6501af719faec79b59b496bada), [`9563ee446f2b3a2e0cd4a4a33959ed55be5f268a`](https://github.com/medusajs/medusa/commit/9563ee446f2b3a2e0cd4a4a33959ed55be5f268a), [`88748ba09d6578608d3d9858718fbbfba956f67b`](https://github.com/medusajs/medusa/commit/88748ba09d6578608d3d9858718fbbfba956f67b)]:
- @medusajs/types@2.10.3
- @medusajs/orchestration@2.10.3
- @medusajs/modules-sdk@2.10.3
- @medusajs/utils@2.10.3
## 2.10.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "2.10.2",
"version": "2.10.3",
"description": "Set of workflows tooling for Medusa",
"main": "dist/index.js",
"exports": {
@@ -42,10 +42,10 @@
"zod": "3.25.76"
},
"dependencies": {
"@medusajs/modules-sdk": "2.10.2",
"@medusajs/orchestration": "2.10.2",
"@medusajs/types": "2.10.2",
"@medusajs/utils": "2.10.2",
"@medusajs/modules-sdk": "2.10.3",
"@medusajs/orchestration": "2.10.3",
"@medusajs/types": "2.10.3",
"@medusajs/utils": "2.10.3",
"ulid": "^2.3.0"
},
"peerDependencies": {