chore: change minor bumps to patch (#7177)

This commit is contained in:
Oli Juhl
2024-04-30 19:05:04 +02:00
committed by GitHub
parent e26cda4b6a
commit bb37e139aa
4 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
---
"@medusajs/utils": minor
"@medusajs/utils": patch
---
Return normalized DB errors from the mikro ORM repository

View File

@@ -1,7 +1,7 @@
---
"@medusajs/product": minor
"@medusajs/medusa": minor
"@medusajs/types": minor
"@medusajs/product": patch
"@medusajs/medusa": patch
"@medusajs/types": patch
"@medusajs/core-flows": patch
---

View File

@@ -1,6 +1,6 @@
---
"@medusajs/pricing": minor
"@medusajs/types": minor
"@medusajs/pricing": patch
"@medusajs/types": patch
"@medusajs/core-flows": patch
---

View File

@@ -1,6 +1,6 @@
---
"@medusajs/types": minor
"@medusajs/utils": minor
"@medusajs/types": patch
"@medusajs/utils": patch
---
Added an upsertWithReplace method to the mikro orm repository