From 935e9f056177ac2a292fd20051f0c969899c2300 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:43:51 +0000 Subject: [PATCH] chore: Version Packages (#5673) Co-authored-by: github-actions[bot] --- .changeset/afraid-eagles-tan.md | 5 ---- .changeset/angry-ghosts-taste.md | 7 ------ .changeset/beige-zebras-explain.md | 5 ---- .changeset/breezy-readers-shout.md | 7 ------ .changeset/chilled-lions-wash.md | 5 ---- .changeset/fresh-birds-serve.md | 8 ------- .changeset/gold-balloons-bow.md | 9 -------- .changeset/hungry-dodos-fix.md | 5 ---- .changeset/khaki-eyes-fetch.md | 6 ----- .changeset/kind-dolphins-speak.md | 6 ----- .changeset/lemon-poems-join.md | 5 ---- .changeset/lovely-ghosts-lick.md | 5 ---- .changeset/metal-singers-watch.md | 5 ---- .changeset/mighty-windows-perform.md | 6 ----- .changeset/nervous-countries-smell.md | 5 ---- .changeset/olive-penguins-cross.md | 7 ------ .changeset/rare-apples-sort.md | 6 ----- .changeset/real-ears-eat.md | 5 ---- .changeset/small-apes-own.md | 5 ---- .changeset/weak-bees-wash.md | 6 ----- .changeset/wet-crews-sneeze.md | 8 ------- .changeset/witty-waves-rhyme.md | 5 ---- .changeset/young-items-drop.md | 10 -------- packages/admin-ui/CHANGELOG.md | 19 +++++++++++++++ packages/admin-ui/package.json | 8 +++---- packages/admin/CHANGELOG.md | 9 ++++++++ packages/admin/package.json | 6 ++--- packages/core-flows/CHANGELOG.md | 12 ++++++++++ packages/core-flows/package.json | 12 +++++----- packages/design-system/ui/CHANGELOG.md | 6 +++++ packages/design-system/ui/package.json | 2 +- packages/inventory/CHANGELOG.md | 11 +++++++++ packages/inventory/package.json | 8 +++---- packages/link-modules/CHANGELOG.md | 13 +++++++++++ packages/link-modules/package.json | 8 +++---- packages/medusa/CHANGELOG.md | 32 ++++++++++++++++++++++++++ packages/medusa/package.json | 16 ++++++------- packages/modules-sdk/CHANGELOG.md | 9 ++++++++ packages/modules-sdk/package.json | 8 +++---- packages/orchestration/CHANGELOG.md | 14 +++++++++++ packages/orchestration/package.json | 6 ++--- packages/pricing/CHANGELOG.md | 21 +++++++++++++++++ packages/pricing/package.json | 8 +++---- packages/product/CHANGELOG.md | 13 +++++++++++ packages/product/package.json | 8 +++---- packages/stock-location/CHANGELOG.md | 10 ++++++++ packages/stock-location/package.json | 8 +++---- packages/types/CHANGELOG.md | 16 +++++++++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 13 +++++++++++ packages/utils/package.json | 4 ++-- packages/workflows-sdk/CHANGELOG.md | 26 +++++++++++++++++++++ packages/workflows-sdk/package.json | 10 ++++---- 53 files changed, 281 insertions(+), 198 deletions(-) delete mode 100644 .changeset/afraid-eagles-tan.md delete mode 100644 .changeset/angry-ghosts-taste.md delete mode 100644 .changeset/beige-zebras-explain.md delete mode 100644 .changeset/breezy-readers-shout.md delete mode 100644 .changeset/chilled-lions-wash.md delete mode 100644 .changeset/fresh-birds-serve.md delete mode 100644 .changeset/gold-balloons-bow.md delete mode 100644 .changeset/hungry-dodos-fix.md delete mode 100644 .changeset/khaki-eyes-fetch.md delete mode 100644 .changeset/kind-dolphins-speak.md delete mode 100644 .changeset/lemon-poems-join.md delete mode 100644 .changeset/lovely-ghosts-lick.md delete mode 100644 .changeset/metal-singers-watch.md delete mode 100644 .changeset/mighty-windows-perform.md delete mode 100644 .changeset/nervous-countries-smell.md delete mode 100644 .changeset/olive-penguins-cross.md delete mode 100644 .changeset/rare-apples-sort.md delete mode 100644 .changeset/real-ears-eat.md delete mode 100644 .changeset/small-apes-own.md delete mode 100644 .changeset/weak-bees-wash.md delete mode 100644 .changeset/wet-crews-sneeze.md delete mode 100644 .changeset/witty-waves-rhyme.md delete mode 100644 .changeset/young-items-drop.md create mode 100644 packages/workflows-sdk/CHANGELOG.md diff --git a/.changeset/afraid-eagles-tan.md b/.changeset/afraid-eagles-tan.md deleted file mode 100644 index 7c708d845f..0000000000 --- a/.changeset/afraid-eagles-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix(admin-ui): Ensure that the prices step is disabled until at least one product is selected in PriceList forms diff --git a/.changeset/angry-ghosts-taste.md b/.changeset/angry-ghosts-taste.md deleted file mode 100644 index acab0111bc..0000000000 --- a/.changeset/angry-ghosts-taste.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/workflows-sdk": patch -"@medusajs/pricing": patch -"@medusajs/medusa": patch ---- - -fix(workflows, pricing, medusa): update region variants fix + pricing module migration scripts diff --git a/.changeset/beige-zebras-explain.md b/.changeset/beige-zebras-explain.md deleted file mode 100644 index 8c1647787c..0000000000 --- a/.changeset/beige-zebras-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Exclude subscribers correctly on Windows diff --git a/.changeset/breezy-readers-shout.md b/.changeset/breezy-readers-shout.md deleted file mode 100644 index 687647aee1..0000000000 --- a/.changeset/breezy-readers-shout.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/workflows-sdk": patch -"@medusajs/product": patch -"@medusajs/types": patch ---- - -fix(workflows, product, types): Fix issues relating to update-variant workflow and options diff --git a/.changeset/chilled-lions-wash.md b/.changeset/chilled-lions-wash.md deleted file mode 100644 index 20991959f1..0000000000 --- a/.changeset/chilled-lions-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix(admin-ui): Fix height of Bulk Editor cells when product has few variants" diff --git a/.changeset/fresh-birds-serve.md b/.changeset/fresh-birds-serve.md deleted file mode 100644 index 2a4a3116cb..0000000000 --- a/.changeset/fresh-birds-serve.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/core-flows": patch -"@medusajs/orchestration": patch -"@medusajs/medusa": patch -"@medusajs/workflows-sdk": patch ---- - -chore(workflows, core-flows, ...): Split workflows tooling and definitions diff --git a/.changeset/gold-balloons-bow.md b/.changeset/gold-balloons-bow.md deleted file mode 100644 index 45070304d9..0000000000 --- a/.changeset/gold-balloons-bow.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@medusajs/stock-location": patch -"@medusajs/inventory": patch -"@medusajs/medusa": patch -"@medusajs/types": patch -"@medusajs/utils": patch ---- - -fix(stock-location, inventory, medusa, types, utils): allow buildQuery to take null as an argument in order to prevent default pagination diff --git a/.changeset/hungry-dodos-fix.md b/.changeset/hungry-dodos-fix.md deleted file mode 100644 index 0ee9714b45..0000000000 --- a/.changeset/hungry-dodos-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix(admin-ui): Fix an issue where if product.categories was null the details page would crash diff --git a/.changeset/khaki-eyes-fetch.md b/.changeset/khaki-eyes-fetch.md deleted file mode 100644 index f454d1f558..0000000000 --- a/.changeset/khaki-eyes-fetch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -fix(admin-ui): delete edit variant prices in favor of bulk editor diff --git a/.changeset/kind-dolphins-speak.md b/.changeset/kind-dolphins-speak.md deleted file mode 100644 index 0b3b53f44e..0000000000 --- a/.changeset/kind-dolphins-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/pricing": patch -"@medusajs/types": patch ---- - -fix(pricing,types): remove is_dynamic from model + types diff --git a/.changeset/lemon-poems-join.md b/.changeset/lemon-poems-join.md deleted file mode 100644 index 80f13ad53e..0000000000 --- a/.changeset/lemon-poems-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): update default admin query with product categories diff --git a/.changeset/lovely-ghosts-lick.md b/.changeset/lovely-ghosts-lick.md deleted file mode 100644 index 763a99b8ae..0000000000 --- a/.changeset/lovely-ghosts-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix(admin-ui): Makes it possible to scroll overflow on the Y-axis in the /products/:id bulk editor diff --git a/.changeset/metal-singers-watch.md b/.changeset/metal-singers-watch.md deleted file mode 100644 index 7685aa4b4d..0000000000 --- a/.changeset/metal-singers-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix(admin-ui): delete inventory items when removing product diff --git a/.changeset/mighty-windows-perform.md b/.changeset/mighty-windows-perform.md deleted file mode 100644 index 46050fc9ac..0000000000 --- a/.changeset/mighty-windows-perform.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/link-modules": patch -"@medusajs/utils": patch ---- - -fix(link-modules, utils): remove limtis if primary key exists in filter for buildquery and no limit is present diff --git a/.changeset/nervous-countries-smell.md b/.changeset/nervous-countries-smell.md deleted file mode 100644 index f352cac6e1..0000000000 --- a/.changeset/nervous-countries-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): alwyas add price_list_id and price_list to money_amounts when listing for pricing module diff --git a/.changeset/olive-penguins-cross.md b/.changeset/olive-penguins-cross.md deleted file mode 100644 index d2720cb732..0000000000 --- a/.changeset/olive-penguins-cross.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/pricing": patch -"@medusajs/medusa": patch -"@medusajs/types": patch ---- - -fix(medusa,pricing,types): rules only gets updated/deleted upon passing an explicit object diff --git a/.changeset/rare-apples-sort.md b/.changeset/rare-apples-sort.md deleted file mode 100644 index b0b9eba32f..0000000000 --- a/.changeset/rare-apples-sort.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/pricing": patch -"@medusajs/medusa": patch ---- - -fix(medusa,pricing): fix migrations for existing databases diff --git a/.changeset/real-ears-eat.md b/.changeset/real-ears-eat.md deleted file mode 100644 index cb640f7182..0000000000 --- a/.changeset/real-ears-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/workflows-sdk": patch ---- - -Expose getName method to the workflow diff --git a/.changeset/small-apes-own.md b/.changeset/small-apes-own.md deleted file mode 100644 index 6214827ef7..0000000000 --- a/.changeset/small-apes-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/workflows-sdk": patch ---- - -Fix(workflows): compensation handling diff --git a/.changeset/weak-bees-wash.md b/.changeset/weak-bees-wash.md deleted file mode 100644 index 1cf9ec73f9..0000000000 --- a/.changeset/weak-bees-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/pricing": patch -"@medusajs/types": patch ---- - -fix(pricing, types): update pricingModule.calculateprices return type to match actual type diff --git a/.changeset/wet-crews-sneeze.md b/.changeset/wet-crews-sneeze.md deleted file mode 100644 index 22994ecf57..0000000000 --- a/.changeset/wet-crews-sneeze.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/orchestration": minor -"@medusajs/workflows-sdk": minor -"@medusajs/link-modules": patch -"@medusajs/medusa": patch ---- - -Workflows composer api diff --git a/.changeset/witty-waves-rhyme.md b/.changeset/witty-waves-rhyme.md deleted file mode 100644 index db4889d661..0000000000 --- a/.changeset/witty-waves-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/ui": patch ---- - -fix(ui): Update the styling of CodeBlock diff --git a/.changeset/young-items-drop.md b/.changeset/young-items-drop.md deleted file mode 100644 index 22c29ea7f9..0000000000 --- a/.changeset/young-items-drop.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@medusajs/workflows-sdk": patch -"@medusajs/product": patch -"@medusajs/pricing": patch -"@medusajs/medusa": patch -"@medusajs/types": patch -"@medusajs/utils": patch ---- - -feat(medusa,types,workflows,utils,product,pricing): PricingModule Integration of PriceLists into Core diff --git a/packages/admin-ui/CHANGELOG.md b/packages/admin-ui/CHANGELOG.md index 244f62333c..8671986a1f 100644 --- a/packages/admin-ui/CHANGELOG.md +++ b/packages/admin-ui/CHANGELOG.md @@ -1,5 +1,24 @@ # @medusajs/admin-ui +## 2.1.9 + +### Patch Changes + +- [#5710](https://github.com/medusajs/medusa/pull/5710) [`07934cdaa`](https://github.com/medusajs/medusa/commit/07934cdaac2f3b49a935e9701ffa7d5cf1381847) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Ensure that the prices step is disabled until at least one product is selected in PriceList forms + +- [#5737](https://github.com/medusajs/medusa/pull/5737) [`d5526736e`](https://github.com/medusajs/medusa/commit/d5526736ecffab19dd4633ed64e08e097e433abe) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fix height of Bulk Editor cells when product has few variants" + +- [#5707](https://github.com/medusajs/medusa/pull/5707) [`f4c489fb8`](https://github.com/medusajs/medusa/commit/f4c489fb85aaee605b60c527817f62cfdb2f3140) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Fix an issue where if product.categories was null the details page would crash + +- [#5676](https://github.com/medusajs/medusa/pull/5676) [`02ea9ac3a`](https://github.com/medusajs/medusa/commit/02ea9ac3ac87f1091c6f21c689ccfc55080b17cc) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): delete edit variant prices in favor of bulk editor + +- [#5726](https://github.com/medusajs/medusa/pull/5726) [`5f6751a61`](https://github.com/medusajs/medusa/commit/5f6751a61f11b901e4916d16b62607cda6d42032) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Makes it possible to scroll overflow on the Y-axis in the /products/:id bulk editor + +- [#5727](https://github.com/medusajs/medusa/pull/5727) [`3bcf08c0c`](https://github.com/medusajs/medusa/commit/3bcf08c0cb3a00799d61c127a2f3c192790c982f) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): delete inventory items when removing product + +- Updated dependencies [[`b25b29fe7`](https://github.com/medusajs/medusa/commit/b25b29fe7ba3bc9fca8da7a6b10461437a3e4d2d)]: + - @medusajs/ui@2.2.3 + ## 2.1.8 ### Patch Changes diff --git a/packages/admin-ui/package.json b/packages/admin-ui/package.json index 0f1a1c94e5..19f9cb0a81 100644 --- a/packages/admin-ui/package.json +++ b/packages/admin-ui/package.json @@ -2,7 +2,7 @@ "name": "@medusajs/admin-ui", "author": "Kasper Kristensen ", "license": "MIT", - "version": "2.1.8", + "version": "2.1.9", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa.git", @@ -37,7 +37,7 @@ "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "^3.3.1", "@medusajs/icons": "^1.1.0", - "@medusajs/ui": "^2.2.2", + "@medusajs/ui": "^2.2.3", "@medusajs/ui-preset": "^1.0.2", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@radix-ui/react-accordion": "^1.0.1", @@ -117,8 +117,8 @@ }, "devDependencies": { "@babel/types": "7.22.5", - "@medusajs/medusa": "^1.18.0", - "@medusajs/types": "^1.11.7", + "@medusajs/medusa": "^1.18.1", + "@medusajs/types": "^1.11.8", "@types/pluralize": "^0.0.29", "@types/react": "^18.2.0", "@types/react-datepicker": "^4.10.0", diff --git a/packages/admin/CHANGELOG.md b/packages/admin/CHANGELOG.md index cea3b1d8fe..c950f4468e 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/admin +## 7.1.8 + +### Patch Changes + +- [#5676](https://github.com/medusajs/medusa/pull/5676) [`02ea9ac3a`](https://github.com/medusajs/medusa/commit/02ea9ac3ac87f1091c6f21c689ccfc55080b17cc) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(admin-ui): delete edit variant prices in favor of bulk editor + +- Updated dependencies [[`07934cdaa`](https://github.com/medusajs/medusa/commit/07934cdaac2f3b49a935e9701ffa7d5cf1381847), [`d5526736e`](https://github.com/medusajs/medusa/commit/d5526736ecffab19dd4633ed64e08e097e433abe), [`f4c489fb8`](https://github.com/medusajs/medusa/commit/f4c489fb85aaee605b60c527817f62cfdb2f3140), [`02ea9ac3a`](https://github.com/medusajs/medusa/commit/02ea9ac3ac87f1091c6f21c689ccfc55080b17cc), [`5f6751a61`](https://github.com/medusajs/medusa/commit/5f6751a61f11b901e4916d16b62607cda6d42032), [`3bcf08c0c`](https://github.com/medusajs/medusa/commit/3bcf08c0cb3a00799d61c127a2f3c192790c982f)]: + - @medusajs/admin-ui@2.1.9 + ## 7.1.7 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index c0f835f76a..6e97932d6b 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin", - "version": "7.1.7", + "version": "7.1.8", "bin": { "medusa-admin": "./bin/medusa-admin.js" }, @@ -27,7 +27,7 @@ "directory": "packages/admin" }, "dependencies": { - "@medusajs/admin-ui": "^2.1.7", + "@medusajs/admin-ui": "^2.1.9", "@rollup/plugin-alias": "5.0.0", "@rollup/plugin-commonjs": "24.1.0", "@rollup/plugin-json": "6.0.0", @@ -49,7 +49,7 @@ "@medusajs/medusa": "^1.14.0" }, "devDependencies": { - "@medusajs/medusa": "^1.17.4", + "@medusajs/medusa": "^1.18.1", "@types/express": "^4.17.13", "typescript": "^4.9.3" }, diff --git a/packages/core-flows/CHANGELOG.md b/packages/core-flows/CHANGELOG.md index 1ff7ddcfe0..a49e537ca9 100644 --- a/packages/core-flows/CHANGELOG.md +++ b/packages/core-flows/CHANGELOG.md @@ -1 +1,13 @@ # @medusajs/core-flows + +## 0.0.2 + +### Patch Changes + +- [#5705](https://github.com/medusajs/medusa/pull/5705) [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(workflows, core-flows, ...): Split workflows tooling and definitions + +- Updated dependencies [[`1e39a95f8`](https://github.com/medusajs/medusa/commit/1e39a95f8a136427d04ea20cd320337af0923e31), [`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37), [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`ffb0c7b4c`](https://github.com/medusajs/medusa/commit/ffb0c7b4cdbc83b61f70c881001a69de6ec8ae99), [`010560fd2`](https://github.com/medusajs/medusa/commit/010560fd2a4c12eb7a551919df33e58e7cbe920f), [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/workflows-sdk@0.1.0 + - @medusajs/orchestration@0.5.0 + - @medusajs/utils@1.11.1 + - @medusajs/modules-sdk@1.12.4 diff --git a/packages/core-flows/package.json b/packages/core-flows/package.json index a694027432..34c2fb5f50 100644 --- a/packages/core-flows/package.json +++ b/packages/core-flows/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/core-flows", - "version": "0.0.1", + "version": "0.0.2", "description": "Set of workflow definitions for Medusa", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.7", + "@medusajs/types": "^1.11.8", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -26,10 +26,10 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/orchestration": "^0.4.4", - "@medusajs/utils": "^1.11.0", - "@medusajs/workflows-sdk": "^0.0.1", + "@medusajs/modules-sdk": "^1.12.4", + "@medusajs/orchestration": "^0.5.0", + "@medusajs/utils": "^1.11.1", + "@medusajs/workflows-sdk": "^0.1.0", "awilix": "^8.0.1", "ulid": "^2.3.0" }, diff --git a/packages/design-system/ui/CHANGELOG.md b/packages/design-system/ui/CHANGELOG.md index 753610f172..673e2f52d8 100644 --- a/packages/design-system/ui/CHANGELOG.md +++ b/packages/design-system/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/ui +## 2.2.3 + +### Patch Changes + +- [#5692](https://github.com/medusajs/medusa/pull/5692) [`b25b29fe7`](https://github.com/medusajs/medusa/commit/b25b29fe7ba3bc9fca8da7a6b10461437a3e4d2d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(ui): Update the styling of CodeBlock + ## 2.2.2 ### Patch Changes diff --git a/packages/design-system/ui/package.json b/packages/design-system/ui/package.json index f92b58d6dc..7856c36f2b 100644 --- a/packages/design-system/ui/package.json +++ b/packages/design-system/ui/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/ui", - "version": "2.2.2", + "version": "2.2.3", "author": "Kasper Kristensen ", "license": "MIT", "repository": { diff --git a/packages/inventory/CHANGELOG.md b/packages/inventory/CHANGELOG.md index e15e431371..d08407ddb4 100644 --- a/packages/inventory/CHANGELOG.md +++ b/packages/inventory/CHANGELOG.md @@ -1,4 +1,15 @@ # @medusajs/inventory + +## 1.11.4 + +### Patch Changes + +- [#5713](https://github.com/medusajs/medusa/pull/5713) [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(stock-location, inventory, medusa, types, utils): allow buildQuery to take null as an argument in order to prevent default pagination + +- Updated dependencies [[`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/utils@1.11.1 + - @medusajs/modules-sdk@1.12.4 + # @medusajs/inventory ## 1.11.3 diff --git a/packages/inventory/package.json b/packages/inventory/package.json index 61d9407565..f72e717b9f 100644 --- a/packages/inventory/package.json +++ b/packages/inventory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/inventory", - "version": "1.11.3", + "version": "1.11.4", "description": "Inventory Module for Medusa", "main": "dist/index.js", "repository": { @@ -17,7 +17,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.6", + "@medusajs/types": "^1.11.8", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -25,8 +25,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/utils": "^1.10.5", + "@medusajs/modules-sdk": "^1.12.4", + "@medusajs/utils": "^1.11.1", "awilix": "^8.0.0", "typeorm": "^0.3.16" }, diff --git a/packages/link-modules/CHANGELOG.md b/packages/link-modules/CHANGELOG.md index 8cf339f3b6..d70f8e12e3 100644 --- a/packages/link-modules/CHANGELOG.md +++ b/packages/link-modules/CHANGELOG.md @@ -1,5 +1,18 @@ # @medusajs/link-modules +## 0.2.4 + +### Patch Changes + +- [#5732](https://github.com/medusajs/medusa/pull/5732) [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(link-modules, utils): remove limtis if primary key exists in filter for buildquery and no limit is present + +- [#5607](https://github.com/medusajs/medusa/pull/5607) [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows composer api + +- Updated dependencies [[`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`6025c702f`](https://github.com/medusajs/medusa/commit/6025c702f37d43e18af32bd716f33410d95efd19), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d), [`0df1c7d42`](https://github.com/medusajs/medusa/commit/0df1c7d4273545bc717555611b9294a5c222e5ae), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/types@1.11.8 + - @medusajs/utils@1.11.1 + - @medusajs/modules-sdk@1.12.4 + ## 0.2.3 ### Patch Changes diff --git a/packages/link-modules/package.json b/packages/link-modules/package.json index e9404e806d..b098b31d21 100644 --- a/packages/link-modules/package.json +++ b/packages/link-modules/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/link-modules", - "version": "0.2.3", + "version": "0.2.4", "description": "Medusa Default Link Modules Package and Definitions", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,9 +36,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/types": "^1.11.6", - "@medusajs/utils": "^1.10.5", + "@medusajs/modules-sdk": "^1.12.4", + "@medusajs/types": "^1.11.8", + "@medusajs/utils": "^1.11.1", "@mikro-orm/core": "5.7.12", "@mikro-orm/postgresql": "5.7.12", "awilix": "^8.0.0" diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index c5c486b1ed..c15c8e28c5 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log +## 1.18.1 + +### Patch Changes + +- [#5685](https://github.com/medusajs/medusa/pull/5685) [`1e39a95f8`](https://github.com/medusajs/medusa/commit/1e39a95f8a136427d04ea20cd320337af0923e31) Thanks [@riqwan](https://github.com/riqwan)! - fix(workflows, pricing, medusa): update region variants fix + pricing module migration scripts + +- [#5703](https://github.com/medusajs/medusa/pull/5703) [`22bea2724`](https://github.com/medusajs/medusa/commit/22bea2724d48f7635f96b7c229c3084dee70b37a) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa): Exclude subscribers correctly on Windows + +- [#5705](https://github.com/medusajs/medusa/pull/5705) [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(workflows, core-flows, ...): Split workflows tooling and definitions + +- [#5713](https://github.com/medusajs/medusa/pull/5713) [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(stock-location, inventory, medusa, types, utils): allow buildQuery to take null as an argument in order to prevent default pagination + +- [#5708](https://github.com/medusajs/medusa/pull/5708) [`712c4496c`](https://github.com/medusajs/medusa/commit/712c4496ce3cbf00e3ae4f1e9e1f94ffbe8a53bd) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa): update default admin query with product categories + +- [#5715](https://github.com/medusajs/medusa/pull/5715) [`aa6c4cbac`](https://github.com/medusajs/medusa/commit/aa6c4cbac5a67edff7bdeb9d406ac63ea2463249) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa): alwyas add price_list_id and price_list to money_amounts when listing for pricing module + +- [#5711](https://github.com/medusajs/medusa/pull/5711) [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d) Thanks [@riqwan](https://github.com/riqwan)! - fix(medusa,pricing,types): rules only gets updated/deleted upon passing an explicit object + +- [#5730](https://github.com/medusajs/medusa/pull/5730) [`2e6b11031`](https://github.com/medusajs/medusa/commit/2e6b1103161a2eb637e69dbd316197434fd0e0db) Thanks [@riqwan](https://github.com/riqwan)! - fix(medusa,pricing): fix migrations for existing databases + +- [#5607](https://github.com/medusajs/medusa/pull/5607) [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows composer api + +- [#5536](https://github.com/medusajs/medusa/pull/5536) [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,types,workflows,utils,product,pricing): PricingModule Integration of PriceLists into Core + +- Updated dependencies [[`1e39a95f8`](https://github.com/medusajs/medusa/commit/1e39a95f8a136427d04ea20cd320337af0923e31), [`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37), [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`ffb0c7b4c`](https://github.com/medusajs/medusa/commit/ffb0c7b4cdbc83b61f70c881001a69de6ec8ae99), [`010560fd2`](https://github.com/medusajs/medusa/commit/010560fd2a4c12eb7a551919df33e58e7cbe920f), [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/workflows-sdk@0.1.0 + - @medusajs/core-flows@0.0.2 + - @medusajs/orchestration@0.5.0 + - @medusajs/utils@1.11.1 + - @medusajs/link-modules@0.2.4 + - @medusajs/modules-sdk@1.12.4 + ## 1.18.0 ### Minor Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index 0ac3a90d75..9d1ea94ed6 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.18.0", + "version": "1.18.1", "description": "Building blocks for digital commerce", "main": "dist/index.js", "bin": "./cli.js", @@ -19,7 +19,7 @@ "author": "Sebastian Rindom", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.7", + "@medusajs/types": "^1.11.8", "@types/express": "^4.17.17", "@types/ioredis": "^4.28.10", "@types/jsonwebtoken": "^8.5.9", @@ -47,13 +47,13 @@ "typeorm": "^0.3.16" }, "dependencies": { - "@medusajs/core-flows": "^0.0.1", - "@medusajs/link-modules": "^0.2.3", + "@medusajs/core-flows": "^0.0.2", + "@medusajs/link-modules": "^0.2.4", "@medusajs/medusa-cli": "^1.3.21", - "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/orchestration": "^0.4.4", - "@medusajs/utils": "^1.11.0", - "@medusajs/workflows-sdk": "^0.0.1", + "@medusajs/modules-sdk": "^1.12.4", + "@medusajs/orchestration": "^0.5.0", + "@medusajs/utils": "^1.11.1", + "@medusajs/workflows-sdk": "^0.1.0", "awilix": "^8.0.0", "body-parser": "^1.19.0", "boxen": "^5.0.1", diff --git a/packages/modules-sdk/CHANGELOG.md b/packages/modules-sdk/CHANGELOG.md index 00979e5d29..b6b788281f 100644 --- a/packages/modules-sdk/CHANGELOG.md +++ b/packages/modules-sdk/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/modules-sdk +## 1.12.4 + +### Patch Changes + +- Updated dependencies [[`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37), [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`6025c702f`](https://github.com/medusajs/medusa/commit/6025c702f37d43e18af32bd716f33410d95efd19), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d), [`0df1c7d42`](https://github.com/medusajs/medusa/commit/0df1c7d4273545bc717555611b9294a5c222e5ae), [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/types@1.11.8 + - @medusajs/orchestration@0.5.0 + - @medusajs/utils@1.11.1 + ## 1.12.3 ### Patch Changes diff --git a/packages/modules-sdk/package.json b/packages/modules-sdk/package.json index 6bfe666db3..698baf7f79 100644 --- a/packages/modules-sdk/package.json +++ b/packages/modules-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/modules-sdk", - "version": "1.12.3", + "version": "1.12.4", "description": "SDK for medusa modules", "main": "dist/index.js", "repository": { @@ -26,9 +26,9 @@ "dependencies": { "@graphql-tools/merge": "^9.0.0", "@graphql-tools/schema": "^10.0.0", - "@medusajs/orchestration": "^0.4.4", - "@medusajs/types": "^1.11.6", - "@medusajs/utils": "^1.10.5", + "@medusajs/orchestration": "^0.5.0", + "@medusajs/types": "^1.11.8", + "@medusajs/utils": "^1.11.1", "awilix": "^8.0.0", "knex": "2.4.2", "pg": "^8.11.2", diff --git a/packages/orchestration/CHANGELOG.md b/packages/orchestration/CHANGELOG.md index c68ba12931..b9b3aea741 100644 --- a/packages/orchestration/CHANGELOG.md +++ b/packages/orchestration/CHANGELOG.md @@ -1,5 +1,19 @@ # @medusajs/orchestration +## 0.5.0 + +### Minor Changes + +- [#5607](https://github.com/medusajs/medusa/pull/5607) [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows composer api + +### Patch Changes + +- [#5705](https://github.com/medusajs/medusa/pull/5705) [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(workflows, core-flows, ...): Split workflows tooling and definitions + +- Updated dependencies [[`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`6025c702f`](https://github.com/medusajs/medusa/commit/6025c702f37d43e18af32bd716f33410d95efd19), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d), [`0df1c7d42`](https://github.com/medusajs/medusa/commit/0df1c7d4273545bc717555611b9294a5c222e5ae), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/types@1.11.8 + - @medusajs/utils@1.11.1 + ## 0.4.4 ### Patch Changes diff --git a/packages/orchestration/package.json b/packages/orchestration/package.json index e654f0823e..3eb587aba6 100644 --- a/packages/orchestration/package.json +++ b/packages/orchestration/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/orchestration", - "version": "0.4.4", + "version": "0.5.0", "description": "Medusa utilities to orchestrate modules", "main": "dist/index.js", "repository": { @@ -24,8 +24,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/types": "^1.11.6", - "@medusajs/utils": "^1.10.5", + "@medusajs/types": "^1.11.8", + "@medusajs/utils": "^1.11.1", "awilix": "^8.0.0", "graphql": "^16.6.0" }, diff --git a/packages/pricing/CHANGELOG.md b/packages/pricing/CHANGELOG.md index 07562740d9..fdb700a3b2 100644 --- a/packages/pricing/CHANGELOG.md +++ b/packages/pricing/CHANGELOG.md @@ -1,5 +1,26 @@ # @medusajs/pricing +## 0.1.5 + +### Patch Changes + +- [#5685](https://github.com/medusajs/medusa/pull/5685) [`1e39a95f8`](https://github.com/medusajs/medusa/commit/1e39a95f8a136427d04ea20cd320337af0923e31) Thanks [@riqwan](https://github.com/riqwan)! - fix(workflows, pricing, medusa): update region variants fix + pricing module migration scripts + +- [#5664](https://github.com/medusajs/medusa/pull/5664) [`6025c702f`](https://github.com/medusajs/medusa/commit/6025c702f37d43e18af32bd716f33410d95efd19) Thanks [@riqwan](https://github.com/riqwan)! - fix(pricing,types): remove is_dynamic from model + types + +- [#5711](https://github.com/medusajs/medusa/pull/5711) [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d) Thanks [@riqwan](https://github.com/riqwan)! - fix(medusa,pricing,types): rules only gets updated/deleted upon passing an explicit object + +- [#5730](https://github.com/medusajs/medusa/pull/5730) [`2e6b11031`](https://github.com/medusajs/medusa/commit/2e6b1103161a2eb637e69dbd316197434fd0e0db) Thanks [@riqwan](https://github.com/riqwan)! - fix(medusa,pricing): fix migrations for existing databases + +- [#5709](https://github.com/medusajs/medusa/pull/5709) [`0df1c7d42`](https://github.com/medusajs/medusa/commit/0df1c7d4273545bc717555611b9294a5c222e5ae) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(pricing, types): update pricingModule.calculateprices return type to match actual type + +- [#5536](https://github.com/medusajs/medusa/pull/5536) [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,types,workflows,utils,product,pricing): PricingModule Integration of PriceLists into Core + +- Updated dependencies [[`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`6025c702f`](https://github.com/medusajs/medusa/commit/6025c702f37d43e18af32bd716f33410d95efd19), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d), [`0df1c7d42`](https://github.com/medusajs/medusa/commit/0df1c7d4273545bc717555611b9294a5c222e5ae), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/types@1.11.8 + - @medusajs/utils@1.11.1 + - @medusajs/modules-sdk@1.12.4 + ## 0.1.4 ### Patch Changes diff --git a/packages/pricing/package.json b/packages/pricing/package.json index e407b35d5c..971df44c9b 100644 --- a/packages/pricing/package.json +++ b/packages/pricing/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/pricing", - "version": "0.1.4", + "version": "0.1.5", "description": "Medusa Pricing module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -47,9 +47,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/types": "^1.11.7", - "@medusajs/utils": "^1.11.0", + "@medusajs/modules-sdk": "^1.12.4", + "@medusajs/types": "^1.11.8", + "@medusajs/utils": "^1.11.1", "@mikro-orm/core": "5.7.12", "@mikro-orm/migrations": "5.7.12", "@mikro-orm/postgresql": "5.7.12", diff --git a/packages/product/CHANGELOG.md b/packages/product/CHANGELOG.md index 72da4c3f5d..3e009cb718 100644 --- a/packages/product/CHANGELOG.md +++ b/packages/product/CHANGELOG.md @@ -1,5 +1,18 @@ # @medusajs/product +## 0.3.5 + +### Patch Changes + +- [#5668](https://github.com/medusajs/medusa/pull/5668) [`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(workflows, product, types): Fix issues relating to update-variant workflow and options + +- [#5536](https://github.com/medusajs/medusa/pull/5536) [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,types,workflows,utils,product,pricing): PricingModule Integration of PriceLists into Core + +- Updated dependencies [[`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`6025c702f`](https://github.com/medusajs/medusa/commit/6025c702f37d43e18af32bd716f33410d95efd19), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d), [`0df1c7d42`](https://github.com/medusajs/medusa/commit/0df1c7d4273545bc717555611b9294a5c222e5ae), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/types@1.11.8 + - @medusajs/utils@1.11.1 + - @medusajs/modules-sdk@1.12.4 + ## 0.3.4 ### Patch Changes diff --git a/packages/product/package.json b/packages/product/package.json index 9adc2292de..df33b986fe 100644 --- a/packages/product/package.json +++ b/packages/product/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/product", - "version": "0.3.4", + "version": "0.3.5", "description": "Medusa Product module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -49,9 +49,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/types": "^1.11.7", - "@medusajs/utils": "^1.11.0", + "@medusajs/modules-sdk": "^1.12.4", + "@medusajs/types": "^1.11.8", + "@medusajs/utils": "^1.11.1", "@mikro-orm/core": "5.7.12", "@mikro-orm/migrations": "5.7.12", "@mikro-orm/postgresql": "5.7.12", diff --git a/packages/stock-location/CHANGELOG.md b/packages/stock-location/CHANGELOG.md index 0c678edf9f..d7defc5531 100644 --- a/packages/stock-location/CHANGELOG.md +++ b/packages/stock-location/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/stock-location +## 1.11.3 + +### Patch Changes + +- [#5713](https://github.com/medusajs/medusa/pull/5713) [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(stock-location, inventory, medusa, types, utils): allow buildQuery to take null as an argument in order to prevent default pagination + +- Updated dependencies [[`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/utils@1.11.1 + - @medusajs/modules-sdk@1.12.4 + ## 1.11.2 ### Patch Changes diff --git a/packages/stock-location/package.json b/packages/stock-location/package.json index d798127af6..803f7cbef6 100644 --- a/packages/stock-location/package.json +++ b/packages/stock-location/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/stock-location", - "version": "1.11.2", + "version": "1.11.3", "description": "Stock Location Module for Medusa", "main": "dist/index.js", "repository": { @@ -17,7 +17,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.6", + "@medusajs/types": "^1.11.8", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -25,8 +25,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/utils": "^1.10.5", + "@medusajs/modules-sdk": "^1.12.4", + "@medusajs/utils": "^1.11.1", "awilix": "^8.0.0", "typeorm": "^0.3.16" }, diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 5839e5efd6..b7660d4531 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,21 @@ # @medusajs/types +## 1.11.8 + +### Patch Changes + +- [#5668](https://github.com/medusajs/medusa/pull/5668) [`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(workflows, product, types): Fix issues relating to update-variant workflow and options + +- [#5713](https://github.com/medusajs/medusa/pull/5713) [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(stock-location, inventory, medusa, types, utils): allow buildQuery to take null as an argument in order to prevent default pagination + +- [#5664](https://github.com/medusajs/medusa/pull/5664) [`6025c702f`](https://github.com/medusajs/medusa/commit/6025c702f37d43e18af32bd716f33410d95efd19) Thanks [@riqwan](https://github.com/riqwan)! - fix(pricing,types): remove is_dynamic from model + types + +- [#5711](https://github.com/medusajs/medusa/pull/5711) [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d) Thanks [@riqwan](https://github.com/riqwan)! - fix(medusa,pricing,types): rules only gets updated/deleted upon passing an explicit object + +- [#5709](https://github.com/medusajs/medusa/pull/5709) [`0df1c7d42`](https://github.com/medusajs/medusa/commit/0df1c7d4273545bc717555611b9294a5c222e5ae) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(pricing, types): update pricingModule.calculateprices return type to match actual type + +- [#5536](https://github.com/medusajs/medusa/pull/5536) [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,types,workflows,utils,product,pricing): PricingModule Integration of PriceLists into Core + ## 1.11.7 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 205fc15b66..0aefbaeefb 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/types", - "version": "1.11.7", + "version": "1.11.8", "description": "Medusa Types definition", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 15ad6d31c4..391159ce40 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,18 @@ # @medusajs/utils +## 1.11.1 + +### Patch Changes + +- [#5713](https://github.com/medusajs/medusa/pull/5713) [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(stock-location, inventory, medusa, types, utils): allow buildQuery to take null as an argument in order to prevent default pagination + +- [#5732](https://github.com/medusajs/medusa/pull/5732) [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(link-modules, utils): remove limtis if primary key exists in filter for buildquery and no limit is present + +- [#5536](https://github.com/medusajs/medusa/pull/5536) [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,types,workflows,utils,product,pricing): PricingModule Integration of PriceLists into Core + +- Updated dependencies [[`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23), [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`6025c702f`](https://github.com/medusajs/medusa/commit/6025c702f37d43e18af32bd716f33410d95efd19), [`fc1ef29ed`](https://github.com/medusajs/medusa/commit/fc1ef29ed935e192f0943a2bf4b8fbb05ce6890d), [`0df1c7d42`](https://github.com/medusajs/medusa/commit/0df1c7d4273545bc717555611b9294a5c222e5ae), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/types@1.11.8 + ## 1.11.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 32e60dd30d..ef47ade29d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/utils", - "version": "1.11.0", + "version": "1.11.1", "description": "Medusa utilities functions shared by Medusa core and Modules", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -27,7 +27,7 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/types": "^1.11.7", + "@medusajs/types": "^1.11.8", "@mikro-orm/core": "5.7.12", "@mikro-orm/migrations": "5.7.12", "@mikro-orm/postgresql": "5.7.12", diff --git a/packages/workflows-sdk/CHANGELOG.md b/packages/workflows-sdk/CHANGELOG.md new file mode 100644 index 0000000000..0e831cf6bf --- /dev/null +++ b/packages/workflows-sdk/CHANGELOG.md @@ -0,0 +1,26 @@ +# @medusajs/workflows-sdk + +## 0.1.0 + +### Minor Changes + +- [#5607](https://github.com/medusajs/medusa/pull/5607) [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows composer api + +### Patch Changes + +- [#5685](https://github.com/medusajs/medusa/pull/5685) [`1e39a95f8`](https://github.com/medusajs/medusa/commit/1e39a95f8a136427d04ea20cd320337af0923e31) Thanks [@riqwan](https://github.com/riqwan)! - fix(workflows, pricing, medusa): update region variants fix + pricing module migration scripts + +- [#5668](https://github.com/medusajs/medusa/pull/5668) [`a39ce125c`](https://github.com/medusajs/medusa/commit/a39ce125cc96f14732d5a6301313d2376484fa23) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(workflows, product, types): Fix issues relating to update-variant workflow and options + +- [#5705](https://github.com/medusajs/medusa/pull/5705) [`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(workflows, core-flows, ...): Split workflows tooling and definitions + +- [#5714](https://github.com/medusajs/medusa/pull/5714) [`ffb0c7b4c`](https://github.com/medusajs/medusa/commit/ffb0c7b4cdbc83b61f70c881001a69de6ec8ae99) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Expose getName method to the workflow + +- [#5691](https://github.com/medusajs/medusa/pull/5691) [`010560fd2`](https://github.com/medusajs/medusa/commit/010560fd2a4c12eb7a551919df33e58e7cbe920f) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix(workflows): compensation handling + +- [#5536](https://github.com/medusajs/medusa/pull/5536) [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa,types,workflows,utils,product,pricing): PricingModule Integration of PriceLists into Core + +- Updated dependencies [[`ddbeed4ea`](https://github.com/medusajs/medusa/commit/ddbeed4ea67d67a7aef04eb3135087551a7e9b37), [`18afe0b9a`](https://github.com/medusajs/medusa/commit/18afe0b9addb33ec2e3b285651b4eb1ef8065845), [`de8f74867`](https://github.com/medusajs/medusa/commit/de8f748674bfd19b3dbadb9695d9080aa91940de), [`9f9db3969`](https://github.com/medusajs/medusa/commit/9f9db396987776039ad0c2b8d5792d0ebdbf8792), [`dc5750dd6`](https://github.com/medusajs/medusa/commit/dc5750dd665a91d35c0246ba83c7f90ec74907f4)]: + - @medusajs/orchestration@0.5.0 + - @medusajs/utils@1.11.1 + - @medusajs/modules-sdk@1.12.4 diff --git a/packages/workflows-sdk/package.json b/packages/workflows-sdk/package.json index 06a5704947..1b7ed58b4a 100644 --- a/packages/workflows-sdk/package.json +++ b/packages/workflows-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflows-sdk", - "version": "0.0.1", + "version": "0.1.0", "description": "Set of workflows tooling for Medusa", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.7", + "@medusajs/types": "^1.11.8", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -26,9 +26,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/orchestration": "^0.4.4", - "@medusajs/utils": "^1.11.0", + "@medusajs/modules-sdk": "^1.12.4", + "@medusajs/orchestration": "^0.5.0", + "@medusajs/utils": "^1.11.1", "awilix": "^8.0.1", "ulid": "^2.3.0" },