chore: Version packages

This commit is contained in:
olivermrbl
2025-04-23 09:27:02 +02:00
parent 39523ba798
commit 2fec5f4aa0
147 changed files with 840 additions and 356 deletions
+16
View File
@@ -1,5 +1,21 @@
# @medusajs/workflows-sdk
## 2.7.1
### Patch Changes
- [#12027](https://github.com/medusajs/medusa/pull/12027) [`e180253d608103cd8dfba8fddd3af2ba6ff2455a`](https://github.com/medusajs/medusa/commit/e180253d608103cd8dfba8fddd3af2ba6ff2455a) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat(workflows-sdk,orchestrator): step skip on permanent failure
- [#12255](https://github.com/medusajs/medusa/pull/12255) [`c2fe3f152059b5c0323190e57ffed8f762efd4b7`](https://github.com/medusajs/medusa/commit/c2fe3f152059b5c0323190e57ffed8f762efd4b7) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: steps to return undefined and still chain the config method
- [#12196](https://github.com/medusajs/medusa/pull/12196) [`8618e6ee3843069ea189ea64d5191d93db52dc9d`](https://github.com/medusajs/medusa/commit/8618e6ee3843069ea189ea64d5191d93db52dc9d) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Properly handle workflow as step now that events are fixed entirely
- Updated dependencies [[`e180253d608103cd8dfba8fddd3af2ba6ff2455a`](https://github.com/medusajs/medusa/commit/e180253d608103cd8dfba8fddd3af2ba6ff2455a), [`2f6963a5fbea05537680cb1b1f6a2b9822c36325`](https://github.com/medusajs/medusa/commit/2f6963a5fbea05537680cb1b1f6a2b9822c36325), [`b8902637251e9ed4f8762ef280659bbab6d967de`](https://github.com/medusajs/medusa/commit/b8902637251e9ed4f8762ef280659bbab6d967de), [`8618e6ee3843069ea189ea64d5191d93db52dc9d`](https://github.com/medusajs/medusa/commit/8618e6ee3843069ea189ea64d5191d93db52dc9d), [`1f73281ab88c064404ecf7cc9dd0977dfd369723`](https://github.com/medusajs/medusa/commit/1f73281ab88c064404ecf7cc9dd0977dfd369723)]:
- @medusajs/orchestration@2.7.1
- @medusajs/types@2.7.1
- @medusajs/modules-sdk@2.7.1
- @medusajs/utils@2.7.1
## 2.7.0
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "2.7.0",
"version": "2.7.1",
"description": "Set of workflows tooling for Medusa",
"main": "dist/index.js",
"exports": {
@@ -42,10 +42,10 @@
"zod": "3.22.4"
},
"dependencies": {
"@medusajs/modules-sdk": "2.7.0",
"@medusajs/orchestration": "2.7.0",
"@medusajs/types": "2.7.0",
"@medusajs/utils": "2.7.0",
"@medusajs/modules-sdk": "2.7.1",
"@medusajs/orchestration": "2.7.1",
"@medusajs/types": "2.7.1",
"@medusajs/utils": "2.7.1",
"ulid": "^2.3.0"
},
"peerDependencies": {