chore: Version packages

This commit is contained in:
olivermrbl
2025-01-17 10:29:04 -05:00
parent 5faf48b8c2
commit efe141f54b
160 changed files with 650 additions and 399 deletions
+8
View File
@@ -1,5 +1,13 @@
# @medusajs/pricing
## 2.3.0
### Patch Changes
- [#10896](https://github.com/medusajs/medusa/pull/10896) [`3fec01ab494dcd91ee5b2f17597e24e653ddc801`](https://github.com/medusajs/medusa/commit/3fec01ab494dcd91ee5b2f17597e24e653ddc801) Thanks [@riqwan](https://github.com/riqwan)! - fix(pricing): add null conditions for deleted at during price calculations
- [#10882](https://github.com/medusajs/medusa/pull/10882) [`a625bce7b022c28a256f81777b7ebab15ab1d930`](https://github.com/medusajs/medusa/commit/a625bce7b022c28a256f81777b7ebab15ab1d930) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(pricing): PriceLists of type Sale no longer override default prices when the price list price is higher than the default price.
## 2.2.0
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "2.2.0",
"version": "2.3.0",
"description": "Medusa Pricing 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.2.0",
"@medusajs/test-utils": "^2.2.0",
"@medusajs/framework": "^2.3.0",
"@medusajs/test-utils": "^2.3.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",