chore: Version packages

This commit is contained in:
olivermrbl
2025-02-24 11:36:46 +01:00
parent a9e2ef6c20
commit 3f7470022c
163 changed files with 615 additions and 407 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/order
## 2.5.1
### Patch Changes
- [#11518](https://github.com/medusajs/medusa/pull/11518) [`0c957350a6688c78572361b51c1f16a452a31aed`](https://github.com/medusajs/medusa/commit/0c957350a6688c78572361b51c1f16a452a31aed) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(order): order edit flows with calculated taxes
## 2.5.0
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/order",
"version": "2.5.0",
"version": "2.5.1",
"description": "Medusa Order 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.5.0",
"@medusajs/test-utils": "^2.5.0",
"@medusajs/framework": "^2.5.1",
"@medusajs/test-utils": "^2.5.1",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",