chore: Version Packages (#13209)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-28 17:25:32 +02:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 65dfcf9be4
commit 08ec3ed9f2
184 changed files with 1067 additions and 562 deletions
@@ -1,5 +1,14 @@
# @medusajs/admin-bundler
## 2.10.0
### Patch Changes
- Updated dependencies [[`319a941d998b7a245507710568269261ee9c4950`](https://github.com/medusajs/medusa/commit/319a941d998b7a245507710568269261ee9c4950), [`e7b45f5fde288431a916f5cd55b70b40ca74f740`](https://github.com/medusajs/medusa/commit/e7b45f5fde288431a916f5cd55b70b40ca74f740), [`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0), [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a), [`36c20ed1888d11d959a5107880df41cb120c7b73`](https://github.com/medusajs/medusa/commit/36c20ed1888d11d959a5107880df41cb120c7b73), [`2d62e289131363f96668a7aaffee54b8c8114e53`](https://github.com/medusajs/medusa/commit/2d62e289131363f96668a7aaffee54b8c8114e53), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`9b38b750def5c5cb7a83850c95435bffaae48b2a`](https://github.com/medusajs/medusa/commit/9b38b750def5c5cb7a83850c95435bffaae48b2a), [`87a61baf8fec17929002cc78bb8b4becc7dfd20d`](https://github.com/medusajs/medusa/commit/87a61baf8fec17929002cc78bb8b4becc7dfd20d), [`65dfcf9be4a4cc5ffac1794879fc1bc51956d296`](https://github.com/medusajs/medusa/commit/65dfcf9be4a4cc5ffac1794879fc1bc51956d296), [`c6b836bb03e0824ada0bce214d3ae0c99396a87d`](https://github.com/medusajs/medusa/commit/c6b836bb03e0824ada0bce214d3ae0c99396a87d), [`7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e`](https://github.com/medusajs/medusa/commit/7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e), [`4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d`](https://github.com/medusajs/medusa/commit/4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`20b8187e2ac2886cc3e9e66a6b68ad12106219a3`](https://github.com/medusajs/medusa/commit/20b8187e2ac2886cc3e9e66a6b68ad12106219a3), [`6d8e4acdc794878755fdc411ac9cb5c05fbac06b`](https://github.com/medusajs/medusa/commit/6d8e4acdc794878755fdc411ac9cb5c05fbac06b)]:
- @medusajs/dashboard@2.10.0
- @medusajs/admin-shared@2.10.0
- @medusajs/admin-vite-plugin@2.10.0
## 2.9.0
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.9.0",
"version": "2.10.0",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": {
@@ -18,16 +18,16 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "2.9.0",
"@medusajs/types": "2.10.0",
"@types/compression": "^1.7.5",
"express": "^4.21.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/admin-shared": "2.9.0",
"@medusajs/admin-vite-plugin": "2.9.0",
"@medusajs/dashboard": "2.9.0",
"@medusajs/admin-shared": "2.10.0",
"@medusajs/admin-vite-plugin": "2.10.0",
"@medusajs/dashboard": "2.10.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/admin-sdk
## 2.10.0
### Patch Changes
- Updated dependencies [[`4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d`](https://github.com/medusajs/medusa/commit/4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d)]:
- @medusajs/admin-shared@2.10.0
## 2.9.0
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "2.9.0",
"version": "2.10.0",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
@@ -24,7 +24,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/admin-shared": "2.9.0",
"@medusajs/admin-shared": "2.10.0",
"zod": "3.25.76"
},
"packageManager": "yarn@3.2.1"
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/admin-shared
## 2.10.0
### Patch Changes
- [#13208](https://github.com/medusajs/medusa/pull/13208) [`4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d`](https://github.com/medusajs/medusa/commit/4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard, js-sdk): shipping option type mngmt dashboard
## 2.9.0
## 2.8.8
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-shared",
"description": "Shared code for Medusa admin packages.",
"version": "2.9.0",
"version": "2.10.0",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
@@ -1,5 +1,12 @@
# @medusajs/admin-vite-plugin
## 2.10.0
### Patch Changes
- Updated dependencies [[`4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d`](https://github.com/medusajs/medusa/commit/4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d)]:
- @medusajs/admin-shared@2.10.0
## 2.9.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-vite-plugin",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/admin-shared": "2.10.0",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",
+42
View File
@@ -1,5 +1,47 @@
# @medusajs/dashboard
## 2.10.0
### Patch Changes
- [#13267](https://github.com/medusajs/medusa/pull/13267) [`319a941d998b7a245507710568269261ee9c4950`](https://github.com/medusajs/medusa/commit/319a941d998b7a245507710568269261ee9c4950) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard): zero in float currency inputs
- [#13219](https://github.com/medusajs/medusa/pull/13219) [`e7b45f5fde288431a916f5cd55b70b40ca74f740`](https://github.com/medusajs/medusa/commit/e7b45f5fde288431a916f5cd55b70b40ca74f740) Thanks [@larsdecker](https://github.com/larsdecker)! - Improved the German Admin Translations
- [#13263](https://github.com/medusajs/medusa/pull/13263) [`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard,core-flows,js-sdk,link-modules,promotion): free shipping promotion in dashboard
- [#12572](https://github.com/medusajs/medusa/pull/12572) [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows, dashboard, types): improve allocation flows in Admin
- [#13266](https://github.com/medusajs/medusa/pull/13266) [`36c20ed1888d11d959a5107880df41cb120c7b73`](https://github.com/medusajs/medusa/commit/36c20ed1888d11d959a5107880df41cb120c7b73) Thanks [@gladius882](https://github.com/gladius882)! - add missing polish translations
- [#13269](https://github.com/medusajs/medusa/pull/13269) [`2d62e289131363f96668a7aaffee54b8c8114e53`](https://github.com/medusajs/medusa/commit/2d62e289131363f96668a7aaffee54b8c8114e53) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard): show fulfilment option on SO edit
- [#13226](https://github.com/medusajs/medusa/pull/13226) [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard, core-flows): associate shipping option to type
- [#13260](https://github.com/medusajs/medusa/pull/13260) [`9b38b750def5c5cb7a83850c95435bffaae48b2a`](https://github.com/medusajs/medusa/commit/9b38b750def5c5cb7a83850c95435bffaae48b2a) Thanks [@fPolic](https://github.com/fPolic)! - feat(dashboard): shipping option tax rate overrides UI
- [#13297](https://github.com/medusajs/medusa/pull/13297) [`87a61baf8fec17929002cc78bb8b4becc7dfd20d`](https://github.com/medusajs/medusa/commit/87a61baf8fec17929002cc78bb8b4becc7dfd20d) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard): handle large resource count in tax rule override edit form
- [#13323](https://github.com/medusajs/medusa/pull/13323) [`65dfcf9be4a4cc5ffac1794879fc1bc51956d296`](https://github.com/medusajs/medusa/commit/65dfcf9be4a4cc5ffac1794879fc1bc51956d296) Thanks [@willbouch](https://github.com/willbouch)! - chore(dashboard): move shipping option type page
- [#13111](https://github.com/medusajs/medusa/pull/13111) [`c6b836bb03e0824ada0bce214d3ae0c99396a87d`](https://github.com/medusajs/medusa/commit/c6b836bb03e0824ada0bce214d3ae0c99396a87d) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard): create product selected inventory item display
- [#13272](https://github.com/medusajs/medusa/pull/13272) [`7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e`](https://github.com/medusajs/medusa/commit/7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa,dashboard): Retrieve `metadata` for product_tags by default and add metadta UI to product tag domain in admin dashboard
- [#13208](https://github.com/medusajs/medusa/pull/13208) [`4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d`](https://github.com/medusajs/medusa/commit/4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard, js-sdk): shipping option type mngmt dashboard
- [#13242](https://github.com/medusajs/medusa/pull/13242) [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d) Thanks [@fPolic](https://github.com/fPolic)! - feat(dashboard,core-flows,js-sdk,types,medusa): listing order's shipping option
- [#13053](https://github.com/medusajs/medusa/pull/13053) [`20b8187e2ac2886cc3e9e66a6b68ad12106219a3`](https://github.com/medusajs/medusa/commit/20b8187e2ac2886cc3e9e66a6b68ad12106219a3) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard): include end of the range date in filter results
- [#12624](https://github.com/medusajs/medusa/pull/12624) [`6d8e4acdc794878755fdc411ac9cb5c05fbac06b`](https://github.com/medusajs/medusa/commit/6d8e4acdc794878755fdc411ac9cb5c05fbac06b) Thanks [@fPolic](https://github.com/fPolic)! - chore(dashboard): migrate inventory location levels table
- Updated dependencies [[`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0), [`4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d`](https://github.com/medusajs/medusa/commit/4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`5b7a0412463ebab1dbc86c29024c1fd326ac47fc`](https://github.com/medusajs/medusa/commit/5b7a0412463ebab1dbc86c29024c1fd326ac47fc)]:
- @medusajs/js-sdk@2.10.0
- @medusajs/admin-shared@2.10.0
- @medusajs/ui@4.0.20
- @medusajs/icons@2.10.0
## 2.9.0
### Patch Changes
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/icons": "2.9.0",
"@medusajs/js-sdk": "2.9.0",
"@medusajs/ui": "4.0.19",
"@medusajs/admin-shared": "2.10.0",
"@medusajs/icons": "2.10.0",
"@medusajs/js-sdk": "2.10.0",
"@medusajs/ui": "4.0.20",
"@tanstack/react-query": "5.64.2",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "^3.8.3",
@@ -76,10 +76,10 @@
"zod": "3.25.76"
},
"devDependencies": {
"@medusajs/admin-shared": "2.9.0",
"@medusajs/admin-vite-plugin": "2.9.0",
"@medusajs/types": "2.9.0",
"@medusajs/ui-preset": "2.9.0",
"@medusajs/admin-shared": "2.10.0",
"@medusajs/admin-vite-plugin": "2.10.0",
"@medusajs/types": "2.10.0",
"@medusajs/ui-preset": "2.10.0",
"@types/node": "^20.11.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
@@ -1,5 +1,12 @@
# Change Log
## 2.10.0
### Patch Changes
- Updated dependencies []:
- @medusajs/telemetry@2.10.0
## 2.9.0
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/telemetry": "2.10.0",
"boxen": "^5",
"chalk": "^5.2.0",
"commander": "^10.0.1",
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 2.10.0
### Patch Changes
- [#13283](https://github.com/medusajs/medusa/pull/13283) [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: define file config and improved feature flag support
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6`](https://github.com/medusajs/medusa/commit/3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6), [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44), [`cbfe646ce14d8436adbaa72cda95d38e6cdcd908`](https://github.com/medusajs/medusa/commit/cbfe646ce14d8436adbaa72cda95d38e6cdcd908), [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`fd4e79142880f1b2da63a38adef8c647da9c48e4`](https://github.com/medusajs/medusa/commit/fd4e79142880f1b2da63a38adef8c647da9c48e4)]:
- @medusajs/utils@2.10.0
- @medusajs/telemetry@2.10.0
## 2.9.0
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cli",
"version": "2.9.0",
"version": "2.10.0",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -46,8 +46,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/telemetry": "2.9.0",
"@medusajs/utils": "2.9.0",
"@medusajs/telemetry": "2.10.0",
"@medusajs/utils": "2.10.0",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
"configstore": "5.0.1",
+2
View File
@@ -1,5 +1,7 @@
# Change Log
## 2.10.0
## 2.9.0
## 2.8.8
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "medusa-dev-cli",
"description": "CLI helpers for contributors working on Medusa",
"version": "2.9.0",
"version": "2.10.0",
"author": "Sebastian Rindom <skrindom@gmail.com>",
"bin": {
"medusa-dev": "./dist/index.js"
@@ -1,5 +1,13 @@
# @medusajs/oas-cli
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6`](https://github.com/medusajs/medusa/commit/3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6), [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475), [`cbfe646ce14d8436adbaa72cda95d38e6cdcd908`](https://github.com/medusajs/medusa/commit/cbfe646ce14d8436adbaa72cda95d38e6cdcd908), [`71818e43cb6c90d26d5173d01c476d2480355110`](https://github.com/medusajs/medusa/commit/71818e43cb6c90d26d5173d01c476d2480355110), [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e`](https://github.com/medusajs/medusa/commit/7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`6602e893b88f1c8f0c8165101dd609baaf60d925`](https://github.com/medusajs/medusa/commit/6602e893b88f1c8f0c8165101dd609baaf60d925), [`fd4e79142880f1b2da63a38adef8c647da9c48e4`](https://github.com/medusajs/medusa/commit/fd4e79142880f1b2da63a38adef8c647da9c48e4)]:
- @medusajs/utils@2.10.0
- @medusajs/medusa@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "2.9.0",
"version": "2.10.0",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
@@ -21,7 +21,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "2.9.0",
"@medusajs/types": "2.10.0",
"@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.9.0",
"@medusajs/utils": "2.9.0",
"@medusajs/medusa": "2.10.0",
"@medusajs/utils": "2.10.0",
"@readme/json-schema-ref-parser": "^1.2.0",
"@readme/openapi-parser": "^2.4.0",
"@redocly/cli": "^1.7.0",
@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci
## 2.10.0
### Patch Changes
- Updated dependencies []:
- @medusajs/medusa-oas-cli@2.10.0
## 2.9.0
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "2.9.0",
"version": "2.10.0",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "2.9.0",
"@medusajs/medusa-oas-cli": "2.10.0",
"execa": "^5.1.1"
}
}
+37
View File
@@ -1,5 +1,42 @@
# @medusajs/core-flows
## 2.10.0
### Minor Changes
- [#13236](https://github.com/medusajs/medusa/pull/13236) [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(core-flows): idempotent cart operations and nested workflow deletion lifecycle fix
### Patch Changes
- [#13263](https://github.com/medusajs/medusa/pull/13263) [`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard,core-flows,js-sdk,link-modules,promotion): free shipping promotion in dashboard
- [#12572](https://github.com/medusajs/medusa/pull/12572) [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows, dashboard, types): improve allocation flows in Admin
- [#13302](https://github.com/medusajs/medusa/pull/13302) [`5382afccfa0740bba04372a8613c537ff6a69cbe`](https://github.com/medusajs/medusa/commit/5382afccfa0740bba04372a8613c537ff6a69cbe) Thanks [@fPolic](https://github.com/fPolic)! - chore(core-flows): throw Medusa error for exceptions in the fulifllment flows
- [#13226](https://github.com/medusajs/medusa/pull/13226) [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard, core-flows): associate shipping option to type
- [#13280](https://github.com/medusajs/medusa/pull/13280) [`57077406f9ce5d3bc1008b643a055f294de838eb`](https://github.com/medusajs/medusa/commit/57077406f9ce5d3bc1008b643a055f294de838eb) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows, fulfillment): don't cascade delete shipping option type when shipping option is deleted
- [#13321](https://github.com/medusajs/medusa/pull/13321) [`b111d01898a621c4280457021677d9b89e20e10d`](https://github.com/medusajs/medusa/commit/b111d01898a621c4280457021677d9b89e20e10d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(core-flows): order payment status precision
- [#13281](https://github.com/medusajs/medusa/pull/13281) [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(core, event-bus): Compensate emit event step utility
- [#13076](https://github.com/medusajs/medusa/pull/13076) [`6b04fbcc50cef6bbe2b65269d1b7d88949e4fa37`](https://github.com/medusajs/medusa/commit/6b04fbcc50cef6bbe2b65269d1b7d88949e4fa37) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows): pass backorder flag when recreating reservations after fulfilment cancelation
- [#13191](https://github.com/medusajs/medusa/pull/13191) [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d) Thanks [@willbouch](https://github.com/willbouch)! - chore(types, api): support shipping option type api endpoints
- [#13179](https://github.com/medusajs/medusa/pull/13179) [`eb376eb4cf9cc6fe0ce2a6724e0df81b27bc7b87`](https://github.com/medusajs/medusa/commit/eb376eb4cf9cc6fe0ce2a6724e0df81b27bc7b87) Thanks [@almousa1990](https://github.com/almousa1990)! - fix: handle missing variants and preserve zero unit_price in prepareLineItems
- [#13242](https://github.com/medusajs/medusa/pull/13242) [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d) Thanks [@fPolic](https://github.com/fPolic)! - feat(dashboard,core-flows,js-sdk,types,medusa): listing order's shipping option
- [#13251](https://github.com/medusajs/medusa/pull/13251) [`6264a6262b0220c70ad35c0d56a93a39218ccb80`](https://github.com/medusajs/medusa/commit/6264a6262b0220c70ad35c0d56a93a39218ccb80) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Cart operation should calculate item prices accounting for quantity
- [#13316](https://github.com/medusajs/medusa/pull/13316) [`be62cf87c7ed975bd0880133588cc806751715cb`](https://github.com/medusajs/medusa/commit/be62cf87c7ed975bd0880133588cc806751715cb) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows): list order shipping options param type
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Minor Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/core-flows",
"version": "2.9.0",
"version": "2.10.0",
"description": "Set of workflow definitions for Medusa",
"main": "dist/index.js",
"exports": {
@@ -26,7 +26,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -46,7 +46,7 @@
"zod": "3.25.76"
},
"peerDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"awilix": "^8.0.1"
},
"scripts": {
+17
View File
@@ -1,5 +1,22 @@
# @medusajs/framework
## 2.10.0
### Patch Changes
- [#13283](https://github.com/medusajs/medusa/pull/13283) [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: define file config and improved feature flag support
- [#13156](https://github.com/medusajs/medusa/pull/13156) [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: custom logger on medusa-config
- Updated dependencies [[`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0), [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a), [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6`](https://github.com/medusajs/medusa/commit/3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6), [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475), [`cbfe646ce14d8436adbaa72cda95d38e6cdcd908`](https://github.com/medusajs/medusa/commit/cbfe646ce14d8436adbaa72cda95d38e6cdcd908), [`f764b3a36471a0ad9e9e05f125183464680e3a2d`](https://github.com/medusajs/medusa/commit/f764b3a36471a0ad9e9e05f125183464680e3a2d), [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`ff152e7ace60232c02932bbd06a759e555a823d4`](https://github.com/medusajs/medusa/commit/ff152e7ace60232c02932bbd06a759e555a823d4), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`6264a6262b0220c70ad35c0d56a93a39218ccb80`](https://github.com/medusajs/medusa/commit/6264a6262b0220c70ad35c0d56a93a39218ccb80), [`fd4e79142880f1b2da63a38adef8c647da9c48e4`](https://github.com/medusajs/medusa/commit/fd4e79142880f1b2da63a38adef8c647da9c48e4)]:
- @medusajs/types@2.10.0
- @medusajs/modules-sdk@2.10.0
- @medusajs/utils@2.10.0
- @medusajs/workflows-sdk@2.10.0
- @medusajs/cli@2.10.0
- @medusajs/orchestration@2.10.0
- @medusajs/telemetry@2.10.0
## 2.9.0
### Patch Changes
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/framework",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/cli": "2.10.0",
"@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.9.0",
"@medusajs/orchestration": "2.9.0",
"@medusajs/telemetry": "2.9.0",
"@medusajs/types": "2.9.0",
"@medusajs/utils": "2.9.0",
"@medusajs/workflows-sdk": "2.9.0",
"@medusajs/modules-sdk": "2.10.0",
"@medusajs/orchestration": "2.10.0",
"@medusajs/telemetry": "2.10.0",
"@medusajs/types": "2.10.0",
"@medusajs/utils": "2.10.0",
"@medusajs/workflows-sdk": "2.10.0",
"@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.9.0",
"@medusajs/cli": "2.10.0",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
+13
View File
@@ -1,5 +1,18 @@
# @medusajs/js-sdk
## 2.10.0
### Patch Changes
- [#13263](https://github.com/medusajs/medusa/pull/13263) [`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard,core-flows,js-sdk,link-modules,promotion): free shipping promotion in dashboard
- [#13208](https://github.com/medusajs/medusa/pull/13208) [`4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d`](https://github.com/medusajs/medusa/commit/4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard, js-sdk): shipping option type mngmt dashboard
- [#13242](https://github.com/medusajs/medusa/pull/13242) [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d) Thanks [@fPolic](https://github.com/fPolic)! - feat(dashboard,core-flows,js-sdk,types,medusa): listing order's shipping option
- Updated dependencies [[`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0), [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a), [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475), [`f764b3a36471a0ad9e9e05f125183464680e3a2d`](https://github.com/medusajs/medusa/commit/f764b3a36471a0ad9e9e05f125183464680e3a2d), [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`6264a6262b0220c70ad35c0d56a93a39218ccb80`](https://github.com/medusajs/medusa/commit/6264a6262b0220c70ad35c0d56a93a39218ccb80)]:
- @medusajs/types@2.10.0
## 2.9.0
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/js-sdk",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/types": "2.10.0",
"fetch-event-stream": "^0.1.5",
"qs": "^6.12.1"
},
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/modules-sdk
## 2.10.0
### Patch Changes
- [#13283](https://github.com/medusajs/medusa/pull/13283) [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: define file config and improved feature flag support
- Updated dependencies [[`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0), [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a), [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6`](https://github.com/medusajs/medusa/commit/3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6), [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475), [`cbfe646ce14d8436adbaa72cda95d38e6cdcd908`](https://github.com/medusajs/medusa/commit/cbfe646ce14d8436adbaa72cda95d38e6cdcd908), [`f764b3a36471a0ad9e9e05f125183464680e3a2d`](https://github.com/medusajs/medusa/commit/f764b3a36471a0ad9e9e05f125183464680e3a2d), [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`ff152e7ace60232c02932bbd06a759e555a823d4`](https://github.com/medusajs/medusa/commit/ff152e7ace60232c02932bbd06a759e555a823d4), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`6264a6262b0220c70ad35c0d56a93a39218ccb80`](https://github.com/medusajs/medusa/commit/6264a6262b0220c70ad35c0d56a93a39218ccb80), [`fd4e79142880f1b2da63a38adef8c647da9c48e4`](https://github.com/medusajs/medusa/commit/fd4e79142880f1b2da63a38adef8c647da9c48e4)]:
- @medusajs/types@2.10.0
- @medusajs/utils@2.10.0
- @medusajs/orchestration@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "2.9.0",
"version": "2.10.0",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"export": {
@@ -45,9 +45,9 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/orchestration": "2.9.0",
"@medusajs/types": "2.9.0",
"@medusajs/utils": "2.9.0"
"@medusajs/orchestration": "2.10.0",
"@medusajs/types": "2.10.0",
"@medusajs/utils": "2.10.0"
},
"peerDependencies": {
"@mikro-orm/core": "6.4.3",
+14
View File
@@ -1,5 +1,19 @@
# @medusajs/orchestration
## 2.10.0
### Minor Changes
- [#13236](https://github.com/medusajs/medusa/pull/13236) [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(core-flows): idempotent cart operations and nested workflow deletion lifecycle fix
### Patch Changes
- [#13319](https://github.com/medusajs/medusa/pull/13319) [`ff152e7ace60232c02932bbd06a759e555a823d4`](https://github.com/medusajs/medusa/commit/ff152e7ace60232c02932bbd06a759e555a823d4) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(orchestration): Use the step definition max retries on set step failure
- Updated dependencies [[`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0), [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a), [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6`](https://github.com/medusajs/medusa/commit/3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6), [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475), [`cbfe646ce14d8436adbaa72cda95d38e6cdcd908`](https://github.com/medusajs/medusa/commit/cbfe646ce14d8436adbaa72cda95d38e6cdcd908), [`f764b3a36471a0ad9e9e05f125183464680e3a2d`](https://github.com/medusajs/medusa/commit/f764b3a36471a0ad9e9e05f125183464680e3a2d), [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`6264a6262b0220c70ad35c0d56a93a39218ccb80`](https://github.com/medusajs/medusa/commit/6264a6262b0220c70ad35c0d56a93a39218ccb80), [`fd4e79142880f1b2da63a38adef8c647da9c48e4`](https://github.com/medusajs/medusa/commit/fd4e79142880f1b2da63a38adef8c647da9c48e4)]:
- @medusajs/types@2.10.0
- @medusajs/utils@2.10.0
## 2.9.0
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "2.9.0",
"version": "2.10.0",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"exports": {
@@ -39,8 +39,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/types": "2.9.0",
"@medusajs/utils": "2.9.0",
"@medusajs/types": "2.10.0",
"@medusajs/utils": "2.10.0",
"ulid": "^2.3.0"
},
"peerDependencies": {
+28
View File
@@ -1,5 +1,33 @@
# @medusajs/types
## 2.10.0
### Minor Changes
- [#13236](https://github.com/medusajs/medusa/pull/13236) [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(core-flows): idempotent cart operations and nested workflow deletion lifecycle fix
### Patch Changes
- [#13263](https://github.com/medusajs/medusa/pull/13263) [`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard,core-flows,js-sdk,link-modules,promotion): free shipping promotion in dashboard
- [#12572](https://github.com/medusajs/medusa/pull/12572) [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows, dashboard, types): improve allocation flows in Admin
- [#13283](https://github.com/medusajs/medusa/pull/13283) [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: define file config and improved feature flag support
- [#13226](https://github.com/medusajs/medusa/pull/13226) [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard, core-flows): associate shipping option to type
- [#13289](https://github.com/medusajs/medusa/pull/13289) [`f764b3a36471a0ad9e9e05f125183464680e3a2d`](https://github.com/medusajs/medusa/commit/f764b3a36471a0ad9e9e05f125183464680e3a2d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat(index): $nin and $not operators
- [#13281](https://github.com/medusajs/medusa/pull/13281) [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(core, event-bus): Compensate emit event step utility
- [#13156](https://github.com/medusajs/medusa/pull/13156) [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: custom logger on medusa-config
- [#13191](https://github.com/medusajs/medusa/pull/13191) [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d) Thanks [@willbouch](https://github.com/willbouch)! - chore(types, api): support shipping option type api endpoints
- [#13242](https://github.com/medusajs/medusa/pull/13242) [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d) Thanks [@fPolic](https://github.com/fPolic)! - feat(dashboard,core-flows,js-sdk,types,medusa): listing order's shipping option
- [#13251](https://github.com/medusajs/medusa/pull/13251) [`6264a6262b0220c70ad35c0d56a93a39218ccb80`](https://github.com/medusajs/medusa/commit/6264a6262b0220c70ad35c0d56a93a39218ccb80) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Cart operation should calculate item prices accounting for quantity
## 2.9.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/types",
"version": "2.9.0",
"version": "2.10.0",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",
+25
View File
@@ -1,5 +1,30 @@
# @medusajs/utils
## 2.10.0
### Minor Changes
- [#13225](https://github.com/medusajs/medusa/pull/13225) [`fd4e79142880f1b2da63a38adef8c647da9c48e4`](https://github.com/medusajs/medusa/commit/fd4e79142880f1b2da63a38adef8c647da9c48e4) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(utils): auto generated update method return
### Patch Changes
- [#13283](https://github.com/medusajs/medusa/pull/13283) [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: define file config and improved feature flag support
- [#13199](https://github.com/medusajs/medusa/pull/13199) [`3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6`](https://github.com/medusajs/medusa/commit/3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6) Thanks [@riqwan](https://github.com/riqwan)! - fix(utils): fix promotion case of each allocation not applying its amount
- [#13314](https://github.com/medusajs/medusa/pull/13314) [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Enable draft order plugin by default
- [#13200](https://github.com/medusajs/medusa/pull/13200) [`cbfe646ce14d8436adbaa72cda95d38e6cdcd908`](https://github.com/medusajs/medusa/commit/cbfe646ce14d8436adbaa72cda95d38e6cdcd908) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(utils): round to zero promotions and credit lines
- [#13281](https://github.com/medusajs/medusa/pull/13281) [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(core, event-bus): Compensate emit event step utility
- [#13156](https://github.com/medusajs/medusa/pull/13156) [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: custom logger on medusa-config
- [#13191](https://github.com/medusajs/medusa/pull/13191) [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d) Thanks [@willbouch](https://github.com/willbouch)! - chore(types, api): support shipping option type api endpoints
- Updated dependencies [[`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0), [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a), [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475), [`f764b3a36471a0ad9e9e05f125183464680e3a2d`](https://github.com/medusajs/medusa/commit/f764b3a36471a0ad9e9e05f125183464680e3a2d), [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`6264a6262b0220c70ad35c0d56a93a39218ccb80`](https://github.com/medusajs/medusa/commit/6264a6262b0220c70ad35c0d56a93a39218ccb80)]:
- @medusajs/types@2.10.0
## 2.9.0
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/utils",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/types": "2.10.0",
"@types/pluralize": "^0.0.33",
"bignumber.js": "^9.1.2",
"dotenv": "^16.4.5",
+18
View File
@@ -1,5 +1,23 @@
# @medusajs/workflows-sdk
## 2.10.0
### Minor Changes
- [#13236](https://github.com/medusajs/medusa/pull/13236) [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(core-flows): idempotent cart operations and nested workflow deletion lifecycle fix
### Patch Changes
- [#13283](https://github.com/medusajs/medusa/pull/13283) [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: define file config and improved feature flag support
- [#13319](https://github.com/medusajs/medusa/pull/13319) [`ff152e7ace60232c02932bbd06a759e555a823d4`](https://github.com/medusajs/medusa/commit/ff152e7ace60232c02932bbd06a759e555a823d4) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(orchestration): Use the step definition max retries on set step failure
- Updated dependencies [[`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0), [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a), [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6`](https://github.com/medusajs/medusa/commit/3cc512ef39b6d64b1fe04c1bcdb2e23fa03526f6), [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475), [`cbfe646ce14d8436adbaa72cda95d38e6cdcd908`](https://github.com/medusajs/medusa/commit/cbfe646ce14d8436adbaa72cda95d38e6cdcd908), [`f764b3a36471a0ad9e9e05f125183464680e3a2d`](https://github.com/medusajs/medusa/commit/f764b3a36471a0ad9e9e05f125183464680e3a2d), [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`ff152e7ace60232c02932bbd06a759e555a823d4`](https://github.com/medusajs/medusa/commit/ff152e7ace60232c02932bbd06a759e555a823d4), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`6264a6262b0220c70ad35c0d56a93a39218ccb80`](https://github.com/medusajs/medusa/commit/6264a6262b0220c70ad35c0d56a93a39218ccb80), [`fd4e79142880f1b2da63a38adef8c647da9c48e4`](https://github.com/medusajs/medusa/commit/fd4e79142880f1b2da63a38adef8c647da9c48e4)]:
- @medusajs/types@2.10.0
- @medusajs/modules-sdk@2.10.0
- @medusajs/utils@2.10.0
- @medusajs/orchestration@2.10.0
## 2.9.0
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "2.9.0",
"version": "2.10.0",
"description": "Set of workflows tooling for Medusa",
"main": "dist/index.js",
"exports": {
@@ -42,10 +42,10 @@
"zod": "3.25.76"
},
"dependencies": {
"@medusajs/modules-sdk": "2.9.0",
"@medusajs/orchestration": "2.9.0",
"@medusajs/types": "2.9.0",
"@medusajs/utils": "2.9.0",
"@medusajs/modules-sdk": "2.10.0",
"@medusajs/orchestration": "2.10.0",
"@medusajs/types": "2.10.0",
"@medusajs/utils": "2.10.0",
"ulid": "^2.3.0"
},
"peerDependencies": {
@@ -1,5 +1,7 @@
# @medusajs/icons
## 2.10.0
## 2.9.0
## 2.8.8
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "2.9.0",
"version": "2.10.0",
"description": "Medusa UI React icon library",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
@@ -29,7 +29,7 @@
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@medusajs/toolbox": "2.9.0",
"@medusajs/toolbox": "2.10.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^9.3.1",
@@ -1,5 +1,7 @@
# @medusajs/toolbox
## 2.10.0
## 2.9.0
## 2.8.8
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@medusajs/toolbox",
"private": true,
"version": "2.9.0",
"version": "2.10.0",
"description": "CLI tool for importing Figma designs for Medusa UI",
"license": "MIT",
"author": "Kasper Kristensen <kasper@medusajs.com>",
@@ -1,5 +1,7 @@
# @medusajs/ui-preset
## 2.10.0
## 2.9.0
## 2.8.8
@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui-preset",
"version": "2.9.0",
"version": "2.10.0",
"description": "Medusa UI preset",
"license": "MIT",
"repository": {
@@ -30,7 +30,7 @@
"tailwindcss": ">=3.0.0"
},
"devDependencies": {
"@medusajs/toolbox": "2.9.0",
"@medusajs/toolbox": "2.10.0",
"tailwindcss": "^3.4.1",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/ui
## 4.0.20
### Patch Changes
- [#13092](https://github.com/medusajs/medusa/pull/13092) [`5b7a0412463ebab1dbc86c29024c1fd326ac47fc`](https://github.com/medusajs/medusa/commit/5b7a0412463ebab1dbc86c29024c1fd326ac47fc) Thanks [@fPolic](https://github.com/fPolic)! - chore(ui): display toast in top right corner
- Updated dependencies []:
- @medusajs/icons@2.10.0
## 4.0.19
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "4.0.19",
"version": "4.0.20",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"repository": {
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@medusajs/ui-preset": "2.9.0",
"@medusajs/ui-preset": "2.10.0",
"@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.9.0",
"@medusajs/icons": "2.10.0",
"@tanstack/react-table": "8.20.5",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
+2
View File
@@ -1,5 +1,7 @@
# Change Log
## 2.10.0
## 2.9.0
## 2.8.8
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/telemetry",
"version": "2.9.0",
"version": "2.10.0",
"description": "Telemetry for Medusa",
"main": "dist/index.js",
"repository": {
+12
View File
@@ -1,5 +1,17 @@
# Change Log
## 2.10.0
### Patch Changes
- [#13283](https://github.com/medusajs/medusa/pull/13283) [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: define file config and improved feature flag support
- [#13156](https://github.com/medusajs/medusa/pull/13156) [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: custom logger on medusa-config
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475), [`71818e43cb6c90d26d5173d01c476d2480355110`](https://github.com/medusajs/medusa/commit/71818e43cb6c90d26d5173d01c476d2480355110), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e`](https://github.com/medusajs/medusa/commit/7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`6602e893b88f1c8f0c8165101dd609baaf60d925`](https://github.com/medusajs/medusa/commit/6602e893b88f1c8f0c8165101dd609baaf60d925)]:
- @medusajs/framework@2.10.0
- @medusajs/medusa@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/test-utils",
"version": "2.9.0",
"version": "2.10.0",
"description": "Test utils for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@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.9.0",
"@medusajs/medusa": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/medusa": "2.10.0",
"@mikro-orm/postgresql": "6.4.3",
"awilix": "^8.0.1"
},
+77
View File
@@ -1,5 +1,82 @@
# Change Log
## 2.10.0
### Minor Changes
- [#13236](https://github.com/medusajs/medusa/pull/13236) [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(core-flows): idempotent cart operations and nested workflow deletion lifecycle fix
### Patch Changes
- [#13283](https://github.com/medusajs/medusa/pull/13283) [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: define file config and improved feature flag support
- [#13314](https://github.com/medusajs/medusa/pull/13314) [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Enable draft order plugin by default
- [#13226](https://github.com/medusajs/medusa/pull/13226) [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard, core-flows): associate shipping option to type
- [#13020](https://github.com/medusajs/medusa/pull/13020) [`71818e43cb6c90d26d5173d01c476d2480355110`](https://github.com/medusajs/medusa/commit/71818e43cb6c90d26d5173d01c476d2480355110) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa): fetching a product without a category with categories filed passed
- [#13156](https://github.com/medusajs/medusa/pull/13156) [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat: custom logger on medusa-config
- [#13272](https://github.com/medusajs/medusa/pull/13272) [`7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e`](https://github.com/medusajs/medusa/commit/7f5b9fc5fa47e8e73c7afe54aa1bde4dd035086e) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa,dashboard): Retrieve `metadata` for product_tags by default and add metadta UI to product tag domain in admin dashboard
- [#13191](https://github.com/medusajs/medusa/pull/13191) [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d) Thanks [@willbouch](https://github.com/willbouch)! - chore(types, api): support shipping option type api endpoints
- [#13242](https://github.com/medusajs/medusa/pull/13242) [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d) Thanks [@fPolic](https://github.com/fPolic)! - feat(dashboard,core-flows,js-sdk,types,medusa): listing order's shipping option
- [#13244](https://github.com/medusajs/medusa/pull/13244) [`6602e893b88f1c8f0c8165101dd609baaf60d925`](https://github.com/medusajs/medusa/commit/6602e893b88f1c8f0c8165101dd609baaf60d925) Thanks [@willbouch](https://github.com/willbouch)! - chore(medusa): fetch shipping related attributes
- Updated dependencies [[`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0), [`2f594291ad8d227b499b80a5bfe66f5963d42d6a`](https://github.com/medusajs/medusa/commit/2f594291ad8d227b499b80a5bfe66f5963d42d6a), [`5382afccfa0740bba04372a8613c537ff6a69cbe`](https://github.com/medusajs/medusa/commit/5382afccfa0740bba04372a8613c537ff6a69cbe), [`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`cbaa40374480a6254d9e568c3003517308be0a44`](https://github.com/medusajs/medusa/commit/cbaa40374480a6254d9e568c3003517308be0a44), [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad), [`338a42f72808052f8d4dcbda8e070b97048bac87`](https://github.com/medusajs/medusa/commit/338a42f72808052f8d4dcbda8e070b97048bac87), [`9412669e654c994e2dbee9cf61c18004d79f6475`](https://github.com/medusajs/medusa/commit/9412669e654c994e2dbee9cf61c18004d79f6475), [`57077406f9ce5d3bc1008b643a055f294de838eb`](https://github.com/medusajs/medusa/commit/57077406f9ce5d3bc1008b643a055f294de838eb), [`059bfc147590b01458432539be4a7746bc433c51`](https://github.com/medusajs/medusa/commit/059bfc147590b01458432539be4a7746bc433c51), [`83d2ce762c952c01b8d3e83cc64fd95c9e9573f5`](https://github.com/medusajs/medusa/commit/83d2ce762c952c01b8d3e83cc64fd95c9e9573f5), [`b111d01898a621c4280457021677d9b89e20e10d`](https://github.com/medusajs/medusa/commit/b111d01898a621c4280457021677d9b89e20e10d), [`f764b3a36471a0ad9e9e05f125183464680e3a2d`](https://github.com/medusajs/medusa/commit/f764b3a36471a0ad9e9e05f125183464680e3a2d), [`a0fca165701a85f0f2b71efa590ee42f0cc2fd69`](https://github.com/medusajs/medusa/commit/a0fca165701a85f0f2b71efa590ee42f0cc2fd69), [`06ef9197f825c78b9d8d3e1f4f3a0ca995853331`](https://github.com/medusajs/medusa/commit/06ef9197f825c78b9d8d3e1f4f3a0ca995853331), [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b), [`6b04fbcc50cef6bbe2b65269d1b7d88949e4fa37`](https://github.com/medusajs/medusa/commit/6b04fbcc50cef6bbe2b65269d1b7d88949e4fa37), [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d), [`ff152e7ace60232c02932bbd06a759e555a823d4`](https://github.com/medusajs/medusa/commit/ff152e7ace60232c02932bbd06a759e555a823d4), [`eb376eb4cf9cc6fe0ce2a6724e0df81b27bc7b87`](https://github.com/medusajs/medusa/commit/eb376eb4cf9cc6fe0ce2a6724e0df81b27bc7b87), [`4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d`](https://github.com/medusajs/medusa/commit/4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d), [`492e0189573ffad4977a3559d71f39bf94d8b45d`](https://github.com/medusajs/medusa/commit/492e0189573ffad4977a3559d71f39bf94d8b45d), [`6264a6262b0220c70ad35c0d56a93a39218ccb80`](https://github.com/medusajs/medusa/commit/6264a6262b0220c70ad35c0d56a93a39218ccb80), [`be62cf87c7ed975bd0880133588cc806751715cb`](https://github.com/medusajs/medusa/commit/be62cf87c7ed975bd0880133588cc806751715cb)]:
- @medusajs/link-modules@2.10.0
- @medusajs/promotion@2.10.0
- @medusajs/core-flows@2.10.0
- @medusajs/framework@2.10.0
- @medusajs/draft-order@2.10.0
- @medusajs/fulfillment@2.10.0
- @medusajs/workflow-engine-inmemory@2.10.0
- @medusajs/workflow-engine-redis@2.10.0
- @medusajs/locking-redis@2.10.0
- @medusajs/index@2.10.0
- @medusajs/pricing@2.10.0
- @medusajs/event-bus-local@2.10.0
- @medusajs/event-bus-redis@2.10.0
- @medusajs/admin-bundler@2.10.0
- @medusajs/analytics@2.10.0
- @medusajs/api-key@2.10.0
- @medusajs/auth@2.10.0
- @medusajs/cache-inmemory@2.10.0
- @medusajs/cache-redis@2.10.0
- @medusajs/cart@2.10.0
- @medusajs/currency@2.10.0
- @medusajs/customer@2.10.0
- @medusajs/file@2.10.0
- @medusajs/inventory@2.10.0
- @medusajs/locking@2.10.0
- @medusajs/notification@2.10.0
- @medusajs/order@2.10.0
- @medusajs/payment@2.10.0
- @medusajs/product@2.10.0
- @medusajs/analytics-local@2.10.0
- @medusajs/analytics-posthog@2.10.0
- @medusajs/auth-emailpass@2.10.0
- @medusajs/auth-github@2.10.0
- @medusajs/auth-google@2.10.0
- @medusajs/file-local@2.10.0
- @medusajs/file-s3@2.10.0
- @medusajs/fulfillment-manual@2.10.0
- @medusajs/locking-postgres@2.10.0
- @medusajs/notification-local@2.10.0
- @medusajs/notification-sendgrid@2.10.0
- @medusajs/payment-stripe@2.10.0
- @medusajs/region@2.10.0
- @medusajs/sales-channel@2.10.0
- @medusajs/settings@2.10.0
- @medusajs/stock-location@2.10.0
- @medusajs/store@2.10.0
- @medusajs/tax@2.10.0
- @medusajs/user@2.10.0
- @medusajs/telemetry@2.10.0
## 2.9.0
### Patch Changes
+51 -51
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "2.9.0",
"version": "2.10.0",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
@@ -48,7 +48,7 @@
"test:integration": "jest --forceExit -- src/**/integration-tests/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@opentelemetry/instrumentation-pg": "^0.52.0",
"@opentelemetry/resources": "^2.0.0",
"@opentelemetry/sdk-node": "^0.200.0",
@@ -69,54 +69,54 @@
"dependencies": {
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "2.9.0",
"@medusajs/analytics": "2.9.0",
"@medusajs/analytics-local": "2.9.0",
"@medusajs/analytics-posthog": "2.9.0",
"@medusajs/api-key": "2.9.0",
"@medusajs/auth": "2.9.0",
"@medusajs/auth-emailpass": "2.9.0",
"@medusajs/auth-github": "2.9.0",
"@medusajs/auth-google": "2.9.0",
"@medusajs/cache-inmemory": "2.9.0",
"@medusajs/cache-redis": "2.9.0",
"@medusajs/cart": "2.9.0",
"@medusajs/core-flows": "2.9.0",
"@medusajs/currency": "2.9.0",
"@medusajs/customer": "2.9.0",
"@medusajs/draft-order": "2.9.0",
"@medusajs/event-bus-local": "2.9.0",
"@medusajs/event-bus-redis": "2.9.0",
"@medusajs/file": "2.9.0",
"@medusajs/file-local": "2.9.0",
"@medusajs/file-s3": "2.9.0",
"@medusajs/fulfillment": "2.9.0",
"@medusajs/fulfillment-manual": "2.9.0",
"@medusajs/index": "2.9.0",
"@medusajs/inventory": "2.9.0",
"@medusajs/link-modules": "2.9.0",
"@medusajs/locking": "2.9.0",
"@medusajs/locking-postgres": "2.9.0",
"@medusajs/locking-redis": "2.9.0",
"@medusajs/notification": "2.9.0",
"@medusajs/notification-local": "2.9.0",
"@medusajs/notification-sendgrid": "2.9.0",
"@medusajs/order": "2.9.0",
"@medusajs/payment": "2.9.0",
"@medusajs/payment-stripe": "2.9.0",
"@medusajs/pricing": "2.9.0",
"@medusajs/product": "2.9.0",
"@medusajs/promotion": "2.9.0",
"@medusajs/region": "2.9.0",
"@medusajs/sales-channel": "2.9.0",
"@medusajs/settings": "2.9.0",
"@medusajs/stock-location": "2.9.0",
"@medusajs/store": "2.9.0",
"@medusajs/tax": "2.9.0",
"@medusajs/telemetry": "2.9.0",
"@medusajs/user": "2.9.0",
"@medusajs/workflow-engine-inmemory": "2.9.0",
"@medusajs/workflow-engine-redis": "2.9.0",
"@medusajs/admin-bundler": "2.10.0",
"@medusajs/analytics": "2.10.0",
"@medusajs/analytics-local": "2.10.0",
"@medusajs/analytics-posthog": "2.10.0",
"@medusajs/api-key": "2.10.0",
"@medusajs/auth": "2.10.0",
"@medusajs/auth-emailpass": "2.10.0",
"@medusajs/auth-github": "2.10.0",
"@medusajs/auth-google": "2.10.0",
"@medusajs/cache-inmemory": "2.10.0",
"@medusajs/cache-redis": "2.10.0",
"@medusajs/cart": "2.10.0",
"@medusajs/core-flows": "2.10.0",
"@medusajs/currency": "2.10.0",
"@medusajs/customer": "2.10.0",
"@medusajs/draft-order": "2.10.0",
"@medusajs/event-bus-local": "2.10.0",
"@medusajs/event-bus-redis": "2.10.0",
"@medusajs/file": "2.10.0",
"@medusajs/file-local": "2.10.0",
"@medusajs/file-s3": "2.10.0",
"@medusajs/fulfillment": "2.10.0",
"@medusajs/fulfillment-manual": "2.10.0",
"@medusajs/index": "2.10.0",
"@medusajs/inventory": "2.10.0",
"@medusajs/link-modules": "2.10.0",
"@medusajs/locking": "2.10.0",
"@medusajs/locking-postgres": "2.10.0",
"@medusajs/locking-redis": "2.10.0",
"@medusajs/notification": "2.10.0",
"@medusajs/notification-local": "2.10.0",
"@medusajs/notification-sendgrid": "2.10.0",
"@medusajs/order": "2.10.0",
"@medusajs/payment": "2.10.0",
"@medusajs/payment-stripe": "2.10.0",
"@medusajs/pricing": "2.10.0",
"@medusajs/product": "2.10.0",
"@medusajs/promotion": "2.10.0",
"@medusajs/region": "2.10.0",
"@medusajs/sales-channel": "2.10.0",
"@medusajs/settings": "2.10.0",
"@medusajs/stock-location": "2.10.0",
"@medusajs/store": "2.10.0",
"@medusajs/tax": "2.10.0",
"@medusajs/telemetry": "2.10.0",
"@medusajs/user": "2.10.0",
"@medusajs/workflow-engine-inmemory": "2.10.0",
"@medusajs/workflow-engine-redis": "2.10.0",
"@opentelemetry/api": "^1.9.0",
"boxen": "^5.0.1",
"chalk": "^4.0.0",
@@ -135,7 +135,7 @@
"zod": "3.25.76"
},
"peerDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/analytics
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"awilix": "^8.0.1"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/api-key
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/api-key",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/auth
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
@@ -1,5 +1,12 @@
# @medusajs/cache-inmemory
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-inmemory",
"version": "2.9.0",
"version": "2.10.0",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@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.9.0"
"@medusajs/framework": "2.10.0"
}
}
@@ -1,5 +1,12 @@
# @medusajs/cache-redis
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-redis",
"version": "2.9.0",
"version": "2.10.0",
"description": "Redis Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"awilix": "^8.0.1"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/cart
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/cart",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/currency
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/currency",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/customer
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/customer",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
@@ -1,5 +1,14 @@
# @medusajs/event-bus-local
## 2.10.0
### Patch Changes
- [#13281](https://github.com/medusajs/medusa/pull/13281) [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(core, event-bus): Compensate emit event step utility
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-local",
"version": "2.9.0",
"version": "2.10.0",
"description": "Local Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -40,6 +40,6 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.9.0"
"@medusajs/framework": "2.10.0"
}
}
@@ -1,5 +1,14 @@
# @medusajs/event-bus-redis
## 2.10.0
### Patch Changes
- [#13281](https://github.com/medusajs/medusa/pull/13281) [`fc4925327334c540c0125a91e81794c3c1f340e7`](https://github.com/medusajs/medusa/commit/fc4925327334c540c0125a91e81794c3c1f340e7) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(core, event-bus): Compensate emit event step utility
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-redis",
"version": "2.9.0",
"version": "2.10.0",
"description": "Redis Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -41,7 +41,7 @@
"ioredis": "^5.4.1"
},
"peerDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"awilix": "^8.0.1"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/product
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"awilix": "^8.0.1"
}
}
+17
View File
@@ -1,5 +1,22 @@
# @medusajs/fulfillment
## 2.10.0
### Patch Changes
- [#13226](https://github.com/medusajs/medusa/pull/13226) [`67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad`](https://github.com/medusajs/medusa/commit/67d3660abf3ceeac3f04006fe5e92d2fa7c0ccad) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard, core-flows): associate shipping option to type
- [#13280](https://github.com/medusajs/medusa/pull/13280) [`57077406f9ce5d3bc1008b643a055f294de838eb`](https://github.com/medusajs/medusa/commit/57077406f9ce5d3bc1008b643a055f294de838eb) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows, fulfillment): don't cascade delete shipping option type when shipping option is deleted
- [#13298](https://github.com/medusajs/medusa/pull/13298) [`059bfc147590b01458432539be4a7746bc433c51`](https://github.com/medusajs/medusa/commit/059bfc147590b01458432539be4a7746bc433c51) Thanks [@willbouch](https://github.com/willbouch)! - chore(fulfillment): cleanup old auto-generatred shipping type
- [#13191](https://github.com/medusajs/medusa/pull/13191) [`34c3c14e0a1491ab80473605018b97981544167d`](https://github.com/medusajs/medusa/commit/34c3c14e0a1491ab80473605018b97981544167d) Thanks [@willbouch](https://github.com/willbouch)! - chore(types, api): support shipping option type api endpoints
- [#13208](https://github.com/medusajs/medusa/pull/13208) [`4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d`](https://github.com/medusajs/medusa/commit/4b3c43fe92d99a98b3d7b9ee6705114de01cbc5d) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard, js-sdk): shipping option type mngmt dashboard
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/fulfillment",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/index
## 2.10.0
### Patch Changes
- [#13289](https://github.com/medusajs/medusa/pull/13289) [`f764b3a36471a0ad9e9e05f125183464680e3a2d`](https://github.com/medusajs/medusa/commit/f764b3a36471a0ad9e9e05f125183464680e3a2d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat(index): $nin and $not operators
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/index",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/inventory-next
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "2.9.0",
"version": "2.10.0",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,8 +23,8 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
@@ -1,5 +1,14 @@
# @medusajs/link-modules
## 2.10.0
### Patch Changes
- [#13263](https://github.com/medusajs/medusa/pull/13263) [`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard,core-flows,js-sdk,link-modules,promotion): free shipping promotion in dashboard
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/locking
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
@@ -1,5 +1,12 @@
# @medusajs/notification
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/order
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/order",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/payment
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/pricing
## 2.10.0
### Patch Changes
- [#13258](https://github.com/medusajs/medusa/pull/13258) [`06ef9197f825c78b9d8d3e1f4f3a0ca995853331`](https://github.com/medusajs/medusa/commit/06ef9197f825c78b9d8d3e1f4f3a0ca995853331) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(pricing): Fix excessive db queries during price sets update
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Minor Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/product
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/product",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/promotion
## 2.10.0
### Patch Changes
- [#13263](https://github.com/medusajs/medusa/pull/13263) [`486621383a79e83c831933c1a0ffdae58a695cb0`](https://github.com/medusajs/medusa/commit/486621383a79e83c831933c1a0ffdae58a695cb0) Thanks [@willbouch](https://github.com/willbouch)! - feat(dashboard,core-flows,js-sdk,link-modules,promotion): free shipping promotion in dashboard
- [#13294](https://github.com/medusajs/medusa/pull/13294) [`338a42f72808052f8d4dcbda8e070b97048bac87`](https://github.com/medusajs/medusa/commit/338a42f72808052f8d4dcbda8e070b97048bac87) Thanks [@willbouch](https://github.com/willbouch)! - chore(promotion): cleanup old unused promotion codebase
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/promotion",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/test-utils": "2.9.0",
"@medusajs/framework": "2.10.0",
"@medusajs/test-utils": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
@@ -1,5 +1,12 @@
# @medusajs/analytics-local
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics-local",
"version": "2.9.0",
"version": "2.10.0",
"description": "Local analytics provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@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.9.0"
"@medusajs/framework": "2.10.0"
},
"keywords": [
"medusa-plugin",
@@ -1,5 +1,12 @@
# @medusajs/analytics-posthog
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics-posthog",
"version": "2.9.0",
"version": "2.10.0",
"description": "Posthog analytics provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.9.0",
"@medusajs/framework": "2.10.0",
"@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.9.0",
"@medusajs/framework": "2.10.0",
"posthog-node": "^4.17.1"
},
"keywords": [
@@ -1,5 +1,12 @@
# @medusajs/auth-emailpass
## 2.10.0
### Patch Changes
- Updated dependencies [[`e413cfefc2e0579ba7c5299dc4f4270310e39c2c`](https://github.com/medusajs/medusa/commit/e413cfefc2e0579ba7c5299dc4f4270310e39c2c), [`e2213448ac9eb93318570fde2807a3036108d44b`](https://github.com/medusajs/medusa/commit/e2213448ac9eb93318570fde2807a3036108d44b)]:
- @medusajs/framework@2.10.0
## 2.9.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-emailpass",
"version": "2.9.0",
"version": "2.10.0",
"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.9.0",
"@medusajs/framework": "2.10.0",
"@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.9.0"
"@medusajs/framework": "2.10.0"
},
"keywords": [
"medusa-provider",

Some files were not shown because too many files have changed in this diff Show More