Skip to content

Commit

Permalink
Merge branch 'develop' into chore/workflow-sdk-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-r-l-rodrigues authored Nov 20, 2024
2 parents 7cd21d3 + aeb5b43 commit 5b90a4c
Show file tree
Hide file tree
Showing 223 changed files with 6,584 additions and 860 deletions.
6 changes: 6 additions & 0 deletions .changeset/chilled-dingos-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/orchestration": patch
"@medusajs/workflows-sdk": patch
---

Add response to permanent failure
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
6 changes: 6 additions & 0 deletions .changeset/new-eels-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/framework": patch
"@medusajs/utils": patch
---

Fix loaders path
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 5b90a4c

Please sign in to comment.