Skip to content

Commit

Permalink
Merge branch 'develop' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-r-l-rodrigues authored Nov 20, 2024
2 parents 2d5ed9a + ec1ab4d commit b81b9f2
Show file tree
Hide file tree
Showing 331 changed files with 10,564 additions and 1,214 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-rockets-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---

fix(dashboard): Add missing inventory_item.list.\* widgets
5 changes: 5 additions & 0 deletions .changeset/big-horses-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/dashboard": patch
---

fix(dashboard): Ensure Breadcrumbs don't display stale data
6 changes: 6 additions & 0 deletions .changeset/clean-readers-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/types": patch
"@medusajs/utils": patch
---

Revert "feat: add optional fields"
5 changes: 5 additions & 0 deletions .changeset/curvy-spies-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/inventory": patch
---

Update reservation quantity
5 changes: 5 additions & 0 deletions .changeset/gorgeous-knives-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/js-sdk": patch
---

feat(js-sdk): add transferCart to sdk -> store -> cart
5 changes: 5 additions & 0 deletions .changeset/mighty-years-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/product": patch
---

fix(product): Update full descendant true when update parent category id
6 changes: 6 additions & 0 deletions .changeset/neat-geese-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/medusa": patch
"@medusajs/core-flows": patch
---

Refactor/finish rename order
28 changes: 28 additions & 0 deletions .changeset/proud-pigs-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
"@medusajs/api-key": patch
"@medusajs/auth": patch
"@medusajs/cart": patch
"@medusajs/currency": patch
"@medusajs/file": patch
"@medusajs/fulfillment": patch
"@medusajs/index": patch
"@medusajs/inventory": patch
"@medusajs/locking": patch
"@medusajs/notification": patch
"@medusajs/order": patch
"@medusajs/payment": patch
"@medusajs/pricing": patch
"@medusajs/product": patch
"@medusajs/promotion": patch
"@medusajs/region": patch
"@medusajs/sales-channel": patch
"@medusajs/stock-location": patch
"@medusajs/store": patch
"@medusajs/tax": patch
"@medusajs/user": patch
"@medusajs/workflow-engine-inmemory": patch
"@medusajs/workflow-engine-redis": patch
"@medusajs/locking-postgres": patch
---

Fix/mikro orm cli wrapper
6 changes: 6 additions & 0 deletions .changeset/selfish-poems-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/payment": patch
"@medusajs/payment-stripe": patch
---

fix(payment): Idempotent cancellation and proper creationg fail handling
5 changes: 5 additions & 0 deletions .changeset/tough-lamps-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---

fix(types): fix AdminBatchProductRequest to have product ID
5 changes: 5 additions & 0 deletions .changeset/tough-news-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---

feat(utils): add support for making relationships searchable
9 changes: 9 additions & 0 deletions .changeset/wet-ears-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@medusajs/auth": patch
"@medusajs/fulfillment": patch
"@medusajs/locking": patch
"@medusajs/notification": patch
"@medusajs/payment": patch
---

chore(): Update module provider retrieval error message and type
2 changes: 1 addition & 1 deletion .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
"type": "section",
"text": {
"type": "plain_text",
"text": "Triggering a release for preview environments failed"
"text": "Triggering a release for preview environments failed for ${{ github.run_id }}"
}
}
]
Expand Down
Loading

0 comments on commit b81b9f2

Please sign in to comment.