chore: Version packages

This commit is contained in:
olivermrbl
2025-03-04 14:11:37 +01:00
parent cad8b40c13
commit 5d74ac3cc3
158 changed files with 628 additions and 377 deletions
+8
View File
@@ -1,5 +1,13 @@
# @medusajs/cart
## 2.6.0
### Patch Changes
- [#11666](https://github.com/medusajs/medusa/pull/11666) [`d1efad9bf05ca80959e8b50d74b74167fc1b0064`](https://github.com/medusajs/medusa/commit/d1efad9bf05ca80959e8b50d74b74167fc1b0064) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Improve cart update line items
- [#11632](https://github.com/medusajs/medusa/pull/11632) [`caf83cf78cb6d2dbd1837f6814062dafecbd04fa`](https://github.com/medusajs/medusa/commit/caf83cf78cb6d2dbd1837f6814062dafecbd04fa) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Prevent workflow steps to even call modules when not necessary
## 2.5.1
## 2.5.0
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cart",
"version": "2.5.1",
"version": "2.6.0",
"description": "Medusa Cart 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.1",
"@medusajs/test-utils": "^2.5.1",
"@medusajs/framework": "^2.6.0",
"@medusajs/test-utils": "^2.6.0",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",