From 628e8d22eeec3852a59e762b2eae02fcf9df1c06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:41:13 +0200 Subject: [PATCH] chore: Version Packages (#12691) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/big-olives-do.md | 10 -- .changeset/blue-bags-grin.md | 7 -- .changeset/bright-guests-speak.md | 6 -- .changeset/bright-parents-know.md | 9 -- .changeset/cold-cats-cheat.md | 8 -- .changeset/early-chefs-chew.md | 11 --- .changeset/early-rice-rule.md | 5 - .changeset/eleven-falcons-return.md | 6 -- .changeset/honest-snails-swim.md | 5 - .changeset/lemon-birds-switch.md | 6 -- .changeset/loud-ducks-do.md | 6 -- .changeset/metal-kangaroos-push.md | 11 --- .changeset/mighty-spoons-bow.md | 5 - .changeset/proud-shirts-leave.md | 6 -- .changeset/shy-nails-enjoy.md | 5 - .changeset/sixty-years-invite.md | 8 -- .changeset/sour-tigers-press.md | 5 - .changeset/stale-forks-cover.md | 5 - .changeset/tricky-plants-sell.md | 6 -- .changeset/twelve-bears-wait.md | 7 -- integration-tests/http/CHANGELOG.md | 32 ++++++ integration-tests/http/package.json | 2 +- packages/admin/admin-bundler/CHANGELOG.md | 9 ++ packages/admin/admin-bundler/package.json | 10 +- packages/admin/admin-sdk/CHANGELOG.md | 7 ++ packages/admin/admin-sdk/package.json | 4 +- packages/admin/admin-shared/CHANGELOG.md | 2 + packages/admin/admin-shared/package.json | 2 +- packages/admin/admin-vite-plugin/CHANGELOG.md | 7 ++ packages/admin/admin-vite-plugin/package.json | 4 +- packages/admin/dashboard/CHANGELOG.md | 18 ++++ packages/admin/dashboard/package.json | 18 ++-- packages/cli/create-medusa-app/CHANGELOG.md | 11 +++ packages/cli/create-medusa-app/package.json | 4 +- packages/cli/medusa-cli/CHANGELOG.md | 8 ++ packages/cli/medusa-cli/package.json | 6 +- packages/cli/medusa-dev-cli/CHANGELOG.md | 2 + packages/cli/medusa-dev-cli/package.json | 2 +- packages/cli/oas/medusa-oas-cli/CHANGELOG.md | 8 ++ packages/cli/oas/medusa-oas-cli/package.json | 8 +- packages/cli/oas/oas-github-ci/CHANGELOG.md | 7 ++ packages/cli/oas/oas-github-ci/package.json | 4 +- packages/core/core-flows/CHANGELOG.md | 15 +++ packages/core/core-flows/package.json | 6 +- packages/core/framework/CHANGELOG.md | 23 +++++ packages/core/framework/package.json | 18 ++-- packages/core/js-sdk/CHANGELOG.md | 9 ++ packages/core/js-sdk/package.json | 4 +- packages/core/modules-sdk/CHANGELOG.md | 11 +++ packages/core/modules-sdk/package.json | 8 +- packages/core/orchestration/CHANGELOG.md | 10 ++ packages/core/orchestration/package.json | 6 +- packages/core/types/CHANGELOG.md | 18 ++++ packages/core/types/package.json | 2 +- packages/core/utils/CHANGELOG.md | 19 ++++ packages/core/utils/package.json | 4 +- packages/core/workflows-sdk/CHANGELOG.md | 12 +++ packages/core/workflows-sdk/package.json | 10 +- packages/design-system/icons/CHANGELOG.md | 2 + packages/design-system/icons/package.json | 4 +- packages/design-system/toolbox/CHANGELOG.md | 2 + packages/design-system/toolbox/package.json | 2 +- packages/design-system/ui-preset/CHANGELOG.md | 2 + packages/design-system/ui-preset/package.json | 4 +- packages/design-system/ui/CHANGELOG.md | 7 ++ packages/design-system/ui/package.json | 6 +- packages/medusa-telemetry/CHANGELOG.md | 2 + packages/medusa-telemetry/package.json | 2 +- packages/medusa-test-utils/CHANGELOG.md | 10 ++ packages/medusa-test-utils/package.json | 8 +- packages/medusa/CHANGELOG.md | 63 ++++++++++++ packages/medusa/package.json | 98 +++++++++---------- packages/modules/analytics/CHANGELOG.md | 7 ++ packages/modules/analytics/package.json | 8 +- packages/modules/api-key/CHANGELOG.md | 7 ++ packages/modules/api-key/package.json | 8 +- packages/modules/auth/CHANGELOG.md | 9 ++ packages/modules/auth/package.json | 8 +- packages/modules/cache-inmemory/CHANGELOG.md | 7 ++ packages/modules/cache-inmemory/package.json | 6 +- packages/modules/cache-redis/CHANGELOG.md | 7 ++ packages/modules/cache-redis/package.json | 6 +- packages/modules/cart/CHANGELOG.md | 9 ++ packages/modules/cart/package.json | 8 +- packages/modules/currency/CHANGELOG.md | 7 ++ packages/modules/currency/package.json | 8 +- packages/modules/customer/CHANGELOG.md | 9 ++ packages/modules/customer/package.json | 8 +- packages/modules/event-bus-local/CHANGELOG.md | 7 ++ packages/modules/event-bus-local/package.json | 6 +- packages/modules/event-bus-redis/CHANGELOG.md | 7 ++ packages/modules/event-bus-redis/package.json | 6 +- packages/modules/file/CHANGELOG.md | 7 ++ packages/modules/file/package.json | 8 +- packages/modules/fulfillment/CHANGELOG.md | 9 ++ packages/modules/fulfillment/package.json | 8 +- packages/modules/index/CHANGELOG.md | 7 ++ packages/modules/index/package.json | 8 +- packages/modules/inventory/CHANGELOG.md | 9 ++ packages/modules/inventory/package.json | 8 +- packages/modules/link-modules/CHANGELOG.md | 7 ++ packages/modules/link-modules/package.json | 8 +- packages/modules/locking/CHANGELOG.md | 7 ++ packages/modules/locking/package.json | 8 +- packages/modules/notification/CHANGELOG.md | 7 ++ packages/modules/notification/package.json | 8 +- packages/modules/order/CHANGELOG.md | 7 ++ packages/modules/order/package.json | 8 +- packages/modules/payment/CHANGELOG.md | 13 +++ packages/modules/payment/package.json | 8 +- packages/modules/pricing/CHANGELOG.md | 7 ++ packages/modules/pricing/package.json | 8 +- packages/modules/product/CHANGELOG.md | 7 ++ packages/modules/product/package.json | 8 +- packages/modules/promotion/CHANGELOG.md | 11 +++ packages/modules/promotion/package.json | 8 +- .../providers/analytics-local/CHANGELOG.md | 7 ++ .../providers/analytics-local/package.json | 6 +- .../providers/analytics-posthog/CHANGELOG.md | 7 ++ .../providers/analytics-posthog/package.json | 6 +- .../providers/auth-emailpass/CHANGELOG.md | 7 ++ .../providers/auth-emailpass/package.json | 6 +- .../providers/auth-github/CHANGELOG.md | 7 ++ .../providers/auth-github/package.json | 6 +- .../providers/auth-google/CHANGELOG.md | 9 ++ .../providers/auth-google/package.json | 6 +- .../modules/providers/file-local/CHANGELOG.md | 9 ++ .../modules/providers/file-local/package.json | 6 +- .../modules/providers/file-s3/CHANGELOG.md | 7 ++ .../modules/providers/file-s3/package.json | 6 +- .../providers/fulfillment-manual/CHANGELOG.md | 7 ++ .../providers/fulfillment-manual/package.json | 6 +- .../providers/locking-postgres/CHANGELOG.md | 7 ++ .../providers/locking-postgres/package.json | 6 +- .../providers/locking-redis/CHANGELOG.md | 7 ++ .../providers/locking-redis/package.json | 6 +- .../providers/notification-local/CHANGELOG.md | 7 ++ .../providers/notification-local/package.json | 6 +- .../notification-sendgrid/CHANGELOG.md | 7 ++ .../notification-sendgrid/package.json | 6 +- .../providers/payment-stripe/CHANGELOG.md | 7 ++ .../providers/payment-stripe/package.json | 6 +- packages/modules/region/CHANGELOG.md | 7 ++ packages/modules/region/package.json | 8 +- packages/modules/sales-channel/CHANGELOG.md | 7 ++ packages/modules/sales-channel/package.json | 8 +- packages/modules/stock-location/CHANGELOG.md | 7 ++ packages/modules/stock-location/package.json | 8 +- packages/modules/store/CHANGELOG.md | 7 ++ packages/modules/store/package.json | 8 +- packages/modules/tax/CHANGELOG.md | 7 ++ packages/modules/tax/package.json | 8 +- packages/modules/user/CHANGELOG.md | 9 ++ packages/modules/user/package.json | 8 +- .../workflow-engine-inmemory/CHANGELOG.md | 11 +++ .../workflow-engine-inmemory/package.json | 8 +- .../workflow-engine-redis/CHANGELOG.md | 11 +++ .../workflow-engine-redis/package.json | 8 +- 158 files changed, 929 insertions(+), 415 deletions(-) delete mode 100644 .changeset/big-olives-do.md delete mode 100644 .changeset/blue-bags-grin.md delete mode 100644 .changeset/bright-guests-speak.md delete mode 100644 .changeset/bright-parents-know.md delete mode 100644 .changeset/cold-cats-cheat.md delete mode 100644 .changeset/early-chefs-chew.md delete mode 100644 .changeset/early-rice-rule.md delete mode 100644 .changeset/eleven-falcons-return.md delete mode 100644 .changeset/honest-snails-swim.md delete mode 100644 .changeset/lemon-birds-switch.md delete mode 100644 .changeset/loud-ducks-do.md delete mode 100644 .changeset/metal-kangaroos-push.md delete mode 100644 .changeset/mighty-spoons-bow.md delete mode 100644 .changeset/proud-shirts-leave.md delete mode 100644 .changeset/shy-nails-enjoy.md delete mode 100644 .changeset/sixty-years-invite.md delete mode 100644 .changeset/sour-tigers-press.md delete mode 100644 .changeset/stale-forks-cover.md delete mode 100644 .changeset/tricky-plants-sell.md delete mode 100644 .changeset/twelve-bears-wait.md diff --git a/.changeset/big-olives-do.md b/.changeset/big-olives-do.md deleted file mode 100644 index fafa146a1f..0000000000 --- a/.changeset/big-olives-do.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@medusajs/utils": patch -"@medusajs/auth": patch -"@medusajs/customer": patch -"@medusajs/fulfillment": patch -"@medusajs/inventory": patch -"@medusajs/payment": patch ---- - -fix(utils): medusa internal service returned data should match typings diff --git a/.changeset/blue-bags-grin.md b/.changeset/blue-bags-grin.md deleted file mode 100644 index 14d0fde06b..0000000000 --- a/.changeset/blue-bags-grin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"integration-tests-http": patch -"@medusajs/types": patch -"@medusajs/medusa": patch ---- - -Enable filtering admin products API by variant EAN, UPC, and barcode diff --git a/.changeset/bright-guests-speak.md b/.changeset/bright-guests-speak.md deleted file mode 100644 index be6ace10f1..0000000000 --- a/.changeset/bright-guests-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/payment": patch -"@medusajs/utils": patch ---- - -fix(payment): round currency decimal precision diff --git a/.changeset/bright-parents-know.md b/.changeset/bright-parents-know.md deleted file mode 100644 index 2a61949ae7..0000000000 --- a/.changeset/bright-parents-know.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@medusajs/file-local": patch -"@medusajs/core-flows": patch -"@medusajs/js-sdk": patch -"@medusajs/dashboard": patch -"integration-tests-http": patch ---- - -feat: wire up direct uploads with local file provider diff --git a/.changeset/cold-cats-cheat.md b/.changeset/cold-cats-cheat.md deleted file mode 100644 index 6367cfc500..0000000000 --- a/.changeset/cold-cats-cheat.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/test-utils": patch -"@medusajs/framework": patch -"@medusajs/utils": patch ---- - -chore(): Add retry strategy to database connection diff --git a/.changeset/early-chefs-chew.md b/.changeset/early-chefs-chew.md deleted file mode 100644 index 946db6fa89..0000000000 --- a/.changeset/early-chefs-chew.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/user": patch -"@medusajs/auth-google": patch -"@medusajs/core-flows": patch -"@medusajs/framework": patch -"@medusajs/types": patch -"@medusajs/utils": patch ---- - -feat(): Add support for jwt asymetric keys diff --git a/.changeset/early-rice-rule.md b/.changeset/early-rice-rule.md deleted file mode 100644 index 7f3cc8dddb..0000000000 --- a/.changeset/early-rice-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/dashboard": patch ---- - -fix: update product import template diff --git a/.changeset/eleven-falcons-return.md b/.changeset/eleven-falcons-return.md deleted file mode 100644 index 612acc94f2..0000000000 --- a/.changeset/eleven-falcons-return.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/modules-sdk": patch -"@medusajs/types": patch ---- - -fix: remote query types diff --git a/.changeset/honest-snails-swim.md b/.changeset/honest-snails-swim.md deleted file mode 100644 index 9438b61afd..0000000000 --- a/.changeset/honest-snails-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-medusa-app": patch ---- - -fix(create-medusa-app): remove "Created admin user" message diff --git a/.changeset/lemon-birds-switch.md b/.changeset/lemon-birds-switch.md deleted file mode 100644 index 9c2149ca10..0000000000 --- a/.changeset/lemon-birds-switch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/framework": patch -"@medusajs/types": patch ---- - -feat(framework,types): add cookie options to project options diff --git a/.changeset/loud-ducks-do.md b/.changeset/loud-ducks-do.md deleted file mode 100644 index 1776a3c754..0000000000 --- a/.changeset/loud-ducks-do.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/dashboard": patch -"@medusajs/types": patch ---- - -feat(dashboard,types): add credit lines + loyalty changes diff --git a/.changeset/metal-kangaroos-push.md b/.changeset/metal-kangaroos-push.md deleted file mode 100644 index 1603b6f7c5..0000000000 --- a/.changeset/metal-kangaroos-push.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@medusajs/promotion": patch -"@medusajs/dashboard": patch -"@medusajs/core-flows": patch -"@medusajs/cart": patch -"@medusajs/types": patch -"@medusajs/utils": patch -"@medusajs/medusa": patch ---- - -feat(promotion, dashboard, core-flows, cart, types, utils, medusa): tax inclusive promotions diff --git a/.changeset/mighty-spoons-bow.md b/.changeset/mighty-spoons-bow.md deleted file mode 100644 index 3d25404b46..0000000000 --- a/.changeset/mighty-spoons-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/core-flows": patch ---- - -fix(core-flows): cart complete order address creation diff --git a/.changeset/proud-shirts-leave.md b/.changeset/proud-shirts-leave.md deleted file mode 100644 index 33f8382bf6..0000000000 --- a/.changeset/proud-shirts-leave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/promotion": patch -"@medusajs/types": patch ---- - -fix(promotion, types): non discountable items check diff --git a/.changeset/shy-nails-enjoy.md b/.changeset/shy-nails-enjoy.md deleted file mode 100644 index c3332f462a..0000000000 --- a/.changeset/shy-nails-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-medusa-app": patch ---- - -fix(create-medusa-app): ensure the same package manager is used consistently diff --git a/.changeset/sixty-years-invite.md b/.changeset/sixty-years-invite.md deleted file mode 100644 index b771bef6db..0000000000 --- a/.changeset/sixty-years-invite.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/workflow-engine-inmemory": patch -"@medusajs/workflow-engine-redis": patch -"@medusajs/orchestration": patch -"@medusajs/utils": patch ---- - -fix(workflow-engine-*): Cleanup expired executions diff --git a/.changeset/sour-tigers-press.md b/.changeset/sour-tigers-press.md deleted file mode 100644 index 32c4dd0154..0000000000 --- a/.changeset/sour-tigers-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/framework": patch ---- - -chore: upgrade to use glob 10 diff --git a/.changeset/stale-forks-cover.md b/.changeset/stale-forks-cover.md deleted file mode 100644 index de43592180..0000000000 --- a/.changeset/stale-forks-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/payment": patch ---- - -fix(payment): add account holder methods to the manual provider diff --git a/.changeset/tricky-plants-sell.md b/.changeset/tricky-plants-sell.md deleted file mode 100644 index abaafde176..0000000000 --- a/.changeset/tricky-plants-sell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/framework": patch ---- - -fix: fallback to console with req.scope is undefined diff --git a/.changeset/twelve-bears-wait.md b/.changeset/twelve-bears-wait.md deleted file mode 100644 index e89a292879..0000000000 --- a/.changeset/twelve-bears-wait.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/workflow-engine-inmemory": patch -"@medusajs/workflow-engine-redis": patch -"@medusajs/workflows-sdk": patch ---- - -fix(workflow-sdk): Async propagation diff --git a/integration-tests/http/CHANGELOG.md b/integration-tests/http/CHANGELOG.md index aa07b3466e..de14248e70 100644 --- a/integration-tests/http/CHANGELOG.md +++ b/integration-tests/http/CHANGELOG.md @@ -1,5 +1,37 @@ # integration-tests-http +## 1.0.17 + +### Patch Changes + +- [#12815](https://github.com/medusajs/medusa/pull/12815) [`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742) Thanks [@anteprimorac](https://github.com/anteprimorac)! - Enable filtering admin products API by variant EAN, UPC, and barcode + +- [#12643](https://github.com/medusajs/medusa/pull/12643) [`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: wire up direct uploads with local file provider + +- Updated dependencies [[`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470), [`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742), [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3), [`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a), [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`b316924572fc2cf529e0d91b84955da20b34248a`](https://github.com/medusajs/medusa/commit/b316924572fc2cf529e0d91b84955da20b34248a), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`672871b733c6e82bd9e68cf90300ff78cf44727a`](https://github.com/medusajs/medusa/commit/672871b733c6e82bd9e68cf90300ff78cf44727a), [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d), [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1), [`1a7847660890ae84648123567ce8dc4c9a0eca03`](https://github.com/medusajs/medusa/commit/1a7847660890ae84648123567ce8dc4c9a0eca03)]: + - @medusajs/utils@2.8.5 + - @medusajs/auth@2.8.5 + - @medusajs/customer@2.8.5 + - @medusajs/fulfillment@2.8.5 + - @medusajs/inventory@2.8.5 + - @medusajs/medusa@2.8.5 + - @medusajs/core-flows@2.8.5 + - @medusajs/test-utils@2.8.5 + - @medusajs/user@2.8.5 + - @medusajs/modules-sdk@2.8.5 + - @medusajs/promotion@2.8.5 + - @medusajs/workflow-engine-inmemory@2.8.5 + - @medusajs/api-key@2.8.5 + - @medusajs/pricing@2.8.5 + - @medusajs/product@2.8.5 + - @medusajs/region@2.8.5 + - @medusajs/stock-location@2.8.5 + - @medusajs/store@2.8.5 + - @medusajs/tax@2.8.5 + - @medusajs/cache-inmemory@2.8.5 + - @medusajs/event-bus-local@2.8.5 + - @medusajs/fulfillment-manual@2.8.5 + ## 1.0.16 ### Patch Changes diff --git a/integration-tests/http/package.json b/integration-tests/http/package.json index 40f87fd9d6..4627b112ef 100644 --- a/integration-tests/http/package.json +++ b/integration-tests/http/package.json @@ -1,6 +1,6 @@ { "name": "integration-tests-http", - "version": "1.0.16", + "version": "1.0.17", "main": "index.js", "license": "MIT", "private": true, diff --git a/packages/admin/admin-bundler/CHANGELOG.md b/packages/admin/admin-bundler/CHANGELOG.md index c1f40ad824..263051cbdf 100644 --- a/packages/admin/admin-bundler/CHANGELOG.md +++ b/packages/admin/admin-bundler/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/admin-bundler +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a), [`ce202968c6f5f1a54238defcd3dbcba6025c32db`](https://github.com/medusajs/medusa/commit/ce202968c6f5f1a54238defcd3dbcba6025c32db), [`44d1d186890cd44b20e41b60d1e217bc3d4b2a51`](https://github.com/medusajs/medusa/commit/44d1d186890cd44b20e41b60d1e217bc3d4b2a51), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9)]: + - @medusajs/dashboard@2.8.5 + - @medusajs/admin-shared@2.8.5 + - @medusajs/admin-vite-plugin@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/admin/admin-bundler/package.json b/packages/admin/admin-bundler/package.json index 3992809ed0..0adaef519f 100644 --- a/packages/admin/admin-bundler/package.json +++ b/packages/admin/admin-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin-bundler", - "version": "2.8.4", + "version": "2.8.5", "description": "Bundler for the Medusa admin dashboard.", "author": "Kasper Kristensen ", "scripts": { @@ -18,16 +18,16 @@ "package.json" ], "devDependencies": { - "@medusajs/types": "2.8.4", + "@medusajs/types": "2.8.5", "@types/compression": "^1.7.5", "express": "^4.21.0", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "dependencies": { - "@medusajs/admin-shared": "2.8.4", - "@medusajs/admin-vite-plugin": "2.8.4", - "@medusajs/dashboard": "2.8.4", + "@medusajs/admin-shared": "2.8.5", + "@medusajs/admin-vite-plugin": "2.8.5", + "@medusajs/dashboard": "2.8.5", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", "compression": "^1.7.4", diff --git a/packages/admin/admin-sdk/CHANGELOG.md b/packages/admin/admin-sdk/CHANGELOG.md index 94aa0d084e..789dbd58ab 100644 --- a/packages/admin/admin-sdk/CHANGELOG.md +++ b/packages/admin/admin-sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/admin-sdk +## 2.8.5 + +### Patch Changes + +- Updated dependencies []: + - @medusajs/admin-shared@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/admin/admin-sdk/package.json b/packages/admin/admin-sdk/package.json index 94cfcd5b69..e77a25f54b 100644 --- a/packages/admin/admin-sdk/package.json +++ b/packages/admin/admin-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@medusajs/admin-sdk", "description": "SDK for building extension for the Medusa admin dashboard.", - "version": "2.8.4", + "version": "2.8.5", "author": "Kasper Kristensen ", "types": "dist/index.d.ts", "main": "dist/index.js", @@ -24,7 +24,7 @@ "typescript": "^5.3.3" }, "dependencies": { - "@medusajs/admin-shared": "2.8.4", + "@medusajs/admin-shared": "2.8.5", "zod": "3.22.4" }, "packageManager": "yarn@3.2.1" diff --git a/packages/admin/admin-shared/CHANGELOG.md b/packages/admin/admin-shared/CHANGELOG.md index 03e7fd0ae2..a393de57d6 100644 --- a/packages/admin/admin-shared/CHANGELOG.md +++ b/packages/admin/admin-shared/CHANGELOG.md @@ -1,5 +1,7 @@ # @medusajs/admin-shared +## 2.8.5 + ## 2.8.4 ## 2.8.3 diff --git a/packages/admin/admin-shared/package.json b/packages/admin/admin-shared/package.json index 3246c52c72..b94a2c2b63 100644 --- a/packages/admin/admin-shared/package.json +++ b/packages/admin/admin-shared/package.json @@ -1,7 +1,7 @@ { "name": "@medusajs/admin-shared", "description": "Shared code for Medusa admin packages.", - "version": "2.8.4", + "version": "2.8.5", "author": "Kasper Kristensen ", "types": "dist/index.d.ts", "main": "dist/index.js", diff --git a/packages/admin/admin-vite-plugin/CHANGELOG.md b/packages/admin/admin-vite-plugin/CHANGELOG.md index 1826d4303c..0329877ca6 100644 --- a/packages/admin/admin-vite-plugin/CHANGELOG.md +++ b/packages/admin/admin-vite-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/admin-vite-plugin +## 2.8.5 + +### Patch Changes + +- Updated dependencies []: + - @medusajs/admin-shared@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/admin/admin-vite-plugin/package.json b/packages/admin/admin-vite-plugin/package.json index 9399a7ffaf..83fec09848 100644 --- a/packages/admin/admin-vite-plugin/package.json +++ b/packages/admin/admin-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin-vite-plugin", - "version": "2.8.4", + "version": "2.8.5", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", @@ -40,7 +40,7 @@ "@babel/parser": "7.25.6", "@babel/traverse": "7.25.6", "@babel/types": "7.25.6", - "@medusajs/admin-shared": "2.8.4", + "@medusajs/admin-shared": "2.8.5", "chokidar": "3.5.3", "fdir": "6.1.1", "magic-string": "0.30.5", diff --git a/packages/admin/dashboard/CHANGELOG.md b/packages/admin/dashboard/CHANGELOG.md index 88c851ea99..e4abc42832 100644 --- a/packages/admin/dashboard/CHANGELOG.md +++ b/packages/admin/dashboard/CHANGELOG.md @@ -1,5 +1,23 @@ # @medusajs/dashboard +## 2.8.5 + +### Patch Changes + +- [#12643](https://github.com/medusajs/medusa/pull/12643) [`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: wire up direct uploads with local file provider + +- [#12697](https://github.com/medusajs/medusa/pull/12697) [`ce202968c6f5f1a54238defcd3dbcba6025c32db`](https://github.com/medusajs/medusa/commit/ce202968c6f5f1a54238defcd3dbcba6025c32db) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: update product import template + +- [#11885](https://github.com/medusajs/medusa/pull/11885) [`44d1d186890cd44b20e41b60d1e217bc3d4b2a51`](https://github.com/medusajs/medusa/commit/44d1d186890cd44b20e41b60d1e217bc3d4b2a51) Thanks [@riqwan](https://github.com/riqwan)! - feat(dashboard,types): add credit lines + loyalty changes + +- [#12412](https://github.com/medusajs/medusa/pull/12412) [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9) Thanks [@fPolic](https://github.com/fPolic)! - feat(promotion, dashboard, core-flows, cart, types, utils, medusa): tax inclusive promotions + +- Updated dependencies [[`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a)]: + - @medusajs/js-sdk@2.8.5 + - @medusajs/admin-shared@2.8.5 + - @medusajs/icons@2.8.5 + - @medusajs/ui@4.0.15 + ## 2.8.4 ### Patch Changes diff --git a/packages/admin/dashboard/package.json b/packages/admin/dashboard/package.json index c308006d4b..951fdc96cd 100644 --- a/packages/admin/dashboard/package.json +++ b/packages/admin/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/dashboard", - "version": "2.8.4", + "version": "2.8.5", "scripts": { "generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts", "dev": "vite", @@ -45,10 +45,10 @@ "@dnd-kit/utilities": "^3.2.2", "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "3.4.2", - "@medusajs/admin-shared": "2.8.4", - "@medusajs/icons": "2.8.4", - "@medusajs/js-sdk": "2.8.4", - "@medusajs/ui": "4.0.14", + "@medusajs/admin-shared": "2.8.5", + "@medusajs/icons": "2.8.5", + "@medusajs/js-sdk": "2.8.5", + "@medusajs/ui": "4.0.15", "@tanstack/react-query": "5.64.2", "@tanstack/react-table": "8.20.5", "@tanstack/react-virtual": "^3.8.3", @@ -76,10 +76,10 @@ "zod": "3.22.4" }, "devDependencies": { - "@medusajs/admin-shared": "2.8.4", - "@medusajs/admin-vite-plugin": "2.8.4", - "@medusajs/types": "2.8.4", - "@medusajs/ui-preset": "2.8.4", + "@medusajs/admin-shared": "2.8.5", + "@medusajs/admin-vite-plugin": "2.8.5", + "@medusajs/types": "2.8.5", + "@medusajs/ui-preset": "2.8.5", "@types/node": "^20.11.15", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", diff --git a/packages/cli/create-medusa-app/CHANGELOG.md b/packages/cli/create-medusa-app/CHANGELOG.md index 8dbb441d48..6db0df40a0 100644 --- a/packages/cli/create-medusa-app/CHANGELOG.md +++ b/packages/cli/create-medusa-app/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.8.5 + +### Patch Changes + +- [#12707](https://github.com/medusajs/medusa/pull/12707) [`774702153f389e59476ea0a027b8caeb5075f92a`](https://github.com/medusajs/medusa/commit/774702153f389e59476ea0a027b8caeb5075f92a) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(create-medusa-app): remove "Created admin user" message + +- [#12714](https://github.com/medusajs/medusa/pull/12714) [`2e861a94492a486e2cbdb8d442f25611be1bc3bf`](https://github.com/medusajs/medusa/commit/2e861a94492a486e2cbdb8d442f25611be1bc3bf) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(create-medusa-app): ensure the same package manager is used consistently + +- Updated dependencies []: + - @medusajs/telemetry@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/cli/create-medusa-app/package.json b/packages/cli/create-medusa-app/package.json index 89c3757056..63074fc046 100644 --- a/packages/cli/create-medusa-app/package.json +++ b/packages/cli/create-medusa-app/package.json @@ -1,6 +1,6 @@ { "name": "create-medusa-app", - "version": "2.8.4", + "version": "2.8.5", "description": "Create a Medusa project using a single command.", "type": "module", "exports": "./dist/index.js", @@ -13,7 +13,7 @@ "watch": "tsc --watch" }, "dependencies": { - "@medusajs/telemetry": "2.8.4", + "@medusajs/telemetry": "2.8.5", "boxen": "^5", "chalk": "^5.2.0", "commander": "^10.0.1", diff --git a/packages/cli/medusa-cli/CHANGELOG.md b/packages/cli/medusa-cli/CHANGELOG.md index 2c678fbca2..99ca2fdd22 100644 --- a/packages/cli/medusa-cli/CHANGELOG.md +++ b/packages/cli/medusa-cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470), [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3), [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064)]: + - @medusajs/utils@2.8.5 + - @medusajs/telemetry@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/cli/medusa-cli/package.json b/packages/cli/medusa-cli/package.json index 59e52b2dcb..23e4c6f414 100644 --- a/packages/cli/medusa-cli/package.json +++ b/packages/cli/medusa-cli/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cli", - "version": "2.8.4", + "version": "2.8.5", "description": "Command Line interface for Medusa Commerce", "main": "dist/index.js", "bin": { @@ -46,8 +46,8 @@ "typescript": "^5.6.2" }, "dependencies": { - "@medusajs/telemetry": "2.8.4", - "@medusajs/utils": "2.8.4", + "@medusajs/telemetry": "2.8.5", + "@medusajs/utils": "2.8.5", "@types/express": "^4.17.17", "chalk": "^4.0.0", "configstore": "5.0.1", diff --git a/packages/cli/medusa-dev-cli/CHANGELOG.md b/packages/cli/medusa-dev-cli/CHANGELOG.md index e7d65f6124..0d06c2d0fa 100644 --- a/packages/cli/medusa-dev-cli/CHANGELOG.md +++ b/packages/cli/medusa-dev-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.8.5 + ## 2.8.4 ## 2.8.3 diff --git a/packages/cli/medusa-dev-cli/package.json b/packages/cli/medusa-dev-cli/package.json index f45356484c..a3666770b7 100644 --- a/packages/cli/medusa-dev-cli/package.json +++ b/packages/cli/medusa-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "medusa-dev-cli", "description": "CLI helpers for contributors working on Medusa", - "version": "2.8.4", + "version": "2.8.5", "author": "Sebastian Rindom ", "bin": { "medusa-dev": "./dist/index.js" diff --git a/packages/cli/oas/medusa-oas-cli/CHANGELOG.md b/packages/cli/oas/medusa-oas-cli/CHANGELOG.md index 8b2a5168bc..f6a96b1252 100644 --- a/packages/cli/oas/medusa-oas-cli/CHANGELOG.md +++ b/packages/cli/oas/medusa-oas-cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @medusajs/oas-cli +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470), [`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742), [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3), [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/utils@2.8.5 + - @medusajs/medusa@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/cli/oas/medusa-oas-cli/package.json b/packages/cli/oas/medusa-oas-cli/package.json index e77888003d..049b353846 100644 --- a/packages/cli/oas/medusa-oas-cli/package.json +++ b/packages/cli/oas/medusa-oas-cli/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-oas-cli", - "version": "2.8.4", + "version": "2.8.5", "description": "OAS CLI", "main": "dist/index.js", "bin": { @@ -21,7 +21,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "2.8.4", + "@medusajs/types": "2.8.5", "@types/js-yaml": "^4.0.9", "jest": "^29.1.0", "js-yaml": "^4.1.0", @@ -35,8 +35,8 @@ "medusa-oas": "ts-node src/index.ts" }, "dependencies": { - "@medusajs/medusa": "2.8.4", - "@medusajs/utils": "2.8.4", + "@medusajs/medusa": "2.8.5", + "@medusajs/utils": "2.8.5", "@readme/json-schema-ref-parser": "^1.2.0", "@readme/openapi-parser": "^2.4.0", "@redocly/cli": "^1.7.0", diff --git a/packages/cli/oas/oas-github-ci/CHANGELOG.md b/packages/cli/oas/oas-github-ci/CHANGELOG.md index b8bcb14ede..a86dd0de25 100644 --- a/packages/cli/oas/oas-github-ci/CHANGELOG.md +++ b/packages/cli/oas/oas-github-ci/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/oas-github-ci +## 2.8.5 + +### Patch Changes + +- Updated dependencies []: + - @medusajs/medusa-oas-cli@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/cli/oas/oas-github-ci/package.json b/packages/cli/oas/oas-github-ci/package.json index 2f26bfbe26..fb589c5d9f 100644 --- a/packages/cli/oas/oas-github-ci/package.json +++ b/packages/cli/oas/oas-github-ci/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/oas-github-ci", - "version": "2.8.4", + "version": "2.8.5", "description": "OAS Github CI", "main": "scripts/build-openapi.js", "files": [ @@ -21,7 +21,7 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/medusa-oas-cli": "2.8.4", + "@medusajs/medusa-oas-cli": "2.8.5", "execa": "^5.1.1" } } diff --git a/packages/core/core-flows/CHANGELOG.md b/packages/core/core-flows/CHANGELOG.md index 1ea02ce4c4..5f0ace5e96 100644 --- a/packages/core/core-flows/CHANGELOG.md +++ b/packages/core/core-flows/CHANGELOG.md @@ -1,5 +1,20 @@ # @medusajs/core-flows +## 2.8.5 + +### Patch Changes + +- [#12643](https://github.com/medusajs/medusa/pull/12643) [`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: wire up direct uploads with local file provider + +- [#12813](https://github.com/medusajs/medusa/pull/12813) [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add support for jwt asymetric keys + +- [#12412](https://github.com/medusajs/medusa/pull/12412) [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9) Thanks [@fPolic](https://github.com/fPolic)! - feat(promotion, dashboard, core-flows, cart, types, utils, medusa): tax inclusive promotions + +- [#12493](https://github.com/medusajs/medusa/pull/12493) [`672871b733c6e82bd9e68cf90300ff78cf44727a`](https://github.com/medusajs/medusa/commit/672871b733c6e82bd9e68cf90300ff78cf44727a) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows): cart complete order address creation + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/core/core-flows/package.json b/packages/core/core-flows/package.json index c2e4387684..b12316b6ad 100644 --- a/packages/core/core-flows/package.json +++ b/packages/core/core-flows/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/core-flows", - "version": "2.8.4", + "version": "2.8.5", "description": "Set of workflow definitions for Medusa", "main": "dist/index.js", "exports": { @@ -26,7 +26,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/knex": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -45,7 +45,7 @@ "json-2-csv": "^5.5.4" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "awilix": "^8.0.1" }, "scripts": { diff --git a/packages/core/framework/CHANGELOG.md b/packages/core/framework/CHANGELOG.md index 6784a1ef0a..20fb7fa545 100644 --- a/packages/core/framework/CHANGELOG.md +++ b/packages/core/framework/CHANGELOG.md @@ -1,5 +1,28 @@ # @medusajs/framework +## 2.8.5 + +### Patch Changes + +- [#12713](https://github.com/medusajs/medusa/pull/12713) [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Add retry strategy to database connection + +- [#12813](https://github.com/medusajs/medusa/pull/12813) [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add support for jwt asymetric keys + +- [#12720](https://github.com/medusajs/medusa/pull/12720) [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd) Thanks [@riqwan](https://github.com/riqwan)! - feat(framework,types): add cookie options to project options + +- [#12754](https://github.com/medusajs/medusa/pull/12754) [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46) Thanks [@thetutlage](https://github.com/thetutlage)! - chore: upgrade to use glob 10 + +- [#12761](https://github.com/medusajs/medusa/pull/12761) [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: fallback to console with req.scope is undefined + +- Updated dependencies [[`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470), [`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742), [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3), [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`b316924572fc2cf529e0d91b84955da20b34248a`](https://github.com/medusajs/medusa/commit/b316924572fc2cf529e0d91b84955da20b34248a), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`44d1d186890cd44b20e41b60d1e217bc3d4b2a51`](https://github.com/medusajs/medusa/commit/44d1d186890cd44b20e41b60d1e217bc3d4b2a51), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d), [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064), [`1a7847660890ae84648123567ce8dc4c9a0eca03`](https://github.com/medusajs/medusa/commit/1a7847660890ae84648123567ce8dc4c9a0eca03)]: + - @medusajs/utils@2.8.5 + - @medusajs/types@2.8.5 + - @medusajs/modules-sdk@2.8.5 + - @medusajs/orchestration@2.8.5 + - @medusajs/workflows-sdk@2.8.5 + - @medusajs/cli@2.8.5 + - @medusajs/telemetry@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/core/framework/package.json b/packages/core/framework/package.json index 60f5cacbb7..7d4527ed13 100644 --- a/packages/core/framework/package.json +++ b/packages/core/framework/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/framework", - "version": "2.8.4", + "version": "2.8.5", "description": "Framework", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -55,7 +55,7 @@ }, "devDependencies": { "@aws-sdk/client-dynamodb": "^3.218.0", - "@medusajs/cli": "2.8.4", + "@medusajs/cli": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/knex": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -76,12 +76,12 @@ }, "dependencies": { "@jercle/yargonaut": "^1.1.5", - "@medusajs/modules-sdk": "2.8.4", - "@medusajs/orchestration": "2.8.4", - "@medusajs/telemetry": "2.8.4", - "@medusajs/types": "2.8.4", - "@medusajs/utils": "2.8.4", - "@medusajs/workflows-sdk": "2.8.4", + "@medusajs/modules-sdk": "2.8.5", + "@medusajs/orchestration": "2.8.5", + "@medusajs/telemetry": "2.8.5", + "@medusajs/types": "2.8.5", + "@medusajs/utils": "2.8.5", + "@medusajs/workflows-sdk": "2.8.5", "@opentelemetry/api": "^1.9.0", "@types/express": "^4.17.17", "chokidar": "^3.4.2", @@ -102,7 +102,7 @@ }, "peerDependencies": { "@aws-sdk/client-dynamodb": "^3.218.0", - "@medusajs/cli": "2.8.4", + "@medusajs/cli": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/knex": "6.4.3", diff --git a/packages/core/js-sdk/CHANGELOG.md b/packages/core/js-sdk/CHANGELOG.md index 18ef79e9b8..745cfd3982 100644 --- a/packages/core/js-sdk/CHANGELOG.md +++ b/packages/core/js-sdk/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/js-sdk +## 2.8.5 + +### Patch Changes + +- [#12643](https://github.com/medusajs/medusa/pull/12643) [`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: wire up direct uploads with local file provider + +- Updated dependencies [[`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`b316924572fc2cf529e0d91b84955da20b34248a`](https://github.com/medusajs/medusa/commit/b316924572fc2cf529e0d91b84955da20b34248a), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`44d1d186890cd44b20e41b60d1e217bc3d4b2a51`](https://github.com/medusajs/medusa/commit/44d1d186890cd44b20e41b60d1e217bc3d4b2a51), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d)]: + - @medusajs/types@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/core/js-sdk/package.json b/packages/core/js-sdk/package.json index 205866f2e2..2f1f7692b3 100644 --- a/packages/core/js-sdk/package.json +++ b/packages/core/js-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/js-sdk", - "version": "2.8.4", + "version": "2.8.5", "description": "SDK for the Medusa API", "main": "dist/index.js", "module": "dist/esm/index.js", @@ -35,7 +35,7 @@ "typescript": "^5.6.2" }, "dependencies": { - "@medusajs/types": "2.8.4", + "@medusajs/types": "2.8.5", "fetch-event-stream": "^0.1.5", "qs": "^6.12.1" }, diff --git a/packages/core/modules-sdk/CHANGELOG.md b/packages/core/modules-sdk/CHANGELOG.md index 98b6128d10..9d3c7e16e8 100644 --- a/packages/core/modules-sdk/CHANGELOG.md +++ b/packages/core/modules-sdk/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/modules-sdk +## 2.8.5 + +### Patch Changes + +- [#12712](https://github.com/medusajs/medusa/pull/12712) [`b316924572fc2cf529e0d91b84955da20b34248a`](https://github.com/medusajs/medusa/commit/b316924572fc2cf529e0d91b84955da20b34248a) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: remote query types + +- Updated dependencies [[`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470), [`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742), [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3), [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`b316924572fc2cf529e0d91b84955da20b34248a`](https://github.com/medusajs/medusa/commit/b316924572fc2cf529e0d91b84955da20b34248a), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`44d1d186890cd44b20e41b60d1e217bc3d4b2a51`](https://github.com/medusajs/medusa/commit/44d1d186890cd44b20e41b60d1e217bc3d4b2a51), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d), [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064)]: + - @medusajs/utils@2.8.5 + - @medusajs/types@2.8.5 + - @medusajs/orchestration@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/core/modules-sdk/package.json b/packages/core/modules-sdk/package.json index 6823349f02..8f7312b03f 100644 --- a/packages/core/modules-sdk/package.json +++ b/packages/core/modules-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/modules-sdk", - "version": "2.8.4", + "version": "2.8.5", "description": "SDK for medusa modules", "main": "dist/index.js", "export": { @@ -45,9 +45,9 @@ "typescript": "^5.6.2" }, "dependencies": { - "@medusajs/orchestration": "2.8.4", - "@medusajs/types": "2.8.4", - "@medusajs/utils": "2.8.4" + "@medusajs/orchestration": "2.8.5", + "@medusajs/types": "2.8.5", + "@medusajs/utils": "2.8.5" }, "peerDependencies": { "@mikro-orm/core": "6.4.3", diff --git a/packages/core/orchestration/CHANGELOG.md b/packages/core/orchestration/CHANGELOG.md index abe76ce42d..94c9daf062 100644 --- a/packages/core/orchestration/CHANGELOG.md +++ b/packages/core/orchestration/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/orchestration +## 2.8.5 + +### Patch Changes + +- [#12795](https://github.com/medusajs/medusa/pull/12795) [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(workflow-engine-\*): Cleanup expired executions + +- Updated dependencies [[`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470), [`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742), [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3), [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`b316924572fc2cf529e0d91b84955da20b34248a`](https://github.com/medusajs/medusa/commit/b316924572fc2cf529e0d91b84955da20b34248a), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`44d1d186890cd44b20e41b60d1e217bc3d4b2a51`](https://github.com/medusajs/medusa/commit/44d1d186890cd44b20e41b60d1e217bc3d4b2a51), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d), [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064)]: + - @medusajs/utils@2.8.5 + - @medusajs/types@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/core/orchestration/package.json b/packages/core/orchestration/package.json index 8790289273..4a2b87a997 100644 --- a/packages/core/orchestration/package.json +++ b/packages/core/orchestration/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/orchestration", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa utilities to orchestrate modules", "main": "dist/index.js", "exports": { @@ -39,8 +39,8 @@ "typescript": "^5.6.2" }, "dependencies": { - "@medusajs/types": "2.8.4", - "@medusajs/utils": "2.8.4", + "@medusajs/types": "2.8.5", + "@medusajs/utils": "2.8.5", "ulid": "^2.3.0" }, "peerDependencies": { diff --git a/packages/core/types/CHANGELOG.md b/packages/core/types/CHANGELOG.md index 00ee4226d6..7926b7c523 100644 --- a/packages/core/types/CHANGELOG.md +++ b/packages/core/types/CHANGELOG.md @@ -1,5 +1,23 @@ # @medusajs/types +## 2.8.5 + +### Patch Changes + +- [#12815](https://github.com/medusajs/medusa/pull/12815) [`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742) Thanks [@anteprimorac](https://github.com/anteprimorac)! - Enable filtering admin products API by variant EAN, UPC, and barcode + +- [#12813](https://github.com/medusajs/medusa/pull/12813) [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add support for jwt asymetric keys + +- [#12712](https://github.com/medusajs/medusa/pull/12712) [`b316924572fc2cf529e0d91b84955da20b34248a`](https://github.com/medusajs/medusa/commit/b316924572fc2cf529e0d91b84955da20b34248a) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: remote query types + +- [#12720](https://github.com/medusajs/medusa/pull/12720) [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd) Thanks [@riqwan](https://github.com/riqwan)! - feat(framework,types): add cookie options to project options + +- [#11885](https://github.com/medusajs/medusa/pull/11885) [`44d1d186890cd44b20e41b60d1e217bc3d4b2a51`](https://github.com/medusajs/medusa/commit/44d1d186890cd44b20e41b60d1e217bc3d4b2a51) Thanks [@riqwan](https://github.com/riqwan)! - feat(dashboard,types): add credit lines + loyalty changes + +- [#12412](https://github.com/medusajs/medusa/pull/12412) [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9) Thanks [@fPolic](https://github.com/fPolic)! - feat(promotion, dashboard, core-flows, cart, types, utils, medusa): tax inclusive promotions + +- [#12644](https://github.com/medusajs/medusa/pull/12644) [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d) Thanks [@fPolic](https://github.com/fPolic)! - fix(promotion, types): non discountable items check + ## 2.8.4 ### Patch Changes diff --git a/packages/core/types/package.json b/packages/core/types/package.json index 12ee2c853b..3a7a63540d 100644 --- a/packages/core/types/package.json +++ b/packages/core/types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/types", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Types definition", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index c45fd29ceb..6ed0fdca34 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/CHANGELOG.md @@ -1,5 +1,24 @@ # @medusajs/utils +## 2.8.5 + +### Patch Changes + +- [#12715](https://github.com/medusajs/medusa/pull/12715) [`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(utils): medusa internal service returned data should match typings + +- [#12803](https://github.com/medusajs/medusa/pull/12803) [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(payment): round currency decimal precision + +- [#12713](https://github.com/medusajs/medusa/pull/12713) [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Add retry strategy to database connection + +- [#12813](https://github.com/medusajs/medusa/pull/12813) [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add support for jwt asymetric keys + +- [#12412](https://github.com/medusajs/medusa/pull/12412) [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9) Thanks [@fPolic](https://github.com/fPolic)! - feat(promotion, dashboard, core-flows, cart, types, utils, medusa): tax inclusive promotions + +- [#12795](https://github.com/medusajs/medusa/pull/12795) [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(workflow-engine-\*): Cleanup expired executions + +- Updated dependencies [[`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`b316924572fc2cf529e0d91b84955da20b34248a`](https://github.com/medusajs/medusa/commit/b316924572fc2cf529e0d91b84955da20b34248a), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`44d1d186890cd44b20e41b60d1e217bc3d4b2a51`](https://github.com/medusajs/medusa/commit/44d1d186890cd44b20e41b60d1e217bc3d4b2a51), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d)]: + - @medusajs/types@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index c5c7638693..ede570388a 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/utils", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa utilities functions shared by Medusa core and Modules", "main": "dist/index.js", "exports": { @@ -47,7 +47,7 @@ "@graphql-codegen/typescript": "^4.0.9", "@graphql-tools/merge": "^9.0.7", "@graphql-tools/schema": "^10.0.6", - "@medusajs/types": "2.8.4", + "@medusajs/types": "2.8.5", "@types/pluralize": "^0.0.33", "bignumber.js": "^9.1.2", "dotenv": "^16.4.5", diff --git a/packages/core/workflows-sdk/CHANGELOG.md b/packages/core/workflows-sdk/CHANGELOG.md index beb4d82462..f4ab9caf67 100644 --- a/packages/core/workflows-sdk/CHANGELOG.md +++ b/packages/core/workflows-sdk/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/workflows-sdk +## 2.8.5 + +### Patch Changes + +- [#12675](https://github.com/medusajs/medusa/pull/12675) [`1a7847660890ae84648123567ce8dc4c9a0eca03`](https://github.com/medusajs/medusa/commit/1a7847660890ae84648123567ce8dc4c9a0eca03) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(workflow-sdk): Async propagation + +- Updated dependencies [[`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470), [`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742), [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3), [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`b316924572fc2cf529e0d91b84955da20b34248a`](https://github.com/medusajs/medusa/commit/b316924572fc2cf529e0d91b84955da20b34248a), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`44d1d186890cd44b20e41b60d1e217bc3d4b2a51`](https://github.com/medusajs/medusa/commit/44d1d186890cd44b20e41b60d1e217bc3d4b2a51), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d), [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064)]: + - @medusajs/utils@2.8.5 + - @medusajs/types@2.8.5 + - @medusajs/modules-sdk@2.8.5 + - @medusajs/orchestration@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/core/workflows-sdk/package.json b/packages/core/workflows-sdk/package.json index 49048ac4dd..bc79eda964 100644 --- a/packages/core/workflows-sdk/package.json +++ b/packages/core/workflows-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflows-sdk", - "version": "2.8.4", + "version": "2.8.5", "description": "Set of workflows tooling for Medusa", "main": "dist/index.js", "exports": { @@ -42,10 +42,10 @@ "zod": "3.22.4" }, "dependencies": { - "@medusajs/modules-sdk": "2.8.4", - "@medusajs/orchestration": "2.8.4", - "@medusajs/types": "2.8.4", - "@medusajs/utils": "2.8.4", + "@medusajs/modules-sdk": "2.8.5", + "@medusajs/orchestration": "2.8.5", + "@medusajs/types": "2.8.5", + "@medusajs/utils": "2.8.5", "ulid": "^2.3.0" }, "peerDependencies": { diff --git a/packages/design-system/icons/CHANGELOG.md b/packages/design-system/icons/CHANGELOG.md index 1ba32054fa..6506f83085 100644 --- a/packages/design-system/icons/CHANGELOG.md +++ b/packages/design-system/icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @medusajs/icons +## 2.8.5 + ## 2.8.4 ## 2.8.3 diff --git a/packages/design-system/icons/package.json b/packages/design-system/icons/package.json index 6d1bf3fa2a..861587f6b5 100644 --- a/packages/design-system/icons/package.json +++ b/packages/design-system/icons/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/icons", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa UI React icon library", "author": "Kasper Kristensen ", "license": "MIT", @@ -29,7 +29,7 @@ }, "devDependencies": { "@atomico/rollup-plugin-sizes": "^1.1.4", - "@medusajs/toolbox": "2.8.4", + "@medusajs/toolbox": "2.8.5", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-replace": "^5.0.2", "@testing-library/dom": "^9.3.1", diff --git a/packages/design-system/toolbox/CHANGELOG.md b/packages/design-system/toolbox/CHANGELOG.md index cdf2309924..0c848f5617 100644 --- a/packages/design-system/toolbox/CHANGELOG.md +++ b/packages/design-system/toolbox/CHANGELOG.md @@ -1,5 +1,7 @@ # @medusajs/toolbox +## 2.8.5 + ## 2.8.4 ## 2.8.3 diff --git a/packages/design-system/toolbox/package.json b/packages/design-system/toolbox/package.json index f735899f57..3a9b3389cd 100644 --- a/packages/design-system/toolbox/package.json +++ b/packages/design-system/toolbox/package.json @@ -1,7 +1,7 @@ { "name": "@medusajs/toolbox", "private": true, - "version": "2.8.4", + "version": "2.8.5", "description": "CLI tool for importing Figma designs for Medusa UI", "license": "MIT", "author": "Kasper Kristensen ", diff --git a/packages/design-system/ui-preset/CHANGELOG.md b/packages/design-system/ui-preset/CHANGELOG.md index 43c77fe555..8c995f05c3 100644 --- a/packages/design-system/ui-preset/CHANGELOG.md +++ b/packages/design-system/ui-preset/CHANGELOG.md @@ -1,5 +1,7 @@ # @medusajs/ui-preset +## 2.8.5 + ## 2.8.4 ## 2.8.3 diff --git a/packages/design-system/ui-preset/package.json b/packages/design-system/ui-preset/package.json index d36770c883..cfe4aad58e 100644 --- a/packages/design-system/ui-preset/package.json +++ b/packages/design-system/ui-preset/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/ui-preset", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa UI preset", "license": "MIT", "repository": { @@ -30,7 +30,7 @@ "tailwindcss": ">=3.0.0" }, "devDependencies": { - "@medusajs/toolbox": "2.8.4", + "@medusajs/toolbox": "2.8.5", "tailwindcss": "^3.4.1", "tsup": "^7.1.0", "typescript": "^5.1.6" diff --git a/packages/design-system/ui/CHANGELOG.md b/packages/design-system/ui/CHANGELOG.md index 36f48e9590..4fd5a2a438 100644 --- a/packages/design-system/ui/CHANGELOG.md +++ b/packages/design-system/ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/ui +## 4.0.15 + +### Patch Changes + +- Updated dependencies []: + - @medusajs/icons@2.8.5 + ## 4.0.14 ### Patch Changes diff --git a/packages/design-system/ui/package.json b/packages/design-system/ui/package.json index c9195975be..dbc96882de 100644 --- a/packages/design-system/ui/package.json +++ b/packages/design-system/ui/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/ui", - "version": "4.0.14", + "version": "4.0.15", "author": "Kasper Kristensen ", "license": "MIT", "repository": { @@ -43,7 +43,7 @@ }, "devDependencies": { "@faker-js/faker": "^9.2.0", - "@medusajs/ui-preset": "2.8.4", + "@medusajs/ui-preset": "2.8.5", "@storybook/addon-essentials": "^8.3.5", "@storybook/addon-interactions": "^8.3.5", "@storybook/addon-links": "^8.3.5", @@ -81,7 +81,7 @@ "vitest": "^3.0.5" }, "dependencies": { - "@medusajs/icons": "2.8.4", + "@medusajs/icons": "2.8.5", "@tanstack/react-table": "8.20.5", "clsx": "^1.2.1", "copy-to-clipboard": "^3.3.3", diff --git a/packages/medusa-telemetry/CHANGELOG.md b/packages/medusa-telemetry/CHANGELOG.md index 30df942f23..d8cf62c4c8 100644 --- a/packages/medusa-telemetry/CHANGELOG.md +++ b/packages/medusa-telemetry/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.8.5 + ## 2.8.4 ## 2.8.3 diff --git a/packages/medusa-telemetry/package.json b/packages/medusa-telemetry/package.json index 5ee3e17aac..a4fd9c2e1b 100644 --- a/packages/medusa-telemetry/package.json +++ b/packages/medusa-telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/telemetry", - "version": "2.8.4", + "version": "2.8.5", "description": "Telemetry for Medusa", "main": "dist/index.js", "repository": { diff --git a/packages/medusa-test-utils/CHANGELOG.md b/packages/medusa-test-utils/CHANGELOG.md index a79e29d8bb..cf0f38a442 100644 --- a/packages/medusa-test-utils/CHANGELOG.md +++ b/packages/medusa-test-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.8.5 + +### Patch Changes + +- [#12713](https://github.com/medusajs/medusa/pull/12713) [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Add retry strategy to database connection + +- Updated dependencies [[`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742), [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/medusa@2.8.5 + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/medusa-test-utils/package.json b/packages/medusa-test-utils/package.json index a60cc6136b..0c09c84279 100644 --- a/packages/medusa-test-utils/package.json +++ b/packages/medusa-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/test-utils", - "version": "2.8.4", + "version": "2.8.5", "description": "Test utils for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/knex": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -45,8 +45,8 @@ "randomatic": "^3.1.1" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/medusa": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/medusa": "2.8.5", "@mikro-orm/postgresql": "6.4.3", "awilix": "^8.0.1" }, diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 8fa8ea776f..a6f1e46e4a 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,68 @@ # Change Log +## 2.8.5 + +### Patch Changes + +- [#12815](https://github.com/medusajs/medusa/pull/12815) [`6ca755ede7bfe3211464447412ca0d97e1207742`](https://github.com/medusajs/medusa/commit/6ca755ede7bfe3211464447412ca0d97e1207742) Thanks [@anteprimorac](https://github.com/anteprimorac)! - Enable filtering admin products API by variant EAN, UPC, and barcode + +- [#12713](https://github.com/medusajs/medusa/pull/12713) [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Add retry strategy to database connection + +- [#12813](https://github.com/medusajs/medusa/pull/12813) [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add support for jwt asymetric keys + +- [#12412](https://github.com/medusajs/medusa/pull/12412) [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9) Thanks [@fPolic](https://github.com/fPolic)! - feat(promotion, dashboard, core-flows, cart, types, utils, medusa): tax inclusive promotions + +- [#12761](https://github.com/medusajs/medusa/pull/12761) [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: fallback to console with req.scope is undefined + +- Updated dependencies [[`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470), [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3), [`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a), [`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9), [`672871b733c6e82bd9e68cf90300ff78cf44727a`](https://github.com/medusajs/medusa/commit/672871b733c6e82bd9e68cf90300ff78cf44727a), [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d), [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`7a8f639b382e20328879ce6d9e93ea2c79f380b5`](https://github.com/medusajs/medusa/commit/7a8f639b382e20328879ce6d9e93ea2c79f380b5), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1), [`1a7847660890ae84648123567ce8dc4c9a0eca03`](https://github.com/medusajs/medusa/commit/1a7847660890ae84648123567ce8dc4c9a0eca03)]: + - @medusajs/auth@2.8.5 + - @medusajs/customer@2.8.5 + - @medusajs/fulfillment@2.8.5 + - @medusajs/inventory@2.8.5 + - @medusajs/payment@2.8.5 + - @medusajs/file-local@2.8.5 + - @medusajs/core-flows@2.8.5 + - @medusajs/framework@2.8.5 + - @medusajs/user@2.8.5 + - @medusajs/auth-google@2.8.5 + - @medusajs/promotion@2.8.5 + - @medusajs/cart@2.8.5 + - @medusajs/workflow-engine-inmemory@2.8.5 + - @medusajs/workflow-engine-redis@2.8.5 + - @medusajs/admin-bundler@2.8.5 + - @medusajs/analytics@2.8.5 + - @medusajs/api-key@2.8.5 + - @medusajs/currency@2.8.5 + - @medusajs/file@2.8.5 + - @medusajs/index@2.8.5 + - @medusajs/link-modules@2.8.5 + - @medusajs/locking@2.8.5 + - @medusajs/notification@2.8.5 + - @medusajs/order@2.8.5 + - @medusajs/pricing@2.8.5 + - @medusajs/product@2.8.5 + - @medusajs/region@2.8.5 + - @medusajs/sales-channel@2.8.5 + - @medusajs/stock-location@2.8.5 + - @medusajs/store@2.8.5 + - @medusajs/tax@2.8.5 + - @medusajs/cache-inmemory@2.8.5 + - @medusajs/cache-redis@2.8.5 + - @medusajs/event-bus-local@2.8.5 + - @medusajs/event-bus-redis@2.8.5 + - @medusajs/analytics-local@2.8.5 + - @medusajs/analytics-posthog@2.8.5 + - @medusajs/auth-emailpass@2.8.5 + - @medusajs/auth-github@2.8.5 + - @medusajs/file-s3@2.8.5 + - @medusajs/fulfillment-manual@2.8.5 + - @medusajs/locking-postgres@2.8.5 + - @medusajs/locking-redis@2.8.5 + - @medusajs/notification-local@2.8.5 + - @medusajs/notification-sendgrid@2.8.5 + - @medusajs/payment-stripe@2.8.5 + - @medusajs/telemetry@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index c46102a97a..ad9690087a 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "2.8.4", + "version": "2.8.5", "description": "Building blocks for digital commerce", "main": "dist/index.js", "exports": { @@ -44,7 +44,7 @@ "test:integration": "jest --forceExit -- src/**/integration-tests/**/__tests__/**/*.ts" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@opentelemetry/instrumentation-pg": "^0.52.0", "@opentelemetry/resources": "^2.0.0", "@opentelemetry/sdk-node": "^0.200.0", @@ -65,52 +65,52 @@ "dependencies": { "@inquirer/checkbox": "^2.3.11", "@inquirer/input": "^2.2.9", - "@medusajs/admin-bundler": "2.8.4", - "@medusajs/analytics": "2.8.4", - "@medusajs/analytics-local": "2.8.4", - "@medusajs/analytics-posthog": "2.8.4", - "@medusajs/api-key": "2.8.4", - "@medusajs/auth": "2.8.4", - "@medusajs/auth-emailpass": "2.8.4", - "@medusajs/auth-github": "2.8.4", - "@medusajs/auth-google": "2.8.4", - "@medusajs/cache-inmemory": "2.8.4", - "@medusajs/cache-redis": "2.8.4", - "@medusajs/cart": "2.8.4", - "@medusajs/core-flows": "2.8.4", - "@medusajs/currency": "2.8.4", - "@medusajs/customer": "2.8.4", - "@medusajs/event-bus-local": "2.8.4", - "@medusajs/event-bus-redis": "2.8.4", - "@medusajs/file": "2.8.4", - "@medusajs/file-local": "2.8.4", - "@medusajs/file-s3": "2.8.4", - "@medusajs/fulfillment": "2.8.4", - "@medusajs/fulfillment-manual": "2.8.4", - "@medusajs/index": "2.8.4", - "@medusajs/inventory": "2.8.4", - "@medusajs/link-modules": "2.8.4", - "@medusajs/locking": "2.8.4", - "@medusajs/locking-postgres": "2.8.4", - "@medusajs/locking-redis": "2.8.4", - "@medusajs/notification": "2.8.4", - "@medusajs/notification-local": "2.8.4", - "@medusajs/notification-sendgrid": "2.8.4", - "@medusajs/order": "2.8.4", - "@medusajs/payment": "2.8.4", - "@medusajs/payment-stripe": "2.8.4", - "@medusajs/pricing": "2.8.4", - "@medusajs/product": "2.8.4", - "@medusajs/promotion": "2.8.4", - "@medusajs/region": "2.8.4", - "@medusajs/sales-channel": "2.8.4", - "@medusajs/stock-location": "2.8.4", - "@medusajs/store": "2.8.4", - "@medusajs/tax": "2.8.4", - "@medusajs/telemetry": "2.8.4", - "@medusajs/user": "2.8.4", - "@medusajs/workflow-engine-inmemory": "2.8.4", - "@medusajs/workflow-engine-redis": "2.8.4", + "@medusajs/admin-bundler": "2.8.5", + "@medusajs/analytics": "2.8.5", + "@medusajs/analytics-local": "2.8.5", + "@medusajs/analytics-posthog": "2.8.5", + "@medusajs/api-key": "2.8.5", + "@medusajs/auth": "2.8.5", + "@medusajs/auth-emailpass": "2.8.5", + "@medusajs/auth-github": "2.8.5", + "@medusajs/auth-google": "2.8.5", + "@medusajs/cache-inmemory": "2.8.5", + "@medusajs/cache-redis": "2.8.5", + "@medusajs/cart": "2.8.5", + "@medusajs/core-flows": "2.8.5", + "@medusajs/currency": "2.8.5", + "@medusajs/customer": "2.8.5", + "@medusajs/event-bus-local": "2.8.5", + "@medusajs/event-bus-redis": "2.8.5", + "@medusajs/file": "2.8.5", + "@medusajs/file-local": "2.8.5", + "@medusajs/file-s3": "2.8.5", + "@medusajs/fulfillment": "2.8.5", + "@medusajs/fulfillment-manual": "2.8.5", + "@medusajs/index": "2.8.5", + "@medusajs/inventory": "2.8.5", + "@medusajs/link-modules": "2.8.5", + "@medusajs/locking": "2.8.5", + "@medusajs/locking-postgres": "2.8.5", + "@medusajs/locking-redis": "2.8.5", + "@medusajs/notification": "2.8.5", + "@medusajs/notification-local": "2.8.5", + "@medusajs/notification-sendgrid": "2.8.5", + "@medusajs/order": "2.8.5", + "@medusajs/payment": "2.8.5", + "@medusajs/payment-stripe": "2.8.5", + "@medusajs/pricing": "2.8.5", + "@medusajs/product": "2.8.5", + "@medusajs/promotion": "2.8.5", + "@medusajs/region": "2.8.5", + "@medusajs/sales-channel": "2.8.5", + "@medusajs/stock-location": "2.8.5", + "@medusajs/store": "2.8.5", + "@medusajs/tax": "2.8.5", + "@medusajs/telemetry": "2.8.5", + "@medusajs/user": "2.8.5", + "@medusajs/workflow-engine-inmemory": "2.8.5", + "@medusajs/workflow-engine-redis": "2.8.5", "@opentelemetry/api": "^1.9.0", "boxen": "^5.0.1", "chalk": "^4.0.0", @@ -129,7 +129,7 @@ "zod": "3.22.4" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/knex": "6.4.3", "@mikro-orm/migrations": "6.4.3", diff --git a/packages/modules/analytics/CHANGELOG.md b/packages/modules/analytics/CHANGELOG.md index 9e100e71a2..e37897b14a 100644 --- a/packages/modules/analytics/CHANGELOG.md +++ b/packages/modules/analytics/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/analytics +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/analytics/package.json b/packages/modules/analytics/package.json index 3db92c3421..9a8cebd61e 100644 --- a/packages/modules/analytics/package.json +++ b/packages/modules/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/analytics", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Analytics module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -32,8 +32,8 @@ "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -42,7 +42,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "awilix": "^8.0.1" } } diff --git a/packages/modules/api-key/CHANGELOG.md b/packages/modules/api-key/CHANGELOG.md index 115cca6313..0013594c62 100644 --- a/packages/modules/api-key/CHANGELOG.md +++ b/packages/modules/api-key/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/api-key +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/api-key/package.json b/packages/modules/api-key/package.json index 4c17522d8b..2ad03a0268 100644 --- a/packages/modules/api-key/package.json +++ b/packages/modules/api-key/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/api-key", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa API Key module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", @@ -47,7 +47,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/auth/CHANGELOG.md b/packages/modules/auth/CHANGELOG.md index 8f64ceadd5..5de8dfeb5c 100644 --- a/packages/modules/auth/CHANGELOG.md +++ b/packages/modules/auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/auth +## 2.8.5 + +### Patch Changes + +- [#12715](https://github.com/medusajs/medusa/pull/12715) [`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(utils): medusa internal service returned data should match typings + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/auth/package.json b/packages/modules/auth/package.json index ad3ea6b0a8..3fba6afdd8 100644 --- a/packages/modules/auth/package.json +++ b/packages/modules/auth/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/auth", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Auth module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/cache-inmemory/CHANGELOG.md b/packages/modules/cache-inmemory/CHANGELOG.md index f22a93ab93..3aaf438fea 100644 --- a/packages/modules/cache-inmemory/CHANGELOG.md +++ b/packages/modules/cache-inmemory/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/cache-inmemory +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/cache-inmemory/package.json b/packages/modules/cache-inmemory/package.json index 1053e6da9b..d859bca4f6 100644 --- a/packages/modules/cache-inmemory/package.json +++ b/packages/modules/cache-inmemory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cache-inmemory", - "version": "2.8.4", + "version": "2.8.5", "description": "In-memory Cache Module for Medusa", "main": "dist/index.js", "repository": { @@ -23,7 +23,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -36,6 +36,6 @@ "test": "jest --passWithNoTests" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" } } diff --git a/packages/modules/cache-redis/CHANGELOG.md b/packages/modules/cache-redis/CHANGELOG.md index 1990ee8d4a..c113f815ec 100644 --- a/packages/modules/cache-redis/CHANGELOG.md +++ b/packages/modules/cache-redis/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/cache-redis +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/cache-redis/package.json b/packages/modules/cache-redis/package.json index 9052e0d89a..e32ecebbdd 100644 --- a/packages/modules/cache-redis/package.json +++ b/packages/modules/cache-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cache-redis", - "version": "2.8.4", + "version": "2.8.5", "description": "Redis Cache Module for Medusa", "main": "dist/index.js", "repository": { @@ -23,7 +23,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -39,7 +39,7 @@ "ioredis": "^5.4.1" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "awilix": "^8.0.1" } } diff --git a/packages/modules/cart/CHANGELOG.md b/packages/modules/cart/CHANGELOG.md index 185ca14390..590b97300a 100644 --- a/packages/modules/cart/CHANGELOG.md +++ b/packages/modules/cart/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/cart +## 2.8.5 + +### Patch Changes + +- [#12412](https://github.com/medusajs/medusa/pull/12412) [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9) Thanks [@fPolic](https://github.com/fPolic)! - feat(promotion, dashboard, core-flows, cart, types, utils, medusa): tax inclusive promotions + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/cart/package.json b/packages/modules/cart/package.json index 497d836d9b..955bf4d562 100644 --- a/packages/modules/cart/package.json +++ b/packages/modules/cart/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cart", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Cart module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/currency/CHANGELOG.md b/packages/modules/currency/CHANGELOG.md index a30dbf246a..02358f2120 100644 --- a/packages/modules/currency/CHANGELOG.md +++ b/packages/modules/currency/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/currency +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/currency/package.json b/packages/modules/currency/package.json index 323b0920f5..e64862e106 100644 --- a/packages/modules/currency/package.json +++ b/packages/modules/currency/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/currency", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Currency module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/customer/CHANGELOG.md b/packages/modules/customer/CHANGELOG.md index 5a76f93d42..de37bacd47 100644 --- a/packages/modules/customer/CHANGELOG.md +++ b/packages/modules/customer/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/customer +## 2.8.5 + +### Patch Changes + +- [#12715](https://github.com/medusajs/medusa/pull/12715) [`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(utils): medusa internal service returned data should match typings + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/customer/package.json b/packages/modules/customer/package.json index e207c9fae2..f1f5087558 100644 --- a/packages/modules/customer/package.json +++ b/packages/modules/customer/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/customer", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Customer module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/event-bus-local/CHANGELOG.md b/packages/modules/event-bus-local/CHANGELOG.md index e68647d4df..5324b747d5 100644 --- a/packages/modules/event-bus-local/CHANGELOG.md +++ b/packages/modules/event-bus-local/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/event-bus-local +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/event-bus-local/package.json b/packages/modules/event-bus-local/package.json index bf50b1caa9..33d59c9a93 100644 --- a/packages/modules/event-bus-local/package.json +++ b/packages/modules/event-bus-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/event-bus-local", - "version": "2.8.4", + "version": "2.8.5", "description": "Local Event Bus Module for Medusa", "main": "dist/index.js", "files": [ @@ -23,7 +23,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -39,6 +39,6 @@ "ulid": "^2.3.0" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" } } diff --git a/packages/modules/event-bus-redis/CHANGELOG.md b/packages/modules/event-bus-redis/CHANGELOG.md index 2b8c7ef102..fda69e0da8 100644 --- a/packages/modules/event-bus-redis/CHANGELOG.md +++ b/packages/modules/event-bus-redis/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/event-bus-redis +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/event-bus-redis/package.json b/packages/modules/event-bus-redis/package.json index 9db440d6bd..697d3bfd84 100644 --- a/packages/modules/event-bus-redis/package.json +++ b/packages/modules/event-bus-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/event-bus-redis", - "version": "2.8.4", + "version": "2.8.5", "description": "Redis Event Bus Module for Medusa", "main": "dist/index.js", "files": [ @@ -23,7 +23,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -40,7 +40,7 @@ "ioredis": "^5.4.1" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "awilix": "^8.0.1" } } diff --git a/packages/modules/file/CHANGELOG.md b/packages/modules/file/CHANGELOG.md index e75d8f5531..806732d4eb 100644 --- a/packages/modules/file/CHANGELOG.md +++ b/packages/modules/file/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/product +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/file/package.json b/packages/modules/file/package.json index 36e277cf92..cda099062b 100644 --- a/packages/modules/file/package.json +++ b/packages/modules/file/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/file", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa File module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "awilix": "^8.0.1" } } diff --git a/packages/modules/fulfillment/CHANGELOG.md b/packages/modules/fulfillment/CHANGELOG.md index b601b41208..cc8cb4362f 100644 --- a/packages/modules/fulfillment/CHANGELOG.md +++ b/packages/modules/fulfillment/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/fulfillment +## 2.8.5 + +### Patch Changes + +- [#12715](https://github.com/medusajs/medusa/pull/12715) [`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(utils): medusa internal service returned data should match typings + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/fulfillment/package.json b/packages/modules/fulfillment/package.json index 41b71f8f16..ac024ec108 100644 --- a/packages/modules/fulfillment/package.json +++ b/packages/modules/fulfillment/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/fulfillment", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Fulfillment module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/index/CHANGELOG.md b/packages/modules/index/CHANGELOG.md index 9c489e9647..63a14debb9 100644 --- a/packages/modules/index/CHANGELOG.md +++ b/packages/modules/index/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/index +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/index/package.json b/packages/modules/index/package.json index 2a9ff9aaf5..7ad02964d2 100644 --- a/packages/modules/index/package.json +++ b/packages/modules/index/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/index", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Index module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/knex": "6.4.3", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/knex": "6.4.3", "@mikro-orm/migrations": "6.4.3", diff --git a/packages/modules/inventory/CHANGELOG.md b/packages/modules/inventory/CHANGELOG.md index d9e9108e5a..80f7886a79 100644 --- a/packages/modules/inventory/CHANGELOG.md +++ b/packages/modules/inventory/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/inventory-next +## 2.8.5 + +### Patch Changes + +- [#12715](https://github.com/medusajs/medusa/pull/12715) [`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(utils): medusa internal service returned data should match typings + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/inventory/package.json b/packages/modules/inventory/package.json index d7ab8f5dc8..b69db1f2d3 100644 --- a/packages/modules/inventory/package.json +++ b/packages/modules/inventory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/inventory", - "version": "2.8.4", + "version": "2.8.5", "description": "Inventory Module for Medusa", "main": "dist/index.js", "repository": { @@ -23,8 +23,8 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -37,7 +37,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/link-modules/CHANGELOG.md b/packages/modules/link-modules/CHANGELOG.md index 088c80cde6..1e2e6cd18f 100644 --- a/packages/modules/link-modules/CHANGELOG.md +++ b/packages/modules/link-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/link-modules +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/link-modules/package.json b/packages/modules/link-modules/package.json index 6f20b454af..33702fff19 100644 --- a/packages/modules/link-modules/package.json +++ b/packages/modules/link-modules/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/link-modules", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Default Link Modules Package and Definitions", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -33,8 +33,8 @@ "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", @@ -47,7 +47,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/locking/CHANGELOG.md b/packages/modules/locking/CHANGELOG.md index 89a5f3be00..0cf3d06cb2 100644 --- a/packages/modules/locking/CHANGELOG.md +++ b/packages/modules/locking/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/locking +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/locking/package.json b/packages/modules/locking/package.json index f169673334..993a70beff 100644 --- a/packages/modules/locking/package.json +++ b/packages/modules/locking/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/locking", - "version": "2.8.4", + "version": "2.8.5", "description": "Locking Module for Medusa", "main": "dist/index.js", "repository": { @@ -32,8 +32,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -46,7 +46,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/notification/CHANGELOG.md b/packages/modules/notification/CHANGELOG.md index 778063aba8..922de9b007 100644 --- a/packages/modules/notification/CHANGELOG.md +++ b/packages/modules/notification/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/notification +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/notification/package.json b/packages/modules/notification/package.json index 1ed48fa888..707d1474c8 100644 --- a/packages/modules/notification/package.json +++ b/packages/modules/notification/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/notification", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Notification module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/order/CHANGELOG.md b/packages/modules/order/CHANGELOG.md index 7244d4cf42..03fd183ddd 100644 --- a/packages/modules/order/CHANGELOG.md +++ b/packages/modules/order/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/order +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/order/package.json b/packages/modules/order/package.json index ef2e0eae01..c5ea29dd69 100644 --- a/packages/modules/order/package.json +++ b/packages/modules/order/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/order", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Order module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/payment/CHANGELOG.md b/packages/modules/payment/CHANGELOG.md index 586daa06c6..dff1cdaafc 100644 --- a/packages/modules/payment/CHANGELOG.md +++ b/packages/modules/payment/CHANGELOG.md @@ -1,5 +1,18 @@ # @medusajs/payment +## 2.8.5 + +### Patch Changes + +- [#12715](https://github.com/medusajs/medusa/pull/12715) [`ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470`](https://github.com/medusajs/medusa/commit/ab634a14ba709f1b1d12eb4cd5c7f3db6bfe6470) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(utils): medusa internal service returned data should match typings + +- [#12803](https://github.com/medusajs/medusa/pull/12803) [`ba1e6595b74ae69f4ee066d545f8def8aff77dd3`](https://github.com/medusajs/medusa/commit/ba1e6595b74ae69f4ee066d545f8def8aff77dd3) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(payment): round currency decimal precision + +- [#12751](https://github.com/medusajs/medusa/pull/12751) [`7a8f639b382e20328879ce6d9e93ea2c79f380b5`](https://github.com/medusajs/medusa/commit/7a8f639b382e20328879ce6d9e93ea2c79f380b5) Thanks [@fPolic](https://github.com/fPolic)! - fix(payment): add account holder methods to the manual provider + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/payment/package.json b/packages/modules/payment/package.json index 9140e0394e..68e6729680 100644 --- a/packages/modules/payment/package.json +++ b/packages/modules/payment/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/payment", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Payment module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/pricing/CHANGELOG.md b/packages/modules/pricing/CHANGELOG.md index 64866f6717..0c56ce35fb 100644 --- a/packages/modules/pricing/CHANGELOG.md +++ b/packages/modules/pricing/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/pricing +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/pricing/package.json b/packages/modules/pricing/package.json index 1222bb908d..3423773537 100644 --- a/packages/modules/pricing/package.json +++ b/packages/modules/pricing/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/pricing", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Pricing module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/product/CHANGELOG.md b/packages/modules/product/CHANGELOG.md index 2ee68b2523..585bc22a51 100644 --- a/packages/modules/product/CHANGELOG.md +++ b/packages/modules/product/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/product +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/product/package.json b/packages/modules/product/package.json index 4c81b6a431..41ba95b7a1 100644 --- a/packages/modules/product/package.json +++ b/packages/modules/product/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/product", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Product module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/promotion/CHANGELOG.md b/packages/modules/promotion/CHANGELOG.md index d8df5e8864..0a81065fd9 100644 --- a/packages/modules/promotion/CHANGELOG.md +++ b/packages/modules/promotion/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/promotion +## 2.8.5 + +### Patch Changes + +- [#12412](https://github.com/medusajs/medusa/pull/12412) [`2621f00bb035a6b909f9498a2bc98fdba8570ba9`](https://github.com/medusajs/medusa/commit/2621f00bb035a6b909f9498a2bc98fdba8570ba9) Thanks [@fPolic](https://github.com/fPolic)! - feat(promotion, dashboard, core-flows, cart, types, utils, medusa): tax inclusive promotions + +- [#12644](https://github.com/medusajs/medusa/pull/12644) [`bd6d9777c50d69115a20334a103a8ab9997b259d`](https://github.com/medusajs/medusa/commit/bd6d9777c50d69115a20334a103a8ab9997b259d) Thanks [@fPolic](https://github.com/fPolic)! - fix(promotion, types): non discountable items check + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/promotion/package.json b/packages/modules/promotion/package.json index 54a8912f09..57f1690dd7 100644 --- a/packages/modules/promotion/package.json +++ b/packages/modules/promotion/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/promotion", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Promotion module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/providers/analytics-local/CHANGELOG.md b/packages/modules/providers/analytics-local/CHANGELOG.md index fe28047aa0..b9172a05a6 100644 --- a/packages/modules/providers/analytics-local/CHANGELOG.md +++ b/packages/modules/providers/analytics-local/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/analytics-local +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/analytics-local/package.json b/packages/modules/providers/analytics-local/package.json index 8363ef714b..1e2bde4eac 100644 --- a/packages/modules/providers/analytics-local/package.json +++ b/packages/modules/providers/analytics-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/analytics-local", - "version": "2.8.4", + "version": "2.8.5", "description": "Local analytics provider for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -33,7 +33,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "keywords": [ "medusa-plugin", diff --git a/packages/modules/providers/analytics-posthog/CHANGELOG.md b/packages/modules/providers/analytics-posthog/CHANGELOG.md index 42f4821a2d..60f9b3ffbd 100644 --- a/packages/modules/providers/analytics-posthog/CHANGELOG.md +++ b/packages/modules/providers/analytics-posthog/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/analytics-posthog +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/analytics-posthog/package.json b/packages/modules/providers/analytics-posthog/package.json index 6fa560ab25..7f8eb96970 100644 --- a/packages/modules/providers/analytics-posthog/package.json +++ b/packages/modules/providers/analytics-posthog/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/analytics-posthog", - "version": "2.8.4", + "version": "2.8.5", "description": "Posthog analytics provider for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -34,7 +34,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "posthog-node": "^4.17.1" }, "keywords": [ diff --git a/packages/modules/providers/auth-emailpass/CHANGELOG.md b/packages/modules/providers/auth-emailpass/CHANGELOG.md index c18b51afbb..2d673080ac 100644 --- a/packages/modules/providers/auth-emailpass/CHANGELOG.md +++ b/packages/modules/providers/auth-emailpass/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/auth-emailpass +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/auth-emailpass/package.json b/packages/modules/providers/auth-emailpass/package.json index d8276033e3..a7ce4a4dfb 100644 --- a/packages/modules/providers/auth-emailpass/package.json +++ b/packages/modules/providers/auth-emailpass/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/auth-emailpass", - "version": "2.8.4", + "version": "2.8.5", "description": "Email and password credential authentication provider for Medusa", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -37,7 +37,7 @@ "scrypt-kdf": "^2.0.1" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/auth-github/CHANGELOG.md b/packages/modules/providers/auth-github/CHANGELOG.md index 407de00446..7742a0d80d 100644 --- a/packages/modules/providers/auth-github/CHANGELOG.md +++ b/packages/modules/providers/auth-github/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/auth-github +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/auth-github/package.json b/packages/modules/providers/auth-github/package.json index c62976b5e3..0c3d5ebff4 100644 --- a/packages/modules/providers/auth-github/package.json +++ b/packages/modules/providers/auth-github/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/auth-github", - "version": "2.8.4", + "version": "2.8.5", "description": "Github OAuth authentication provider for Medusa", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -35,7 +35,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/auth-google/CHANGELOG.md b/packages/modules/providers/auth-google/CHANGELOG.md index 223c5e98f8..69c7cd2745 100644 --- a/packages/modules/providers/auth-google/CHANGELOG.md +++ b/packages/modules/providers/auth-google/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/auth-google +## 2.8.5 + +### Patch Changes + +- [#12813](https://github.com/medusajs/medusa/pull/12813) [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add support for jwt asymetric keys + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/auth-google/package.json b/packages/modules/providers/auth-google/package.json index 55105dc23f..3a93073e2c 100644 --- a/packages/modules/providers/auth-google/package.json +++ b/packages/modules/providers/auth-google/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/auth-google", - "version": "2.8.4", + "version": "2.8.5", "description": "Google OAuth authentication provider for Medusa", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -38,7 +38,7 @@ "jsonwebtoken": "^9.0.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/file-local/CHANGELOG.md b/packages/modules/providers/file-local/CHANGELOG.md index ac51232324..b2e28b22de 100644 --- a/packages/modules/providers/file-local/CHANGELOG.md +++ b/packages/modules/providers/file-local/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/file-local +## 2.8.5 + +### Patch Changes + +- [#12643](https://github.com/medusajs/medusa/pull/12643) [`f2cb528a5650fe112ca8eeb4bdffc5f0b217338a`](https://github.com/medusajs/medusa/commit/f2cb528a5650fe112ca8eeb4bdffc5f0b217338a) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: wire up direct uploads with local file provider + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/file-local/package.json b/packages/modules/providers/file-local/package.json index 2cd5d37028..b51f3db0e0 100644 --- a/packages/modules/providers/file-local/package.json +++ b/packages/modules/providers/file-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/file-local", - "version": "2.8.4", + "version": "2.8.5", "description": "Local filesystem file storage for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -33,7 +33,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "keywords": [ "medusa-plugin", diff --git a/packages/modules/providers/file-s3/CHANGELOG.md b/packages/modules/providers/file-s3/CHANGELOG.md index aa29d2325e..6c8f2d8b11 100644 --- a/packages/modules/providers/file-s3/CHANGELOG.md +++ b/packages/modules/providers/file-s3/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/file-s3 +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/file-s3/package.json b/packages/modules/providers/file-s3/package.json index 02da944347..eb88b53daf 100644 --- a/packages/modules/providers/file-s3/package.json +++ b/packages/modules/providers/file-s3/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/file-s3", - "version": "2.8.4", + "version": "2.8.5", "description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "axios": "^1.6.8", @@ -40,7 +40,7 @@ "ulid": "^2.3.0" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "keywords": [ "medusa-plugin", diff --git a/packages/modules/providers/fulfillment-manual/CHANGELOG.md b/packages/modules/providers/fulfillment-manual/CHANGELOG.md index 6aeb336ab7..deb74a85c2 100644 --- a/packages/modules/providers/fulfillment-manual/CHANGELOG.md +++ b/packages/modules/providers/fulfillment-manual/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/fulfillment-manual +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/fulfillment-manual/package.json b/packages/modules/providers/fulfillment-manual/package.json index d8da06a73a..e17cb49fb1 100644 --- a/packages/modules/providers/fulfillment-manual/package.json +++ b/packages/modules/providers/fulfillment-manual/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/fulfillment-manual", - "version": "2.8.4", + "version": "2.8.5", "description": "Manual fulfillment for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -33,7 +33,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "keywords": [ "medusa-plugin", diff --git a/packages/modules/providers/locking-postgres/CHANGELOG.md b/packages/modules/providers/locking-postgres/CHANGELOG.md index 3586c032b5..00dce5a109 100644 --- a/packages/modules/providers/locking-postgres/CHANGELOG.md +++ b/packages/modules/providers/locking-postgres/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/locking-postgres +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/locking-postgres/package.json b/packages/modules/providers/locking-postgres/package.json index e0c250c6ae..51390534d2 100644 --- a/packages/modules/providers/locking-postgres/package.json +++ b/packages/modules/providers/locking-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/locking-postgres", - "version": "2.8.4", + "version": "2.8.5", "description": "Postgres Advisory Locks for Medusa", "main": "dist/index.js", "repository": { @@ -20,7 +20,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -32,7 +32,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "scripts": { "watch": "tsc --build --watch", diff --git a/packages/modules/providers/locking-redis/CHANGELOG.md b/packages/modules/providers/locking-redis/CHANGELOG.md index e47081e767..0e2d241f0c 100644 --- a/packages/modules/providers/locking-redis/CHANGELOG.md +++ b/packages/modules/providers/locking-redis/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/locking-redis +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/locking-redis/package.json b/packages/modules/providers/locking-redis/package.json index d6a74ed565..e3560591b4 100644 --- a/packages/modules/providers/locking-redis/package.json +++ b/packages/modules/providers/locking-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/locking-redis", - "version": "2.8.4", + "version": "2.8.5", "description": "Redis Lock for Medusa", "main": "dist/index.js", "repository": { @@ -20,7 +20,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -28,7 +28,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "dependencies": { "ioredis": "^5.4.1" diff --git a/packages/modules/providers/notification-local/CHANGELOG.md b/packages/modules/providers/notification-local/CHANGELOG.md index 3b71a0955b..ffcdd2aba7 100644 --- a/packages/modules/providers/notification-local/CHANGELOG.md +++ b/packages/modules/providers/notification-local/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/notification-local +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/notification-local/package.json b/packages/modules/providers/notification-local/package.json index 362b4be68b..9dc3b8b45a 100644 --- a/packages/modules/providers/notification-local/package.json +++ b/packages/modules/providers/notification-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/notification-local", - "version": "2.8.4", + "version": "2.8.5", "description": "Local (logging) notification provider for Medusa, useful for testing purposes and log audits", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -34,7 +34,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/notification-sendgrid/CHANGELOG.md b/packages/modules/providers/notification-sendgrid/CHANGELOG.md index 1738a78bb2..4f06ea6640 100644 --- a/packages/modules/providers/notification-sendgrid/CHANGELOG.md +++ b/packages/modules/providers/notification-sendgrid/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/notification-sendgrid +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/notification-sendgrid/package.json b/packages/modules/providers/notification-sendgrid/package.json index 81296f82c4..3346494e46 100644 --- a/packages/modules/providers/notification-sendgrid/package.json +++ b/packages/modules/providers/notification-sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/notification-sendgrid", - "version": "2.8.4", + "version": "2.8.5", "description": "Sendgrid notification provider for Medusa", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -37,7 +37,7 @@ "@sendgrid/mail": "^8.1.3" }, "peerDependencies": { - "@medusajs/framework": "2.8.4" + "@medusajs/framework": "2.8.5" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/payment-stripe/CHANGELOG.md b/packages/modules/providers/payment-stripe/CHANGELOG.md index f947aba3c5..db7e5ae4f0 100644 --- a/packages/modules/providers/payment-stripe/CHANGELOG.md +++ b/packages/modules/providers/payment-stripe/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/payment-stripe +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/providers/payment-stripe/package.json b/packages/modules/providers/payment-stripe/package.json index 7be737d0db..4173def300 100644 --- a/packages/modules/providers/payment-stripe/package.json +++ b/packages/modules/providers/payment-stripe/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/payment-stripe", - "version": "2.8.4", + "version": "2.8.5", "description": "Stripe payment provider for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -33,7 +33,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "awilix": "^8.0.1" }, "dependencies": { diff --git a/packages/modules/region/CHANGELOG.md b/packages/modules/region/CHANGELOG.md index 7ef375c7b1..410e38a137 100644 --- a/packages/modules/region/CHANGELOG.md +++ b/packages/modules/region/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/region +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/region/package.json b/packages/modules/region/package.json index 0755b50c38..c0378d1404 100644 --- a/packages/modules/region/package.json +++ b/packages/modules/region/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/region", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Region module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/sales-channel/CHANGELOG.md b/packages/modules/sales-channel/CHANGELOG.md index aaa46d980b..c4d8513f64 100644 --- a/packages/modules/sales-channel/CHANGELOG.md +++ b/packages/modules/sales-channel/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/sales-channel +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/sales-channel/package.json b/packages/modules/sales-channel/package.json index c18c7f1ba0..28c701296f 100644 --- a/packages/modules/sales-channel/package.json +++ b/packages/modules/sales-channel/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/sales-channel", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Sales Channel module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/stock-location/CHANGELOG.md b/packages/modules/stock-location/CHANGELOG.md index ed49e6bff6..ff1623e7f9 100644 --- a/packages/modules/stock-location/CHANGELOG.md +++ b/packages/modules/stock-location/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/stock-location +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/stock-location/package.json b/packages/modules/stock-location/package.json index 6e4cffac46..675872a26d 100644 --- a/packages/modules/stock-location/package.json +++ b/packages/modules/stock-location/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/stock-location", - "version": "2.8.4", + "version": "2.8.5", "description": "Stock Location Module for Medusa", "main": "dist/index.js", "repository": { @@ -23,8 +23,8 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -37,7 +37,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/store/CHANGELOG.md b/packages/modules/store/CHANGELOG.md index 2702f293fa..ddd84823db 100644 --- a/packages/modules/store/CHANGELOG.md +++ b/packages/modules/store/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/store +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/store/package.json b/packages/modules/store/package.json index 237fb4990d..989ee0e370 100644 --- a/packages/modules/store/package.json +++ b/packages/modules/store/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/store", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Store module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/tax/CHANGELOG.md b/packages/modules/tax/CHANGELOG.md index 567f58c5d4..de5cbbe1e5 100644 --- a/packages/modules/tax/CHANGELOG.md +++ b/packages/modules/tax/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/tax +## 2.8.5 + +### Patch Changes + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/tax/package.json b/packages/modules/tax/package.json index 058d057c03..75d30e57c8 100644 --- a/packages/modules/tax/package.json +++ b/packages/modules/tax/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/tax", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Tax module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/user/CHANGELOG.md b/packages/modules/user/CHANGELOG.md index 74bd9f2860..e34b68a39c 100644 --- a/packages/modules/user/CHANGELOG.md +++ b/packages/modules/user/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/user +## 2.8.5 + +### Patch Changes + +- [#12813](https://github.com/medusajs/medusa/pull/12813) [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add support for jwt asymetric keys + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/user/package.json b/packages/modules/user/package.json index e7a633e2d7..9061a9f42a 100644 --- a/packages/modules/user/package.json +++ b/packages/modules/user/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/user", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Users module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -53,7 +53,7 @@ "jsonwebtoken": "^9.0.2" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/workflow-engine-inmemory/CHANGELOG.md b/packages/modules/workflow-engine-inmemory/CHANGELOG.md index 240b90c569..756cd482b8 100644 --- a/packages/modules/workflow-engine-inmemory/CHANGELOG.md +++ b/packages/modules/workflow-engine-inmemory/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/workflow-engine-inmemory +## 2.8.5 + +### Patch Changes + +- [#12795](https://github.com/medusajs/medusa/pull/12795) [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(workflow-engine-\*): Cleanup expired executions + +- [#12675](https://github.com/medusajs/medusa/pull/12675) [`1a7847660890ae84648123567ce8dc4c9a0eca03`](https://github.com/medusajs/medusa/commit/1a7847660890ae84648123567ce8dc4c9a0eca03) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(workflow-sdk): Async propagation + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/workflow-engine-inmemory/package.json b/packages/modules/workflow-engine-inmemory/package.json index 03b717537c..05f73d68e1 100644 --- a/packages/modules/workflow-engine-inmemory/package.json +++ b/packages/modules/workflow-engine-inmemory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflow-engine-inmemory", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Workflow Orchestrator module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -54,7 +54,7 @@ "ulid": "^2.3.0" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3", diff --git a/packages/modules/workflow-engine-redis/CHANGELOG.md b/packages/modules/workflow-engine-redis/CHANGELOG.md index c04271e72d..d5a13d9908 100644 --- a/packages/modules/workflow-engine-redis/CHANGELOG.md +++ b/packages/modules/workflow-engine-redis/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/workflow-engine-redis +## 2.8.5 + +### Patch Changes + +- [#12795](https://github.com/medusajs/medusa/pull/12795) [`316a325b63e92003df25452faf88e577e9133064`](https://github.com/medusajs/medusa/commit/316a325b63e92003df25452faf88e577e9133064) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(workflow-engine-\*): Cleanup expired executions + +- [#12675](https://github.com/medusajs/medusa/pull/12675) [`1a7847660890ae84648123567ce8dc4c9a0eca03`](https://github.com/medusajs/medusa/commit/1a7847660890ae84648123567ce8dc4c9a0eca03) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(workflow-sdk): Async propagation + +- Updated dependencies [[`cbf3644eb7c8a24eaed879647b58c9ece3373c0e`](https://github.com/medusajs/medusa/commit/cbf3644eb7c8a24eaed879647b58c9ece3373c0e), [`d517dbd66a47817d1270c278b03add9a5c4244cb`](https://github.com/medusajs/medusa/commit/d517dbd66a47817d1270c278b03add9a5c4244cb), [`820a936b9836ae83e7a45de1e1ed0488d8cde2fd`](https://github.com/medusajs/medusa/commit/820a936b9836ae83e7a45de1e1ed0488d8cde2fd), [`00505b4f8e49873123111752adfda47ccb35ab46`](https://github.com/medusajs/medusa/commit/00505b4f8e49873123111752adfda47ccb35ab46), [`94b62c67249d13ec6342411cf7efdedfd0ac47e1`](https://github.com/medusajs/medusa/commit/94b62c67249d13ec6342411cf7efdedfd0ac47e1)]: + - @medusajs/framework@2.8.5 + ## 2.8.4 ### Patch Changes diff --git a/packages/modules/workflow-engine-redis/package.json b/packages/modules/workflow-engine-redis/package.json index c878da7066..40a19f73b4 100644 --- a/packages/modules/workflow-engine-redis/package.json +++ b/packages/modules/workflow-engine-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflow-engine-redis", - "version": "2.8.4", + "version": "2.8.5", "description": "Medusa Workflow Orchestrator module using Redis to track workflows executions", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,8 +36,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "2.8.4", - "@medusajs/test-utils": "2.8.4", + "@medusajs/framework": "2.8.5", + "@medusajs/test-utils": "2.8.5", "@mikro-orm/cli": "6.4.3", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", @@ -55,7 +55,7 @@ "ulid": "^2.3.0" }, "peerDependencies": { - "@medusajs/framework": "2.8.4", + "@medusajs/framework": "2.8.5", "@mikro-orm/core": "6.4.3", "@mikro-orm/migrations": "6.4.3", "@mikro-orm/postgresql": "6.4.3",