Merge branch 'feat/payment-module-models' into feat/payment-module-interfaces

This commit is contained in:
fPolic
2024-01-18 16:01:51 +01:00
450 changed files with 18624 additions and 8176 deletions

View File

@@ -0,0 +1,6 @@
---
"@medusajs/types": patch
"@medusajs/utils": patch
---
feat(utils,types): add registerUsages for promotion's computed actions

View File

@@ -0,0 +1,9 @@
---
"@medusajs/ui": minor
"@medusajs/ui-preset": minor
"@medusajs/icons": minor
---
feat(ui): Updates spacing and sizing of components. Introduces new `size` variants for some components, such as `Button`, `IconButton`, and `Avatar`. Change most `:focus` styles to `:focus-visible` styles, to prevenent focus styles from being visible when not needed, such as on button clicks.
feat(ui-preset): Publishes latest updates to our design system styles, as well as adding new colors. Noticable changes include changing `ui-code-text-*` styles to `ui-code-fg-*` for better consistency.
feat(icons): Updates the `LockClosedSolid` and `LockOpenSolid` icons, and introduces four new icons: `LockClosedSolidMini`, `TriangleLeftMini`, `TriangleRightMini`, and `TriangleMini`.

View File

@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---
Add line items in cart creation

View File

@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---
feat(types): add campaign + promotion operations

View File

@@ -0,0 +1,5 @@
---
"@medusajs/modules-sdk": patch
---
feat(modules-sdk): run hooks on application start

View File

@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---
feat(cart): Shipping methods

View File

@@ -0,0 +1,5 @@
---
"@medusajs/workflows-sdk": patch
---
create workflow can return destructured properties of a step

View File

@@ -0,0 +1,8 @@
---
"@medusajs/pricing": patch
"@medusajs/product": patch
"@medusajs/utils": patch
"@medusajs/types": patch
---
chore: Abstract module services