chore: Version Packages (#12924)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
439c711845
commit
137ea0883d
@@ -1,5 +1,17 @@
|
||||
# @medusajs/workflows-sdk
|
||||
|
||||
## 2.8.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#12926](https://github.com/medusajs/medusa/pull/12926) [`1bd455bc7bd32b0fda8c808b203ad341253f095d`](https://github.com/medusajs/medusa/commit/1bd455bc7bd32b0fda8c808b203ad341253f095d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(workflows-sdk): step config name before default step
|
||||
|
||||
- Updated dependencies [[`e74044af4de213ba6326a8fb2b5d02e5875b8a4a`](https://github.com/medusajs/medusa/commit/e74044af4de213ba6326a8fb2b5d02e5875b8a4a), [`468b81c2cbdbc24b26e31bf6e347d3633a4fb4f8`](https://github.com/medusajs/medusa/commit/468b81c2cbdbc24b26e31bf6e347d3633a4fb4f8), [`919c53e44e2c7bb16bc513b5c96c93ac47bd6ce5`](https://github.com/medusajs/medusa/commit/919c53e44e2c7bb16bc513b5c96c93ac47bd6ce5), [`7669dbb03e2f65fa76cff1c5b90a0777e475cb47`](https://github.com/medusajs/medusa/commit/7669dbb03e2f65fa76cff1c5b90a0777e475cb47), [`c5d609d09cb29c6cf01d1c6c65305cc566f391c5`](https://github.com/medusajs/medusa/commit/c5d609d09cb29c6cf01d1c6c65305cc566f391c5)]:
|
||||
- @medusajs/orchestration@2.8.8
|
||||
- @medusajs/types@2.8.8
|
||||
- @medusajs/utils@2.8.8
|
||||
- @medusajs/modules-sdk@2.8.8
|
||||
|
||||
## 2.8.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/workflows-sdk",
|
||||
"version": "2.8.7",
|
||||
"version": "2.8.8",
|
||||
"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.8.7",
|
||||
"@medusajs/orchestration": "2.8.7",
|
||||
"@medusajs/types": "2.8.7",
|
||||
"@medusajs/utils": "2.8.7",
|
||||
"@medusajs/modules-sdk": "2.8.8",
|
||||
"@medusajs/orchestration": "2.8.8",
|
||||
"@medusajs/types": "2.8.8",
|
||||
"@medusajs/utils": "2.8.8",
|
||||
"ulid": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user