chore(release): Publish

This commit is contained in:
olivermrbl
2022-12-13 10:34:07 +01:00
parent 98b91fe917
commit 29135c0519
32 changed files with 98 additions and 124 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): allow passing idempotency key to service layer create
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Decorate orders returned by /store/orders/:id with totals.
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix: cart completion strategy tax lines management
-6
View File
@@ -1,6 +0,0 @@
---
"integration-tests-api": patch
"integration-tests-plugins": patch
---
test: allow integration-tests to leverage workspaces optimizations
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Use requireCustomerAuthentication middleware in get-session
-6
View File
@@ -1,6 +0,0 @@
---
"medusa-core-utils": patch
"@medusajs/medusa": patch
---
chore(medusa-core-utils): Migrate to TS
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Order service legacy decorate totals should still apply the totals to the items
-5
View File
@@ -1,5 +0,0 @@
---
"medusa-payment-stripe": patch
---
fix(medusa-plugin-stripe): Correct hooks import
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Properly setting "refunded" and "partially refunded" statuses on orders
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore: update awilix to v8
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Feat(medusa): Optimize the cart creation with time line and therefore the response time
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix: Fixes a bug where `country_code` was dropped when partially updating a shipping and/or billing address on a cart.
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(oas): explicitly declare type:object on schemas with properties
-7
View File
@@ -1,7 +0,0 @@
---
"@medusajs/medusa": minor
---
Feat: allow customers to claim orders
BREAKING CHANGE: `customerService.retrieveByEmail` is being deprecated in favor of two methods: `customerService.retrieveRegisteredByEmail` and `customerService.retrieveUnRegisteredByEmail`. Please use `customerService.list({ email: <customer email> })` in the future
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Enforces a validation for discounts that makes regions a required parameter
-6
View File
@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"medusa-react": patch
---
Adds appropriate optional type to several endpoint fields related to products. Also fixes the use of wrong payload type for `useAdminUpdateVariant` hook in `medusa-react`.
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
feat: Allow to assign a collection to a product during the import
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Throw on flat rate shipping options with no amount
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Allow regular expression in CORS configuration
-5
View File
@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Should update the adjustments upon cart discount removal