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

View File

@@ -1,5 +1,14 @@
# @medusajs/workflow-engine-redis
## 2.7.1
### Patch Changes
- [#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 [[`ee35f3ce9097832c10cdf2fd168763088e6c3fcb`](https://github.com/medusajs/medusa/commit/ee35f3ce9097832c10cdf2fd168763088e6c3fcb), [`2f6963a5fbea05537680cb1b1f6a2b9822c36325`](https://github.com/medusajs/medusa/commit/2f6963a5fbea05537680cb1b1f6a2b9822c36325), [`b8902637251e9ed4f8762ef280659bbab6d967de`](https://github.com/medusajs/medusa/commit/b8902637251e9ed4f8762ef280659bbab6d967de)]:
- @medusajs/framework@2.7.1
## 2.7.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflow-engine-redis",
"version": "2.7.0",
"version": "2.7.1",
"description": "Medusa Workflow Orchestrator module using Redis to track workflows executions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.7.0",
"@medusajs/test-utils": "2.7.0",
"@medusajs/framework": "2.7.1",
"@medusajs/test-utils": "2.7.1",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -55,7 +55,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.7.0",
"@medusajs/framework": "2.7.1",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",