chore: Version packages

This commit is contained in:
olivermrbl
2025-02-11 12:00:43 +01:00
parent db03738b5f
commit 682dcf6507
163 changed files with 710 additions and 415 deletions

View File

@@ -1,5 +1,11 @@
# @medusajs/workflow-engine-inmemory
## 2.5.0
### Patch Changes
- [#11200](https://github.com/medusajs/medusa/pull/11200) [`c8376a9f15ba728506411e567ed4389c7b64406f`](https://github.com/medusajs/medusa/commit/c8376a9f15ba728506411e567ed4389c7b64406f) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(medusa): remove expired workflow executions
## 2.4.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflow-engine-inmemory",
"version": "2.4.0",
"version": "2.5.0",
"description": "Medusa Workflow Orchestrator module",
"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.4.0",
"@medusajs/test-utils": "^2.4.0",
"@medusajs/framework": "^2.5.0",
"@medusajs/test-utils": "^2.5.0",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",