-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/v2-basis
- Loading branch information
Showing
18 changed files
with
505 additions
and
396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@medusajs/admin-ui": patch | ||
"@medusajs/admin": patch | ||
--- | ||
|
||
fix(admin-ui, admin): Add missing regions relation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
"@medusajs/core-flows": minor | ||
"@medusajs/medusa": minor | ||
"@medusajs/core-flows": patch | ||
"@medusajs/medusa": patch | ||
--- | ||
|
||
Align the v2 product HTTP endpoints to follow conventions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@medusajs/medusa": patch | ||
"@medusajs/core-flows": patch | ||
--- | ||
|
||
feat: Create user account |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@medusajs/pricing": patch | ||
--- | ||
|
||
Fix(pricing): create price lists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
"@medusajs/core-flows": minor | ||
"@medusajs/product": minor | ||
"@medusajs/types": minor | ||
"@medusajs/core-flows": patch | ||
"@medusajs/product": patch | ||
"@medusajs/types": patch | ||
--- | ||
|
||
Updated the signature of the product module variant and options endpoints to follow our conventions |
Oops, something went wrong.