chore: Version packages

This commit is contained in:
olivermrbl
2025-01-07 13:31:40 +01:00
parent 37aa804620
commit 3919b26eb6
151 changed files with 603 additions and 347 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/promotion
## 2.2.0
### Patch Changes
- [#10795](https://github.com/medusajs/medusa/pull/10795) [`f7ffa3540f6e293507a1a96c0993b784a58ea507`](https://github.com/medusajs/medusa/commit/f7ffa3540f6e293507a1a96c0993b784a58ea507) Thanks [@riqwan](https://github.com/riqwan)! - fix(promotion): don't evaluate rule condition if conditions to evaluate is empty
## 2.1.3
## 2.1.2
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/promotion",
"version": "2.1.3",
"version": "2.2.0",
"description": "Medusa Promotion module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.1.3",
"@medusajs/test-utils": "^2.1.3",
"@medusajs/framework": "^2.2.0",
"@medusajs/test-utils": "^2.2.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",