From 47272bf2b96628f60e697cf8faa4dba57da922d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:41:35 +0100 Subject: [PATCH] chore: Version Packages (#5880) --- .changeset/angry-pigs-shop.md | 6 --- .changeset/breezy-horses-destroy.md | 6 --- .changeset/bright-coins-kneel.md | 8 --- .changeset/chilled-deers-prove.md | 6 --- .changeset/clean-timers-hunt.md | 5 -- .changeset/cyan-chicken-roll.md | 5 -- .changeset/eighty-mails-behave.md | 5 -- .changeset/eleven-jokes-tan.md | 7 --- .changeset/forty-rules-fix.md | 5 -- .changeset/fresh-boxes-scream.md | 6 --- .changeset/fuzzy-ears-look.md | 8 --- .changeset/great-cameras-stare.md | 5 -- .changeset/hip-squids-return.md | 7 --- .changeset/hip-turtles-smell.md | 5 -- .changeset/hot-dingos-pay.md | 7 --- .changeset/hungry-bikes-give.md | 5 -- .changeset/itchy-knives-stare.md | 6 --- .changeset/lovely-otters-draw.md | 5 -- .changeset/mean-lamps-lie.md | 8 --- .changeset/metal-pans-beg.md | 6 --- .changeset/mighty-jokes-prove.md | 5 -- .changeset/neat-suits-attack.md | 8 --- .changeset/nine-shrimps-reply.md | 5 -- .changeset/old-meals-run.md | 6 --- .changeset/perfect-pugs-brake.md | 9 ---- .changeset/pretty-shoes-sing.md | 5 -- .changeset/rotten-lobsters-move.md | 7 --- .changeset/rude-boats-ring.md | 5 -- .changeset/seven-moose-scream.md | 5 -- .changeset/small-kangaroos-camp.md | 6 --- .changeset/smart-zoos-nail.md | 6 --- .changeset/smooth-days-dress.md | 5 -- .changeset/sour-birds-build.md | 5 -- .changeset/sour-donuts-fail.md | 6 --- .changeset/spotty-rivers-provide.md | 5 -- .changeset/swift-carpets-count.md | 8 --- .changeset/two-chefs-complain.md | 9 ---- packages/admin-ui/CHANGELOG.md | 11 ++++ packages/admin-ui/package.json | 8 +-- packages/admin/CHANGELOG.md | 10 ++++ packages/admin/package.json | 8 +-- packages/core-flows/CHANGELOG.md | 14 ++++++ packages/core-flows/package.json | 12 ++--- packages/create-medusa-app/CHANGELOG.md | 7 +++ packages/create-medusa-app/package.json | 2 +- packages/link-modules/CHANGELOG.md | 19 +++++++ packages/link-modules/package.json | 8 +-- packages/medusa-core-utils/CHANGELOG.md | 9 ++++ packages/medusa-core-utils/package.json | 2 +- .../medusa-fulfillment-manual/CHANGELOG.md | 8 +++ .../medusa-fulfillment-manual/package.json | 8 +-- .../CHANGELOG.md | 10 ++++ .../package.json | 10 ++-- packages/medusa-interfaces/CHANGELOG.md | 6 +++ packages/medusa-interfaces/package.json | 6 +-- packages/medusa-js/CHANGELOG.md | 8 +++ packages/medusa-js/package.json | 4 +- packages/medusa-payment-adyen/CHANGELOG.md | 8 +++ packages/medusa-payment-adyen/package.json | 10 ++-- packages/medusa-payment-stripe/CHANGELOG.md | 13 +++++ packages/medusa-payment-stripe/package.json | 10 ++-- packages/medusa-react/CHANGELOG.md | 11 ++++ packages/medusa-react/package.json | 4 +- packages/medusa-test-utils/CHANGELOG.md | 9 ++++ packages/medusa-test-utils/package.json | 4 +- packages/medusa/CHANGELOG.md | 50 +++++++++++++++++++ packages/medusa/package.json | 22 ++++---- packages/modules-sdk/CHANGELOG.md | 15 ++++++ packages/modules-sdk/package.json | 8 +-- packages/orchestration/CHANGELOG.md | 16 ++++++ packages/orchestration/package.json | 6 +-- packages/pricing/CHANGELOG.md | 16 ++++++ packages/pricing/package.json | 10 ++-- packages/product/CHANGELOG.md | 11 ++++ packages/product/package.json | 10 ++-- packages/types/CHANGELOG.md | 21 ++++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 28 +++++++++++ packages/utils/package.json | 4 +- packages/workflows-sdk/CHANGELOG.md | 19 +++++++ packages/workflows-sdk/package.json | 10 ++-- 81 files changed, 403 insertions(+), 310 deletions(-) delete mode 100644 .changeset/angry-pigs-shop.md delete mode 100644 .changeset/breezy-horses-destroy.md delete mode 100644 .changeset/bright-coins-kneel.md delete mode 100644 .changeset/chilled-deers-prove.md delete mode 100644 .changeset/clean-timers-hunt.md delete mode 100644 .changeset/cyan-chicken-roll.md delete mode 100644 .changeset/eighty-mails-behave.md delete mode 100644 .changeset/eleven-jokes-tan.md delete mode 100644 .changeset/forty-rules-fix.md delete mode 100644 .changeset/fresh-boxes-scream.md delete mode 100644 .changeset/fuzzy-ears-look.md delete mode 100644 .changeset/great-cameras-stare.md delete mode 100644 .changeset/hip-squids-return.md delete mode 100644 .changeset/hip-turtles-smell.md delete mode 100644 .changeset/hot-dingos-pay.md delete mode 100644 .changeset/hungry-bikes-give.md delete mode 100644 .changeset/itchy-knives-stare.md delete mode 100644 .changeset/lovely-otters-draw.md delete mode 100644 .changeset/mean-lamps-lie.md delete mode 100644 .changeset/metal-pans-beg.md delete mode 100644 .changeset/mighty-jokes-prove.md delete mode 100644 .changeset/neat-suits-attack.md delete mode 100644 .changeset/nine-shrimps-reply.md delete mode 100644 .changeset/old-meals-run.md delete mode 100644 .changeset/perfect-pugs-brake.md delete mode 100644 .changeset/pretty-shoes-sing.md delete mode 100644 .changeset/rotten-lobsters-move.md delete mode 100644 .changeset/rude-boats-ring.md delete mode 100644 .changeset/seven-moose-scream.md delete mode 100644 .changeset/small-kangaroos-camp.md delete mode 100644 .changeset/smart-zoos-nail.md delete mode 100644 .changeset/smooth-days-dress.md delete mode 100644 .changeset/sour-birds-build.md delete mode 100644 .changeset/sour-donuts-fail.md delete mode 100644 .changeset/spotty-rivers-provide.md delete mode 100644 .changeset/swift-carpets-count.md delete mode 100644 .changeset/two-chefs-complain.md diff --git a/.changeset/angry-pigs-shop.md b/.changeset/angry-pigs-shop.md deleted file mode 100644 index 035a5b5f6a..0000000000 --- a/.changeset/angry-pigs-shop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/modules-sdk": patch -"@medusajs/types": patch ---- - -feat(modules-sdk, types): add initial authentication module configuration diff --git a/.changeset/breezy-horses-destroy.md b/.changeset/breezy-horses-destroy.md deleted file mode 100644 index 18ff3ec77c..0000000000 --- a/.changeset/breezy-horses-destroy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/types": patch -"@medusajs/utils": patch ---- - -feat(types,utils): added promotion create with rules diff --git a/.changeset/bright-coins-kneel.md b/.changeset/bright-coins-kneel.md deleted file mode 100644 index 6eb9511feb..0000000000 --- a/.changeset/bright-coins-kneel.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/medusa": patch -"medusa-fulfillment-webshipper": patch -"medusa-interfaces": patch -"@medusajs/utils": patch ---- - -chore(medusa, interfaces, utils, webshiper): Uniformise class checks diff --git a/.changeset/chilled-deers-prove.md b/.changeset/chilled-deers-prove.md deleted file mode 100644 index 7bbed2c322..0000000000 --- a/.changeset/chilled-deers-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/link-modules": patch -"@medusajs/medusa": patch ---- - -feat(medusa, link-module): SalesChannel<>Product joiner config diff --git a/.changeset/clean-timers-hunt.md b/.changeset/clean-timers-hunt.md deleted file mode 100644 index b2d558f536..0000000000 --- a/.changeset/clean-timers-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-react": patch ---- - -fix(medusa-react): general type fixes related to generating reference documentation diff --git a/.changeset/cyan-chicken-roll.md b/.changeset/cyan-chicken-roll.md deleted file mode 100644 index a1e6ca750a..0000000000 --- a/.changeset/cyan-chicken-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -feat(admin-ui): Add Czech translation diff --git a/.changeset/eighty-mails-behave.md b/.changeset/eighty-mails-behave.md deleted file mode 100644 index 744b707a78..0000000000 --- a/.changeset/eighty-mails-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa-js": patch ---- - -fix(medusa-js): remove unnecessary `query` field in `AdminInventoryItemsResource.deleteLocationLevel` method diff --git a/.changeset/eleven-jokes-tan.md b/.changeset/eleven-jokes-tan.md deleted file mode 100644 index cfeac59b34..0000000000 --- a/.changeset/eleven-jokes-tan.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/orchestration": patch -"@medusajs/utils": patch -"@medusajs/workflows-sdk": patch ---- - -feat(workflows-sdk): Configurable retries upon step creation diff --git a/.changeset/forty-rules-fix.md b/.changeset/forty-rules-fix.md deleted file mode 100644 index be42005692..0000000000 --- a/.changeset/forty-rules-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Fix typo in discounts error message diff --git a/.changeset/fresh-boxes-scream.md b/.changeset/fresh-boxes-scream.md deleted file mode 100644 index 95cd2fb067..0000000000 --- a/.changeset/fresh-boxes-scream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/orchestration": patch -"@medusajs/workflows-sdk": patch ---- - -feat(orchestration, workflows-sdk): Add events management and implementation to manage async workflows diff --git a/.changeset/fuzzy-ears-look.md b/.changeset/fuzzy-ears-look.md deleted file mode 100644 index 6d3e77cffb..0000000000 --- a/.changeset/fuzzy-ears-look.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/pricing": patch -"@medusajs/types": patch -"@medusajs/utils": patch ---- - -feat(pricing, types): add soft deletion for money-amounts -feat(utils): cascade soft delete across 1:1 relationships \ No newline at end of file diff --git a/.changeset/great-cameras-stare.md b/.changeset/great-cameras-stare.md deleted file mode 100644 index 08eb7fab32..0000000000 --- a/.changeset/great-cameras-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/types": patch ---- - -feat(types): promotion delete / update / retrieve diff --git a/.changeset/hip-squids-return.md b/.changeset/hip-squids-return.md deleted file mode 100644 index 39e213e6df..0000000000 --- a/.changeset/hip-squids-return.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-medusa-app": patch -"medusa-core-utils": patch ---- - -fix(create-medusa-app,medusa-core-utils): Use NodeJS.Timeout instead of NodeJS.Timer as the latter was deprecated in v14. -chore(icons): Update icons to latest version. diff --git a/.changeset/hip-turtles-smell.md b/.changeset/hip-turtles-smell.md deleted file mode 100644 index 147e6cd877..0000000000 --- a/.changeset/hip-turtles-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/workflows-sdk": patch ---- - -feat(workflows-sdk): Allow a step to not define an expected input diff --git a/.changeset/hot-dingos-pay.md b/.changeset/hot-dingos-pay.md deleted file mode 100644 index 93050b95bd..0000000000 --- a/.changeset/hot-dingos-pay.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"medusa-react": patch -"@medusajs/types": patch -"@medusajs/modules-sdk": patch ---- - -feat(cart): Add cart module package diff --git a/.changeset/hungry-bikes-give.md b/.changeset/hungry-bikes-give.md deleted file mode 100644 index dabdc991dd..0000000000 --- a/.changeset/hungry-bikes-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Passport loader resolving to early diff --git a/.changeset/itchy-knives-stare.md b/.changeset/itchy-knives-stare.md deleted file mode 100644 index b46b5528a8..0000000000 --- a/.changeset/itchy-knives-stare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/modules-sdk": patch -"@medusajs/types": patch ---- - -feat(types,modules-sdk): basic module setup for promotions diff --git a/.changeset/lovely-otters-draw.md b/.changeset/lovely-otters-draw.md deleted file mode 100644 index 5787d8d4ec..0000000000 --- a/.changeset/lovely-otters-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): Resolve babel executable with npx diff --git a/.changeset/mean-lamps-lie.md b/.changeset/mean-lamps-lie.md deleted file mode 100644 index 25974dc3f8..0000000000 --- a/.changeset/mean-lamps-lie.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/orchestration": patch -"@medusajs/utils": patch -"@medusajs/workflows-sdk": patch ---- - -chore(medusa, orchestration, utils, workflows-sdk): add transaction options support and cleanup diff --git a/.changeset/metal-pans-beg.md b/.changeset/metal-pans-beg.md deleted file mode 100644 index a48e3a8af0..0000000000 --- a/.changeset/metal-pans-beg.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/medusa": patch -"medusa-payment-stripe": patch ---- - -feat(medusa-payment-stripe): Add delay to Stripe webhook diff --git a/.changeset/mighty-jokes-prove.md b/.changeset/mighty-jokes-prove.md deleted file mode 100644 index 646c31ad9a..0000000000 --- a/.changeset/mighty-jokes-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/utils": patch ---- - -Fix/utils object from string path diff --git a/.changeset/neat-suits-attack.md b/.changeset/neat-suits-attack.md deleted file mode 100644 index 3cf8df1883..0000000000 --- a/.changeset/neat-suits-attack.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/admin-ui": patch -"@medusajs/admin": patch -"medusa-core-utils": patch ---- - -Add missing country in admin region and set Libya to formal name diff --git a/.changeset/nine-shrimps-reply.md b/.changeset/nine-shrimps-reply.md deleted file mode 100644 index 0f6641b2f1..0000000000 --- a/.changeset/nine-shrimps-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/workflows-sdk": patch ---- - -feat(workflows-sdk): Allow primitive values to be passed as well as WorkflowDataProperties diff --git a/.changeset/old-meals-run.md b/.changeset/old-meals-run.md deleted file mode 100644 index 15f26f4504..0000000000 --- a/.changeset/old-meals-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/medusa-js": patch ---- - -fix(medusa, medusa-js): publishable api key bugs diff --git a/.changeset/perfect-pugs-brake.md b/.changeset/perfect-pugs-brake.md deleted file mode 100644 index 2acc16d840..0000000000 --- a/.changeset/perfect-pugs-brake.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"medusa-test-utils": patch -"@medusajs/link-modules": patch -"@medusajs/pricing": patch -"@medusajs/product": patch -"@medusajs/utils": patch ---- - -fix(medusa-test-utils, utils, link-modules, pricing, product): upgrade mikro-orm version diff --git a/.changeset/pretty-shoes-sing.md b/.changeset/pretty-shoes-sing.md deleted file mode 100644 index 1dc92ae560..0000000000 --- a/.changeset/pretty-shoes-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -chore(medusa): add currency to region responses diff --git a/.changeset/rotten-lobsters-move.md b/.changeset/rotten-lobsters-move.md deleted file mode 100644 index be856f4b6b..0000000000 --- a/.changeset/rotten-lobsters-move.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/link-modules": patch -"@medusajs/medusa": patch - ---- - -feat: PubKey <> SC joiner config diff --git a/.changeset/rude-boats-ring.md b/.changeset/rude-boats-ring.md deleted file mode 100644 index a2330c8be3..0000000000 --- a/.changeset/rude-boats-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Update cart sales channel should not remove all line items diff --git a/.changeset/seven-moose-scream.md b/.changeset/seven-moose-scream.md deleted file mode 100644 index 96b91da7a0..0000000000 --- a/.changeset/seven-moose-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): cart completion payment sessions diff --git a/.changeset/small-kangaroos-camp.md b/.changeset/small-kangaroos-camp.md deleted file mode 100644 index 66a92b5990..0000000000 --- a/.changeset/small-kangaroos-camp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/pricing": patch -"@medusajs/types": patch ---- - -feat(types, pricing): separate internal pricing module types from types module diff --git a/.changeset/smart-zoos-nail.md b/.changeset/smart-zoos-nail.md deleted file mode 100644 index c8438cb4e8..0000000000 --- a/.changeset/smart-zoos-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/medusa": patch -"medusa-payment-stripe": patch ---- - -fix(medusa, medusa-payment-stripe): fix stripe error handling diff --git a/.changeset/smooth-days-dress.md b/.changeset/smooth-days-dress.md deleted file mode 100644 index bacab7a9a5..0000000000 --- a/.changeset/smooth-days-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Feat/cart completion conflict fixes diff --git a/.changeset/sour-birds-build.md b/.changeset/sour-birds-build.md deleted file mode 100644 index a5fdda1107..0000000000 --- a/.changeset/sour-birds-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Ordering management using joins and pagination diff --git a/.changeset/sour-donuts-fail.md b/.changeset/sour-donuts-fail.md deleted file mode 100644 index fddfb4127a..0000000000 --- a/.changeset/sour-donuts-fail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/types": patch -"@medusajs/utils": patch ---- - -feat(types,utils): add promotions create with application method diff --git a/.changeset/spotty-rivers-provide.md b/.changeset/spotty-rivers-provide.md deleted file mode 100644 index 9c8721f64d..0000000000 --- a/.changeset/spotty-rivers-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-payment-stripe": patch ---- - -fix(medusa-payment-stripe): change webhook environment variables to plugin options diff --git a/.changeset/swift-carpets-count.md b/.changeset/swift-carpets-count.md deleted file mode 100644 index 5df38898bb..0000000000 --- a/.changeset/swift-carpets-count.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/link-modules": patch -"@medusajs/core-flows": patch -"@medusajs/medusa": patch -"@medusajs/utils": patch ---- - -feat: sales channel <> order link diff --git a/.changeset/two-chefs-complain.md b/.changeset/two-chefs-complain.md deleted file mode 100644 index ce74e0e213..0000000000 --- a/.changeset/two-chefs-complain.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@medusajs/orchestration": patch -"@medusajs/link-modules": patch -"@medusajs/core-flows": patch -"@medusajs/medusa": patch -"@medusajs/utils": patch ---- - -feat: SalesChannel <> Cart joiner config diff --git a/packages/admin-ui/CHANGELOG.md b/packages/admin-ui/CHANGELOG.md index e7538b1e50..3f67540a77 100644 --- a/packages/admin-ui/CHANGELOG.md +++ b/packages/admin-ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/admin-ui +## 2.1.11 + +### Patch Changes + +- [#5822](https://github.com/medusajs/medusa/pull/5822) [`7ecea3448`](https://github.com/medusajs/medusa/commit/7ecea34487972bc05aae46918d5caebce607594b) Thanks [@hexrw](https://github.com/hexrw)! - feat(admin-ui): Add Czech translation + +- [#6001](https://github.com/medusajs/medusa/pull/6001) [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8) Thanks [@abusaidm](https://github.com/abusaidm)! - Add missing country in admin region and set Libya to formal name + +- Updated dependencies [[`7d650771d`](https://github.com/medusajs/medusa/commit/7d650771d1c1d3e5d77ff95c12e4970743b64303), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7)]: + - medusa-react@9.0.13 + ## 2.1.10 ### Patch Changes diff --git a/packages/admin-ui/package.json b/packages/admin-ui/package.json index 426b51d558..69fa33f7bc 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.10", + "version": "2.1.11", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa.git", @@ -70,7 +70,7 @@ "i18next-browser-languagedetector": "^7.0.1", "i18next-http-backend": "^2.2.1", "md5": "^2.3.0", - "medusa-react": "^9.0.12", + "medusa-react": "^9.0.13", "mini-css-extract-plugin": "^2.7.6", "moment": "^2.29.4", "path-browserify": "^1.0.1", @@ -117,8 +117,8 @@ }, "devDependencies": { "@babel/types": "7.22.5", - "@medusajs/medusa": "^1.19.0", - "@medusajs/types": "^1.11.9", + "@medusajs/medusa": "^1.19.1", + "@medusajs/types": "^1.11.10", "@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 9d889134c3..3ed5804afb 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/admin +## 7.1.10 + +### Patch Changes + +- [#6001](https://github.com/medusajs/medusa/pull/6001) [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8) Thanks [@abusaidm](https://github.com/abusaidm)! - Add missing country in admin region and set Libya to formal name + +- Updated dependencies [[`7ecea3448`](https://github.com/medusajs/medusa/commit/7ecea34487972bc05aae46918d5caebce607594b), [`f86877586`](https://github.com/medusajs/medusa/commit/f86877586147ecedbf7f56a1c57f37ef0c33286c), [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8)]: + - @medusajs/admin-ui@2.1.11 + - medusa-core-utils@1.2.1 + ## 7.1.9 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index b67f48724d..ea564f33d3 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin", - "version": "7.1.9", + "version": "7.1.10", "bin": { "medusa-admin": "./bin/medusa-admin.js" }, @@ -27,7 +27,7 @@ "directory": "packages/admin" }, "dependencies": { - "@medusajs/admin-ui": "^2.1.10", + "@medusajs/admin-ui": "^2.1.11", "@rollup/plugin-alias": "5.0.0", "@rollup/plugin-commonjs": "24.1.0", "@rollup/plugin-json": "6.0.0", @@ -40,7 +40,7 @@ "express": "4.18.2", "fs-extra": "11.1.0", "lodash": "^4.17.21", - "medusa-core-utils": "1.2.0", + "medusa-core-utils": "1.2.1", "rollup": "3.20.7", "rollup-plugin-esbuild": "5.0.0", "ts-dedent": "^2.2.0" @@ -49,7 +49,7 @@ "@medusajs/medusa": "^1.14.0" }, "devDependencies": { - "@medusajs/medusa": "^1.19.0", + "@medusajs/medusa": "^1.19.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 325118122b..067dc05b74 100644 --- a/packages/core-flows/CHANGELOG.md +++ b/packages/core-flows/CHANGELOG.md @@ -1,5 +1,19 @@ # @medusajs/core-flows +## 0.0.4 + +### Patch Changes + +- [#5810](https://github.com/medusajs/medusa/pull/5810) [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68) Thanks [@fPolic](https://github.com/fPolic)! - feat: sales channel <> order link + +- [#5459](https://github.com/medusajs/medusa/pull/5459) [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3) Thanks [@fPolic](https://github.com/fPolic)! - feat: SalesChannel <> Cart joiner config + +- Updated dependencies [[`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80), [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`bf63c4e6a`](https://github.com/medusajs/medusa/commit/bf63c4e6a32258565e1d361b8919afbf93cc2c72), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`8402f4697`](https://github.com/medusajs/medusa/commit/8402f46970c007bab9e0f1f6ae653d955650d503), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7), [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`a0dd18c12`](https://github.com/medusajs/medusa/commit/a0dd18c12ac5ab6280366d93d7b47cdb3036914b), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/modules-sdk@1.12.6 + - @medusajs/utils@1.11.3 + - @medusajs/orchestration@0.5.2 + - @medusajs/workflows-sdk@0.1.1 + ## 0.0.3 ### Patch Changes diff --git a/packages/core-flows/package.json b/packages/core-flows/package.json index 763da7e8df..44b83dd5d8 100644 --- a/packages/core-flows/package.json +++ b/packages/core-flows/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/core-flows", - "version": "0.0.3", + "version": "0.0.4", "description": "Set of workflow definitions for Medusa", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -21,7 +21,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.9", + "@medusajs/types": "^1.11.10", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -29,10 +29,10 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.5", - "@medusajs/orchestration": "^0.5.1", - "@medusajs/utils": "^1.11.2", - "@medusajs/workflows-sdk": "^0.1.0", + "@medusajs/modules-sdk": "^1.12.6", + "@medusajs/orchestration": "^0.5.2", + "@medusajs/utils": "^1.11.3", + "@medusajs/workflows-sdk": "^0.1.1", "awilix": "^8.0.1", "ulid": "^2.3.0" }, diff --git a/packages/create-medusa-app/CHANGELOG.md b/packages/create-medusa-app/CHANGELOG.md index 2bfba78fe1..b687d6059d 100644 --- a/packages/create-medusa-app/CHANGELOG.md +++ b/packages/create-medusa-app/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.2.6 + +### Patch Changes + +- [#5983](https://github.com/medusajs/medusa/pull/5983) [`f86877586`](https://github.com/medusajs/medusa/commit/f86877586147ecedbf7f56a1c57f37ef0c33286c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(create-medusa-app,medusa-core-utils): Use NodeJS.Timeout instead of NodeJS.Timer as the latter was deprecated in v14. + chore(icons): Update icons to latest version. + ## 1.2.5 ### Patch Changes diff --git a/packages/create-medusa-app/package.json b/packages/create-medusa-app/package.json index bd42d3d136..bb8538f14d 100644 --- a/packages/create-medusa-app/package.json +++ b/packages/create-medusa-app/package.json @@ -1,6 +1,6 @@ { "name": "create-medusa-app", - "version": "1.2.5", + "version": "1.2.6", "description": "Create a Medusa project using a single command.", "type": "module", "exports": "./dist/index.js", diff --git a/packages/link-modules/CHANGELOG.md b/packages/link-modules/CHANGELOG.md index eb9e3da473..6b2cd6f199 100644 --- a/packages/link-modules/CHANGELOG.md +++ b/packages/link-modules/CHANGELOG.md @@ -1,5 +1,24 @@ # @medusajs/link-modules +## 0.2.6 + +### Patch Changes + +- [#5450](https://github.com/medusajs/medusa/pull/5450) [`1d7888afca`](https://github.com/medusajs/medusa/commit/1d7888afca3900f8a29b72f8fd149fc3e1e2ea4a) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa, link-module): SalesChannel<>Product joiner config + +- [#5985](https://github.com/medusajs/medusa/pull/5985) [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa-test-utils, utils, link-modules, pricing, product): upgrade mikro-orm version + +- [#5820](https://github.com/medusajs/medusa/pull/5820) [`6fc6a9de6`](https://github.com/medusajs/medusa/commit/6fc6a9de6a336204fa0e1037502cb5cf801089dc) Thanks [@fPolic](https://github.com/fPolic)! - feat: PubKey <> SC joiner config + +- [#5810](https://github.com/medusajs/medusa/pull/5810) [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68) Thanks [@fPolic](https://github.com/fPolic)! - feat: sales channel <> order link + +- [#5459](https://github.com/medusajs/medusa/pull/5459) [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3) Thanks [@fPolic](https://github.com/fPolic)! - feat: SalesChannel <> Cart joiner config + +- Updated dependencies [[`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80), [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`dc46ee118`](https://github.com/medusajs/medusa/commit/dc46ee1189c3eb719355da6a1d701c14a77e4578), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7), [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`c1c470e6b`](https://github.com/medusajs/medusa/commit/c1c470e6b8646c5f0b4bca56a8e785f6c34e1fef), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/modules-sdk@1.12.6 + - @medusajs/types@1.11.10 + - @medusajs/utils@1.11.3 + ## 0.2.5 ### Patch Changes diff --git a/packages/link-modules/package.json b/packages/link-modules/package.json index 89d4312bb2..0118ecae6b 100644 --- a/packages/link-modules/package.json +++ b/packages/link-modules/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/link-modules", - "version": "0.2.5", + "version": "0.2.6", "description": "Medusa Default Link Modules Package and Definitions", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -39,9 +39,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.5", - "@medusajs/types": "^1.11.9", - "@medusajs/utils": "^1.11.2", + "@medusajs/modules-sdk": "^1.12.6", + "@medusajs/types": "^1.11.10", + "@medusajs/utils": "^1.11.3", "@mikro-orm/core": "5.9.7", "@mikro-orm/postgresql": "5.9.7", "awilix": "^8.0.0" diff --git a/packages/medusa-core-utils/CHANGELOG.md b/packages/medusa-core-utils/CHANGELOG.md index 542e1e0d7f..293247951a 100644 --- a/packages/medusa-core-utils/CHANGELOG.md +++ b/packages/medusa-core-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.2.1 + +### Patch Changes + +- [#5983](https://github.com/medusajs/medusa/pull/5983) [`f86877586`](https://github.com/medusajs/medusa/commit/f86877586147ecedbf7f56a1c57f37ef0c33286c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(create-medusa-app,medusa-core-utils): Use NodeJS.Timeout instead of NodeJS.Timer as the latter was deprecated in v14. + chore(icons): Update icons to latest version. + +- [#6001](https://github.com/medusajs/medusa/pull/6001) [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8) Thanks [@abusaidm](https://github.com/abusaidm)! - Add missing country in admin region and set Libya to formal name + ## 1.2.0 ### Minor Changes diff --git a/packages/medusa-core-utils/package.json b/packages/medusa-core-utils/package.json index 46bdb41da2..a9a927cfb2 100644 --- a/packages/medusa-core-utils/package.json +++ b/packages/medusa-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "medusa-core-utils", - "version": "1.2.0", + "version": "1.2.1", "description": "Core utils for Medusa", "main": "dist/index.js", "engines": { diff --git a/packages/medusa-fulfillment-manual/CHANGELOG.md b/packages/medusa-fulfillment-manual/CHANGELOG.md index c6309fba15..d95caa22b6 100644 --- a/packages/medusa-fulfillment-manual/CHANGELOG.md +++ b/packages/medusa-fulfillment-manual/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.39 + +### Patch Changes + +- Updated dependencies [[`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`f86877586`](https://github.com/medusajs/medusa/commit/f86877586147ecedbf7f56a1c57f37ef0c33286c), [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8)]: + - medusa-interfaces@1.3.8 + - medusa-core-utils@1.2.1 + ## 1.1.38 ### Patch Changes diff --git a/packages/medusa-fulfillment-manual/package.json b/packages/medusa-fulfillment-manual/package.json index 26abb9331b..1def385295 100644 --- a/packages/medusa-fulfillment-manual/package.json +++ b/packages/medusa-fulfillment-manual/package.json @@ -1,6 +1,6 @@ { "name": "medusa-fulfillment-manual", - "version": "1.1.38", + "version": "1.1.39", "description": "A manual fulfillment provider for Medusa", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.4", - "medusa-interfaces": "^1.3.7" + "medusa-interfaces": "^1.3.8" }, "scripts": { "test": "jest --passWithNoTests src", @@ -32,14 +32,14 @@ "prepare": "cross-env NODE_ENV=production yarn run build" }, "peerDependencies": { - "medusa-interfaces": "1.3.7" + "medusa-interfaces": "1.3.8" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", "@babel/plugin-transform-instanceof": "^7.8.3", "@babel/runtime": "^7.7.6", "express": "^4.17.1", - "medusa-core-utils": "^1.2.0" + "medusa-core-utils": "^1.2.1" }, "gitHead": "7770046479c361f375842a8605b15e5d7bc24624", "keywords": [ diff --git a/packages/medusa-fulfillment-webshipper/CHANGELOG.md b/packages/medusa-fulfillment-webshipper/CHANGELOG.md index 41b372e895..d0c25bf018 100644 --- a/packages/medusa-fulfillment-webshipper/CHANGELOG.md +++ b/packages/medusa-fulfillment-webshipper/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 1.4.2 + +### Patch Changes + +- [#5869](https://github.com/medusajs/medusa/pull/5869) [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa, interfaces, utils, webshiper): Uniformise class checks + +- Updated dependencies [[`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`f86877586`](https://github.com/medusajs/medusa/commit/f86877586147ecedbf7f56a1c57f37ef0c33286c), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/utils@1.11.3 + - medusa-core-utils@1.2.1 + ## 1.4.1 ### Patch Changes diff --git a/packages/medusa-fulfillment-webshipper/package.json b/packages/medusa-fulfillment-webshipper/package.json index b6ee9e504c..54ae19d847 100644 --- a/packages/medusa-fulfillment-webshipper/package.json +++ b/packages/medusa-fulfillment-webshipper/package.json @@ -1,6 +1,6 @@ { "name": "medusa-fulfillment-webshipper", - "version": "1.4.1", + "version": "1.4.2", "description": "Webshipper Fulfillment provider for Medusa", "main": "index.js", "repository": { @@ -21,11 +21,11 @@ "@babel/plugin-transform-runtime": "^7.7.6", "@babel/preset-env": "^7.7.5", "@babel/runtime": "^7.9.6", - "@medusajs/medusa": "^1.17.4", + "@medusajs/medusa": "^1.19.1", "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.4", - "medusa-interfaces": "^1.3.7" + "medusa-interfaces": "^1.3.8" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -38,12 +38,12 @@ "medusa-interfaces": "^1.3.7" }, "dependencies": { - "@medusajs/utils": "^1.10.5", + "@medusajs/utils": "^1.11.3", "axios": "^0.20.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "express": "^4.17.1", - "medusa-core-utils": "^1.2.0" + "medusa-core-utils": "^1.2.1" }, "gitHead": "7770046479c361f375842a8605b15e5d7bc24624", "keywords": [ diff --git a/packages/medusa-interfaces/CHANGELOG.md b/packages/medusa-interfaces/CHANGELOG.md index b4f615e2ae..45aa2ec808 100644 --- a/packages/medusa-interfaces/CHANGELOG.md +++ b/packages/medusa-interfaces/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.3.8 + +### Patch Changes + +- [#5869](https://github.com/medusajs/medusa/pull/5869) [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa, interfaces, utils, webshiper): Uniformise class checks + ## 1.3.7 ### Patch Changes diff --git a/packages/medusa-interfaces/package.json b/packages/medusa-interfaces/package.json index beae3f3f88..87bba4609d 100644 --- a/packages/medusa-interfaces/package.json +++ b/packages/medusa-interfaces/package.json @@ -1,6 +1,6 @@ { "name": "medusa-interfaces", - "version": "1.3.7", + "version": "1.3.8", "description": "Core interfaces for Medusa", "main": "dist/index.js", "repository": { @@ -34,8 +34,8 @@ "@babel/runtime": "^7.9.6", "cross-env": "^5.2.1", "jest": "^25.5.4", - "medusa-core-utils": "^1.2.0", - "medusa-test-utils": "^1.1.40", + "medusa-core-utils": "^1.2.1", + "medusa-test-utils": "^1.1.41", "rimraf": "^5.0.1", "typescript": "^4.4.4" }, diff --git a/packages/medusa-js/CHANGELOG.md b/packages/medusa-js/CHANGELOG.md index 9e9afb6198..444108f1ed 100644 --- a/packages/medusa-js/CHANGELOG.md +++ b/packages/medusa-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 6.1.5 + +### Patch Changes + +- [#5941](https://github.com/medusajs/medusa/pull/5941) [`bfd10dada`](https://github.com/medusajs/medusa/commit/bfd10dadaf6286aa26dac96d7c0cc5bc24e43c9b) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(medusa-js): remove unnecessary `query` field in `AdminInventoryItemsResource.deleteLocationLevel` method + +- [#5926](https://github.com/medusajs/medusa/pull/5926) [`f25ca30b3`](https://github.com/medusajs/medusa/commit/f25ca30b3aec558094b1dffe70583fcbba64b29a) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa, medusa-js): publishable api key bugs + ## 6.1.4 ### Patch Changes diff --git a/packages/medusa-js/package.json b/packages/medusa-js/package.json index 52dc8ff13b..b915802556 100644 --- a/packages/medusa-js/package.json +++ b/packages/medusa-js/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-js", - "version": "6.1.4", + "version": "6.1.5", "description": "Client for Medusa Commerce Rest API", "main": "dist/index.js", "module": "dist/index.mjs", @@ -45,7 +45,7 @@ "url": "https://github.com/medusajs/medusa/issues" }, "devDependencies": { - "@medusajs/medusa": "^1.17.4", + "@medusajs/medusa": "^1.19.1", "@types/uuid": "^9.0.0", "jest": "^27.4.7", "ts-jest": "^27.1.5", diff --git a/packages/medusa-payment-adyen/CHANGELOG.md b/packages/medusa-payment-adyen/CHANGELOG.md index 08ec5445b4..ab433b629a 100644 --- a/packages/medusa-payment-adyen/CHANGELOG.md +++ b/packages/medusa-payment-adyen/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.1.45 + +### Patch Changes + +- Updated dependencies [[`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`f86877586`](https://github.com/medusajs/medusa/commit/f86877586147ecedbf7f56a1c57f37ef0c33286c), [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8)]: + - medusa-interfaces@1.3.8 + - medusa-core-utils@1.2.1 + ## 1.1.44 ### Patch Changes diff --git a/packages/medusa-payment-adyen/package.json b/packages/medusa-payment-adyen/package.json index 33c6c625be..b6730612b3 100644 --- a/packages/medusa-payment-adyen/package.json +++ b/packages/medusa-payment-adyen/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-adyen", - "version": "1.1.44", + "version": "1.1.45", "description": "Adyen Payment provider for Medusa Commerce", "main": "index.js", "repository": { @@ -26,8 +26,8 @@ "client-sessions": "^0.8.0", "cross-env": "^7.0.3", "jest": "^25.5.4", - "medusa-interfaces": "^1.3.7", - "medusa-test-utils": "^1.1.40" + "medusa-interfaces": "^1.3.8", + "medusa-test-utils": "^1.1.41" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -36,7 +36,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.7" + "medusa-interfaces": "1.3.8" }, "dependencies": { "@adyen/api-library": "^5.0.1", @@ -46,7 +46,7 @@ "cors": "^2.8.5", "express": "^4.17.1", "lodash": "^4.17.21", - "medusa-core-utils": "^1.2.0" + "medusa-core-utils": "^1.2.1" }, "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808", "keywords": [ diff --git a/packages/medusa-payment-stripe/CHANGELOG.md b/packages/medusa-payment-stripe/CHANGELOG.md index d323bd3fee..fa6ec6d208 100644 --- a/packages/medusa-payment-stripe/CHANGELOG.md +++ b/packages/medusa-payment-stripe/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 6.0.7 + +### Patch Changes + +- [#5838](https://github.com/medusajs/medusa/pull/5838) [`99a4f94db`](https://github.com/medusajs/medusa/commit/99a4f94db5ae25dd1688fe29556ba46923715e5f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa-payment-stripe): Add delay to Stripe webhook + +- [#5991](https://github.com/medusajs/medusa/pull/5991) [`7f62ab1b5`](https://github.com/medusajs/medusa/commit/7f62ab1b583f8ea39cc2aad169d98a5c514f40b1) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, medusa-payment-stripe): fix stripe error handling + +- [#6034](https://github.com/medusajs/medusa/pull/6034) [`125879ada`](https://github.com/medusajs/medusa/commit/125879ada4478e3397fe08d128c17d1b4ab44d53) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(medusa-payment-stripe): change webhook environment variables to plugin options + +- Updated dependencies [[`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/utils@1.11.3 + ## 6.0.6 ### Patch Changes diff --git a/packages/medusa-payment-stripe/package.json b/packages/medusa-payment-stripe/package.json index d6b847fd10..8b49776cbd 100644 --- a/packages/medusa-payment-stripe/package.json +++ b/packages/medusa-payment-stripe/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-stripe", - "version": "6.0.6", + "version": "6.0.7", "description": "Stripe Payment provider for Medusa Commerce", "main": "dist/index.js", "repository": { @@ -23,14 +23,14 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/admin": "^7.1.7", - "@medusajs/medusa": "^1.17.4", + "@medusajs/admin": "^7.1.10", + "@medusajs/medusa": "^1.19.1", "@tanstack/react-table": "^8.7.9", "@types/stripe": "^8.0.417", "awilix": "^8.0.1", "cross-env": "^5.2.1", "jest": "^25.5.4", - "medusa-react": "^9.0.11", + "medusa-react": "^9.0.13", "rimraf": "^5.0.1", "typescript": "^4.9.5" }, @@ -48,7 +48,7 @@ "medusa-react": "^9.0.0" }, "dependencies": { - "@medusajs/utils": "^1.11.2", + "@medusajs/utils": "^1.11.3", "body-parser": "^1.19.0", "express": "^4.17.1", "stripe": "^11.10.0" diff --git a/packages/medusa-react/CHANGELOG.md b/packages/medusa-react/CHANGELOG.md index 20e01e2114..0e70368ab0 100644 --- a/packages/medusa-react/CHANGELOG.md +++ b/packages/medusa-react/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 9.0.13 + +### Patch Changes + +- [#6004](https://github.com/medusajs/medusa/pull/6004) [`7d650771d`](https://github.com/medusajs/medusa/commit/7d650771d1c1d3e5d77ff95c12e4970743b64303) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(medusa-react): general type fixes related to generating reference documentation + +- [#5982](https://github.com/medusajs/medusa/pull/5982) [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(cart): Add cart module package + +- Updated dependencies [[`bfd10dada`](https://github.com/medusajs/medusa/commit/bfd10dadaf6286aa26dac96d7c0cc5bc24e43c9b), [`f25ca30b3`](https://github.com/medusajs/medusa/commit/f25ca30b3aec558094b1dffe70583fcbba64b29a)]: + - @medusajs/medusa-js@6.1.5 + ## 9.0.12 ### Patch Changes diff --git a/packages/medusa-react/package.json b/packages/medusa-react/package.json index 559f0c0501..a227707819 100644 --- a/packages/medusa-react/package.json +++ b/packages/medusa-react/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.12", + "version": "9.0.13", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", @@ -35,7 +35,7 @@ "author": "Zakaria S. El Asri", "devDependencies": { "@babel/core": "^7.16.0", - "@medusajs/medusa": "^1.19.0", + "@medusajs/medusa": "^1.19.1", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-links": "^6.3.12", "@storybook/addons": "^6.3.12", diff --git a/packages/medusa-test-utils/CHANGELOG.md b/packages/medusa-test-utils/CHANGELOG.md index 938db9e8a2..71d530bd0f 100644 --- a/packages/medusa-test-utils/CHANGELOG.md +++ b/packages/medusa-test-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.41 + +### Patch Changes + +- [#5985](https://github.com/medusajs/medusa/pull/5985) [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa-test-utils, utils, link-modules, pricing, product): upgrade mikro-orm version + +- Updated dependencies [[`f86877586`](https://github.com/medusajs/medusa/commit/f86877586147ecedbf7f56a1c57f37ef0c33286c), [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8)]: + - medusa-core-utils@1.2.1 + ## 1.1.40 ### Patch Changes diff --git a/packages/medusa-test-utils/package.json b/packages/medusa-test-utils/package.json index 330003132e..82ee9e7653 100644 --- a/packages/medusa-test-utils/package.json +++ b/packages/medusa-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "medusa-test-utils", - "version": "1.1.40", + "version": "1.1.41", "description": "Test utils for Medusa", "main": "dist/index.js", "repository": { @@ -32,7 +32,7 @@ "dependencies": { "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", - "medusa-core-utils": "^1.2.0", + "medusa-core-utils": "^1.2.1", "pg-god": "^1.0.12", "randomatic": "^3.1.1" }, diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 6a2a6393d3..e154e02523 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,55 @@ # Change Log +## 1.19.1 + +### Patch Changes + +- [#5869](https://github.com/medusajs/medusa/pull/5869) [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa, interfaces, utils, webshiper): Uniformise class checks + +- [#5450](https://github.com/medusajs/medusa/pull/5450) [`1d7888afca`](https://github.com/medusajs/medusa/commit/1d7888afca3900f8a29b72f8fd149fc3e1e2ea4a) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa, link-module): SalesChannel<>Product joiner config + +- [#5853](https://github.com/medusajs/medusa/pull/5853) [`6b0b3fed7`](https://github.com/medusajs/medusa/commit/6b0b3fed7a3fb18c8f781eb08b7549317dcbfaeb) Thanks [@Sajarin-M](https://github.com/Sajarin-M)! - Fix typo in discounts error message + +- [#5901](https://github.com/medusajs/medusa/pull/5901) [`1a2f513d53`](https://github.com/medusajs/medusa/commit/1a2f513d5361101b4c606b710a3905025118289e) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Passport loader resolving to early + +- [#5952](https://github.com/medusajs/medusa/pull/5952) [`487067fb4`](https://github.com/medusajs/medusa/commit/487067fb4802cb4bc0da1fcd154b0a89f4a0ef3a) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Resolve babel executable with npx + +- [#6020](https://github.com/medusajs/medusa/pull/6020) [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa, orchestration, utils, workflows-sdk): add transaction options support and cleanup + +- [#5838](https://github.com/medusajs/medusa/pull/5838) [`99a4f94db`](https://github.com/medusajs/medusa/commit/99a4f94db5ae25dd1688fe29556ba46923715e5f) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa-payment-stripe): Add delay to Stripe webhook + +- [#6001](https://github.com/medusajs/medusa/pull/6001) [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8) Thanks [@abusaidm](https://github.com/abusaidm)! - Add missing country in admin region and set Libya to formal name + +- [#5926](https://github.com/medusajs/medusa/pull/5926) [`f25ca30b3`](https://github.com/medusajs/medusa/commit/f25ca30b3aec558094b1dffe70583fcbba64b29a) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa, medusa-js): publishable api key bugs + +- [#5857](https://github.com/medusajs/medusa/pull/5857) [`2d79eeeecc`](https://github.com/medusajs/medusa/commit/2d79eeeecc8086d30e7f26e45f2e1aa03ca14145) Thanks [@riqwan](https://github.com/riqwan)! - chore(medusa): add currency to region responses + +- [#5820](https://github.com/medusajs/medusa/pull/5820) [`6fc6a9de6`](https://github.com/medusajs/medusa/commit/6fc6a9de6a336204fa0e1037502cb5cf801089dc) Thanks [@fPolic](https://github.com/fPolic)! - feat: PubKey <> SC joiner config + +- [#5980](https://github.com/medusajs/medusa/pull/5980) [`278b7fb20`](https://github.com/medusajs/medusa/commit/278b7fb203f505ce163efe38055e9f36388985ea) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Update cart sales channel should not remove all line items + +- [#5995](https://github.com/medusajs/medusa/pull/5995) [`37fba9a16`](https://github.com/medusajs/medusa/commit/37fba9a168199fd4fed68614b5186afc5a686cb8) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): cart completion payment sessions + +- [#5991](https://github.com/medusajs/medusa/pull/5991) [`7f62ab1b5`](https://github.com/medusajs/medusa/commit/7f62ab1b583f8ea39cc2aad169d98a5c514f40b1) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, medusa-payment-stripe): fix stripe error handling + +- [#5814](https://github.com/medusajs/medusa/pull/5814) [`496dcf10c4`](https://github.com/medusajs/medusa/commit/496dcf10c430b9ff9c21ee8bf8fae34ba01902de) Thanks [@adrien2p](https://github.com/adrien2p)! - Feat/cart completion conflict fixes + +- [#5990](https://github.com/medusajs/medusa/pull/5990) [`47be2ad72`](https://github.com/medusajs/medusa/commit/47be2ad7230966f9ce0f7afe5c845bf2abde5071) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Ordering management using joins and pagination + +- [#5810](https://github.com/medusajs/medusa/pull/5810) [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68) Thanks [@fPolic](https://github.com/fPolic)! - feat: sales channel <> order link + +- [#5459](https://github.com/medusajs/medusa/pull/5459) [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3) Thanks [@fPolic](https://github.com/fPolic)! - feat: SalesChannel <> Cart joiner config + +- Updated dependencies [[`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80), [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`1d7888afca`](https://github.com/medusajs/medusa/commit/1d7888afca3900f8a29b72f8fd149fc3e1e2ea4a), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`bf63c4e6a`](https://github.com/medusajs/medusa/commit/bf63c4e6a32258565e1d361b8919afbf93cc2c72), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`f86877586`](https://github.com/medusajs/medusa/commit/f86877586147ecedbf7f56a1c57f37ef0c33286c), [`8402f4697`](https://github.com/medusajs/medusa/commit/8402f46970c007bab9e0f1f6ae653d955650d503), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7), [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`46d610bc5`](https://github.com/medusajs/medusa/commit/46d610bc555797df2ae81eb89b18faf1411b33b8), [`a0dd18c12`](https://github.com/medusajs/medusa/commit/a0dd18c12ac5ab6280366d93d7b47cdb3036914b), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`6fc6a9de6`](https://github.com/medusajs/medusa/commit/6fc6a9de6a336204fa0e1037502cb5cf801089dc), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/modules-sdk@1.12.6 + - @medusajs/utils@1.11.3 + - @medusajs/link-modules@0.2.6 + - @medusajs/orchestration@0.5.2 + - @medusajs/workflows-sdk@0.1.1 + - medusa-core-utils@1.2.1 + - medusa-test-utils@1.1.41 + - @medusajs/core-flows@0.0.4 + ## 1.19.0 ### Minor Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index 697212db65..d9b77fffc0 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.19.0", + "version": "1.19.1", "description": "Building blocks for digital commerce", "main": "dist/index.js", "bin": "./cli.js", @@ -22,7 +22,7 @@ "author": "Sebastian Rindom", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.9", + "@medusajs/types": "^1.11.10", "@types/express": "^4.17.17", "@types/ioredis": "^4.28.10", "@types/jsonwebtoken": "^8.5.9", @@ -31,7 +31,7 @@ "@types/papaparse": "^5.3.7", "cross-env": "^5.2.1", "jest": "^25.5.4", - "medusa-interfaces": "^1.3.7", + "medusa-interfaces": "^1.3.8", "rimraf": "^5.0.1", "supertest": "^4.0.2", "ts-jest": "^25.5.1", @@ -50,13 +50,13 @@ "typeorm": "^0.3.16" }, "dependencies": { - "@medusajs/core-flows": "^0.0.3", - "@medusajs/link-modules": "^0.2.5", + "@medusajs/core-flows": "^0.0.4", + "@medusajs/link-modules": "^0.2.6", "@medusajs/medusa-cli": "^1.3.22", - "@medusajs/modules-sdk": "^1.12.5", - "@medusajs/orchestration": "^0.5.1", - "@medusajs/utils": "^1.11.2", - "@medusajs/workflows-sdk": "^0.1.0", + "@medusajs/modules-sdk": "^1.12.6", + "@medusajs/orchestration": "^0.5.2", + "@medusajs/utils": "^1.11.3", + "@medusajs/workflows-sdk": "^0.1.1", "awilix": "^8.0.0", "body-parser": "^1.19.0", "boxen": "^5.0.1", @@ -80,9 +80,9 @@ "iso8601-duration": "^1.3.0", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", - "medusa-core-utils": "^1.2.0", + "medusa-core-utils": "^1.2.1", "medusa-telemetry": "^0.0.17", - "medusa-test-utils": "^1.1.40", + "medusa-test-utils": "^1.1.41", "morgan": "^1.9.1", "multer": "^1.4.5-lts.1", "node-schedule": "^2.1.1", diff --git a/packages/modules-sdk/CHANGELOG.md b/packages/modules-sdk/CHANGELOG.md index 72b5567a7e..b9112136f9 100644 --- a/packages/modules-sdk/CHANGELOG.md +++ b/packages/modules-sdk/CHANGELOG.md @@ -1,5 +1,20 @@ # @medusajs/modules-sdk +## 1.12.6 + +### Patch Changes + +- [#5943](https://github.com/medusajs/medusa/pull/5943) [`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(modules-sdk, types): add initial authentication module configuration + +- [#5982](https://github.com/medusajs/medusa/pull/5982) [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(cart): Add cart module package + +- [#5920](https://github.com/medusajs/medusa/pull/5920) [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde) Thanks [@riqwan](https://github.com/riqwan)! - feat(types,modules-sdk): basic module setup for promotions + +- Updated dependencies [[`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80), [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`bf63c4e6a`](https://github.com/medusajs/medusa/commit/bf63c4e6a32258565e1d361b8919afbf93cc2c72), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`dc46ee118`](https://github.com/medusajs/medusa/commit/dc46ee1189c3eb719355da6a1d701c14a77e4578), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7), [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`c1c470e6b`](https://github.com/medusajs/medusa/commit/c1c470e6b8646c5f0b4bca56a8e785f6c34e1fef), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/types@1.11.10 + - @medusajs/utils@1.11.3 + - @medusajs/orchestration@0.5.2 + ## 1.12.5 ### Patch Changes diff --git a/packages/modules-sdk/package.json b/packages/modules-sdk/package.json index 77ca6203e9..3f50816a9a 100644 --- a/packages/modules-sdk/package.json +++ b/packages/modules-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/modules-sdk", - "version": "1.12.5", + "version": "1.12.6", "description": "SDK for medusa modules", "main": "dist/index.js", "repository": { @@ -29,9 +29,9 @@ "dependencies": { "@graphql-tools/merge": "^9.0.0", "@graphql-tools/schema": "^10.0.0", - "@medusajs/orchestration": "^0.5.1", - "@medusajs/types": "^1.11.9", - "@medusajs/utils": "^1.11.2", + "@medusajs/orchestration": "^0.5.2", + "@medusajs/types": "^1.11.10", + "@medusajs/utils": "^1.11.3", "awilix": "^8.0.0", "graphql": "^16.6.0", "knex": "2.4.2", diff --git a/packages/orchestration/CHANGELOG.md b/packages/orchestration/CHANGELOG.md index ac8004314b..cd963aa25b 100644 --- a/packages/orchestration/CHANGELOG.md +++ b/packages/orchestration/CHANGELOG.md @@ -1,5 +1,21 @@ # @medusajs/orchestration +## 0.5.2 + +### Patch Changes + +- [#5728](https://github.com/medusajs/medusa/pull/5728) [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(workflows-sdk): Configurable retries upon step creation + +- [#5951](https://github.com/medusajs/medusa/pull/5951) [`bf63c4e6a`](https://github.com/medusajs/medusa/commit/bf63c4e6a32258565e1d361b8919afbf93cc2c72) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(orchestration, workflows-sdk): Add events management and implementation to manage async workflows + +- [#6020](https://github.com/medusajs/medusa/pull/6020) [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa, orchestration, utils, workflows-sdk): add transaction options support and cleanup + +- [#5459](https://github.com/medusajs/medusa/pull/5459) [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3) Thanks [@fPolic](https://github.com/fPolic)! - feat: SalesChannel <> Cart joiner config + +- Updated dependencies [[`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80), [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`dc46ee118`](https://github.com/medusajs/medusa/commit/dc46ee1189c3eb719355da6a1d701c14a77e4578), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7), [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`c1c470e6b`](https://github.com/medusajs/medusa/commit/c1c470e6b8646c5f0b4bca56a8e785f6c34e1fef), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/types@1.11.10 + - @medusajs/utils@1.11.3 + ## 0.5.1 ### Patch Changes diff --git a/packages/orchestration/package.json b/packages/orchestration/package.json index b7e002338c..7901b4f626 100644 --- a/packages/orchestration/package.json +++ b/packages/orchestration/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/orchestration", - "version": "0.5.1", + "version": "0.5.2", "description": "Medusa utilities to orchestrate modules", "main": "dist/index.js", "repository": { @@ -27,8 +27,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/types": "^1.11.9", - "@medusajs/utils": "^1.11.2", + "@medusajs/types": "^1.11.10", + "@medusajs/utils": "^1.11.3", "awilix": "^8.0.0", "graphql": "^16.6.0" }, diff --git a/packages/pricing/CHANGELOG.md b/packages/pricing/CHANGELOG.md index d6df1a9125..14c01c5eec 100644 --- a/packages/pricing/CHANGELOG.md +++ b/packages/pricing/CHANGELOG.md @@ -1,5 +1,21 @@ # @medusajs/pricing +## 0.1.7 + +### Patch Changes + +- [#5858](https://github.com/medusajs/medusa/pull/5858) [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(pricing, types): add soft deletion for money-amounts + feat(utils): cascade soft delete across 1:1 relationships + +- [#5985](https://github.com/medusajs/medusa/pull/5985) [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa-test-utils, utils, link-modules, pricing, product): upgrade mikro-orm version + +- [#5768](https://github.com/medusajs/medusa/pull/5768) [`c1c470e6b`](https://github.com/medusajs/medusa/commit/c1c470e6b8646c5f0b4bca56a8e785f6c34e1fef) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(types, pricing): separate internal pricing module types from types module + +- Updated dependencies [[`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80), [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`dc46ee118`](https://github.com/medusajs/medusa/commit/dc46ee1189c3eb719355da6a1d701c14a77e4578), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7), [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`c1c470e6b`](https://github.com/medusajs/medusa/commit/c1c470e6b8646c5f0b4bca56a8e785f6c34e1fef), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/modules-sdk@1.12.6 + - @medusajs/types@1.11.10 + - @medusajs/utils@1.11.3 + ## 0.1.6 ### Patch Changes diff --git a/packages/pricing/package.json b/packages/pricing/package.json index b444f93668..5b635015d7 100644 --- a/packages/pricing/package.json +++ b/packages/pricing/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/pricing", - "version": "0.1.6", + "version": "0.1.7", "description": "Medusa Pricing module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -42,7 +42,7 @@ "@mikro-orm/cli": "5.9.7", "cross-env": "^5.2.1", "jest": "^29.6.3", - "medusa-test-utils": "^1.1.40", + "medusa-test-utils": "^1.1.41", "rimraf": "^3.0.2", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", @@ -50,9 +50,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.5", - "@medusajs/types": "^1.11.9", - "@medusajs/utils": "^1.11.2", + "@medusajs/modules-sdk": "^1.12.6", + "@medusajs/types": "^1.11.10", + "@medusajs/utils": "^1.11.3", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/product/CHANGELOG.md b/packages/product/CHANGELOG.md index fa70cdfd75..73f6c113c0 100644 --- a/packages/product/CHANGELOG.md +++ b/packages/product/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/product +## 0.3.7 + +### Patch Changes + +- [#5985](https://github.com/medusajs/medusa/pull/5985) [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa-test-utils, utils, link-modules, pricing, product): upgrade mikro-orm version + +- Updated dependencies [[`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80), [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`dc46ee118`](https://github.com/medusajs/medusa/commit/dc46ee1189c3eb719355da6a1d701c14a77e4578), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7), [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`c1c470e6b`](https://github.com/medusajs/medusa/commit/c1c470e6b8646c5f0b4bca56a8e785f6c34e1fef), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/modules-sdk@1.12.6 + - @medusajs/types@1.11.10 + - @medusajs/utils@1.11.3 + ## 0.3.6 ### Patch Changes diff --git a/packages/product/package.json b/packages/product/package.json index 9e2e10893a..96cfc916ec 100644 --- a/packages/product/package.json +++ b/packages/product/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/product", - "version": "0.3.6", + "version": "0.3.7", "description": "Medusa Product module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -43,7 +43,7 @@ "cross-env": "^5.2.1", "faker": "^6.6.6", "jest": "^29.6.3", - "medusa-test-utils": "^1.1.40", + "medusa-test-utils": "^1.1.41", "pg-god": "^1.0.12", "rimraf": "^3.0.2", "ts-jest": "^29.1.1", @@ -52,9 +52,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.5", - "@medusajs/types": "^1.11.9", - "@medusajs/utils": "^1.11.2", + "@medusajs/modules-sdk": "^1.12.6", + "@medusajs/types": "^1.11.10", + "@medusajs/utils": "^1.11.3", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 9ca5f9e6b2..fb789e423c 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,26 @@ # @medusajs/types +## 1.11.10 + +### Patch Changes + +- [#5943](https://github.com/medusajs/medusa/pull/5943) [`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(modules-sdk, types): add initial authentication module configuration + +- [#5957](https://github.com/medusajs/medusa/pull/5957) [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155) Thanks [@riqwan](https://github.com/riqwan)! - feat(types,utils): added promotion create with rules + +- [#5858](https://github.com/medusajs/medusa/pull/5858) [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(pricing, types): add soft deletion for money-amounts + feat(utils): cascade soft delete across 1:1 relationships + +- [#5988](https://github.com/medusajs/medusa/pull/5988) [`dc46ee118`](https://github.com/medusajs/medusa/commit/dc46ee1189c3eb719355da6a1d701c14a77e4578) Thanks [@riqwan](https://github.com/riqwan)! - feat(types): promotion delete / update / retrieve + +- [#5982](https://github.com/medusajs/medusa/pull/5982) [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(cart): Add cart module package + +- [#5920](https://github.com/medusajs/medusa/pull/5920) [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde) Thanks [@riqwan](https://github.com/riqwan)! - feat(types,modules-sdk): basic module setup for promotions + +- [#5768](https://github.com/medusajs/medusa/pull/5768) [`c1c470e6b`](https://github.com/medusajs/medusa/commit/c1c470e6b8646c5f0b4bca56a8e785f6c34e1fef) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(types, pricing): separate internal pricing module types from types module + +- [#5945](https://github.com/medusajs/medusa/pull/5945) [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1) Thanks [@riqwan](https://github.com/riqwan)! - feat(types,utils): add promotions create with application method + ## 1.11.9 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 07f8fa4eee..cddcb097c7 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/types", - "version": "1.11.9", + "version": "1.11.10", "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 3e717acd8d..a4aacaf768 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,33 @@ # @medusajs/utils +## 1.11.3 + +### Patch Changes + +- [#5957](https://github.com/medusajs/medusa/pull/5957) [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155) Thanks [@riqwan](https://github.com/riqwan)! - feat(types,utils): added promotion create with rules + +- [#5869](https://github.com/medusajs/medusa/pull/5869) [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa, interfaces, utils, webshiper): Uniformise class checks + +- [#5728](https://github.com/medusajs/medusa/pull/5728) [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(workflows-sdk): Configurable retries upon step creation + +- [#5858](https://github.com/medusajs/medusa/pull/5858) [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(pricing, types): add soft deletion for money-amounts + feat(utils): cascade soft delete across 1:1 relationships + +- [#6020](https://github.com/medusajs/medusa/pull/6020) [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa, orchestration, utils, workflows-sdk): add transaction options support and cleanup + +- [#5929](https://github.com/medusajs/medusa/pull/5929) [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix/utils object from string path + +- [#5985](https://github.com/medusajs/medusa/pull/5985) [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa-test-utils, utils, link-modules, pricing, product): upgrade mikro-orm version + +- [#5945](https://github.com/medusajs/medusa/pull/5945) [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1) Thanks [@riqwan](https://github.com/riqwan)! - feat(types,utils): add promotions create with application method + +- [#5810](https://github.com/medusajs/medusa/pull/5810) [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68) Thanks [@fPolic](https://github.com/fPolic)! - feat: sales channel <> order link + +- [#5459](https://github.com/medusajs/medusa/pull/5459) [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3) Thanks [@fPolic](https://github.com/fPolic)! - feat: SalesChannel <> Cart joiner config + +- Updated dependencies [[`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80), [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`dc46ee118`](https://github.com/medusajs/medusa/commit/dc46ee1189c3eb719355da6a1d701c14a77e4578), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7), [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde), [`c1c470e6b`](https://github.com/medusajs/medusa/commit/c1c470e6b8646c5f0b4bca56a8e785f6c34e1fef), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1)]: + - @medusajs/types@1.11.10 + ## 1.11.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 1e62b1057f..80bea85198 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/utils", - "version": "1.11.2", + "version": "1.11.3", "description": "Medusa utilities functions shared by Medusa core and Modules", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -30,7 +30,7 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/types": "^1.11.9", + "@medusajs/types": "^1.11.10", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/workflows-sdk/CHANGELOG.md b/packages/workflows-sdk/CHANGELOG.md index 0e831cf6bf..6f4a0ce5a0 100644 --- a/packages/workflows-sdk/CHANGELOG.md +++ b/packages/workflows-sdk/CHANGELOG.md @@ -1,5 +1,24 @@ # @medusajs/workflows-sdk +## 0.1.1 + +### Patch Changes + +- [#5728](https://github.com/medusajs/medusa/pull/5728) [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(workflows-sdk): Configurable retries upon step creation + +- [#5951](https://github.com/medusajs/medusa/pull/5951) [`bf63c4e6a`](https://github.com/medusajs/medusa/commit/bf63c4e6a32258565e1d361b8919afbf93cc2c72) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(orchestration, workflows-sdk): Add events management and implementation to manage async workflows + +- [#5775](https://github.com/medusajs/medusa/pull/5775) [`8402f4697`](https://github.com/medusajs/medusa/commit/8402f46970c007bab9e0f1f6ae653d955650d503) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(workflows-sdk): Allow a step to not define an expected input + +- [#6020](https://github.com/medusajs/medusa/pull/6020) [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa, orchestration, utils, workflows-sdk): add transaction options support and cleanup + +- [#5953](https://github.com/medusajs/medusa/pull/5953) [`a0dd18c12`](https://github.com/medusajs/medusa/commit/a0dd18c12ac5ab6280366d93d7b47cdb3036914b) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(workflows-sdk): Allow primitive values to be passed as well as WorkflowDataProperties + +- Updated dependencies [[`6d1e3cc02`](https://github.com/medusajs/medusa/commit/6d1e3cc0285ef157fd6486060e8b32c00c01aa80), [`42cc8ae3f`](https://github.com/medusajs/medusa/commit/42cc8ae3f89ed7d642e51654d1a3cca011f13155), [`45996d58a2`](https://github.com/medusajs/medusa/commit/45996d58a2665d72335faad11bea958f8da74195), [`9cc787cac4`](https://github.com/medusajs/medusa/commit/9cc787cac4bf1c5d8edf1c4b548bb3205100e822), [`bf63c4e6a`](https://github.com/medusajs/medusa/commit/bf63c4e6a32258565e1d361b8919afbf93cc2c72), [`355075097`](https://github.com/medusajs/medusa/commit/3550750975a0c9359fd887929377733606ef03af), [`925feea04`](https://github.com/medusajs/medusa/commit/925feea04a8222285175c33577548e50516069a7), [`3f6d79961`](https://github.com/medusajs/medusa/commit/3f6d79961dec1c5eb8950f8eacd94a5d87a4acde), [`fbee006e5`](https://github.com/medusajs/medusa/commit/fbee006e512ef2d56ffb23eeabad8b51b56be285), [`c41f3002f`](https://github.com/medusajs/medusa/commit/c41f3002f3118b1f195c5c822fe0f400091d115b), [`d16d10619`](https://github.com/medusajs/medusa/commit/d16d10619dfbd3966a4709753de3d8cc37c6f2eb), [`890e76a5c`](https://github.com/medusajs/medusa/commit/890e76a5c53039576c42ca4d46af6f6977cdebd1), [`fe007d01b`](https://github.com/medusajs/medusa/commit/fe007d01bd827f0e09ee545e48cef18913540c68), [`76332ca6c`](https://github.com/medusajs/medusa/commit/76332ca6c153a786acc07d3f06ff45c3b9346fd3)]: + - @medusajs/modules-sdk@1.12.6 + - @medusajs/utils@1.11.3 + - @medusajs/orchestration@0.5.2 + ## 0.1.0 ### Minor Changes diff --git a/packages/workflows-sdk/package.json b/packages/workflows-sdk/package.json index 42749029ef..03931c27b4 100644 --- a/packages/workflows-sdk/package.json +++ b/packages/workflows-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflows-sdk", - "version": "0.1.0", + "version": "0.1.1", "description": "Set of workflows tooling for Medusa", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -21,7 +21,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.8", + "@medusajs/types": "^1.11.10", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -29,9 +29,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.4", - "@medusajs/orchestration": "^0.5.0", - "@medusajs/utils": "^1.11.1", + "@medusajs/modules-sdk": "^1.12.6", + "@medusajs/orchestration": "^0.5.2", + "@medusajs/utils": "^1.11.3", "awilix": "^8.0.1", "ulid": "^2.3.0" },