Skip to content

Commit

Permalink
Merge branch 'develop' into feat/promotion-dml
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage authored Dec 9, 2024
2 parents 882c6a5 + 0ae98c5 commit a931beb
Show file tree
Hide file tree
Showing 252 changed files with 8,334 additions and 3,537 deletions.
6 changes: 6 additions & 0 deletions .changeset/dry-cheetahs-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/dashboard": patch
"@medusajs/types": patch
---

feat(dashboard,types): Add UI to manage conditional SO prices
5 changes: 5 additions & 0 deletions .changeset/empty-snails-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---

fix(medusa): add query type argument to RequestWithContext
6 changes: 6 additions & 0 deletions .changeset/empty-trees-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/promotion": patch
"@medusajs/core-flows": patch
---

fix(promotion, core-flows): updating cart with removed promotion removes adjustments
6 changes: 6 additions & 0 deletions .changeset/stale-eyes-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/dashboard": patch
"@medusajs/types": patch
---

fix(dashboard,types): Fix TS errors
4 changes: 2 additions & 2 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
NEXT_PUBLIC_BASE_URL: "http://localhost:3000"
NEXT_PUBLIC_BASE_PATH: /api
NEXT_PUBLIC_DOCS_URL: "https://medusa-docs.vercel.app"
NEXT_PUBLIC_UI_URL: "https://docs-ui.vercel.app"
NODE_ENV: production
NEXT_PUBLIC_RESOURCES_URL: "http://medusa-types-nine.vercel.app"
# TODO change once we have actual URLs
NEXT_PUBLIC_RESOURCES_URL: "http://example.com"
NEXT_PUBLIC_USER_GUIDE_URL: "http://example.com"

vale-book:
Expand Down
Loading

0 comments on commit a931beb

Please sign in to comment.