From c0d74bc68200e83beebd83e45dd13114233adbc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:58:48 +0200 Subject: [PATCH] chore: Version Packages (#5340) Co-authored-by: github-actions[bot] --- .changeset/big-countries-drive.md | 5 ---- .changeset/breezy-elephants-talk.md | 7 ------ .changeset/chilly-pugs-doubt.md | 6 ----- .changeset/chilly-suns-impress.md | 5 ---- .changeset/gold-emus-relax.md | 5 ---- .changeset/gorgeous-fans-wash.md | 6 ----- .changeset/long-wasps-mix.md | 5 ---- .changeset/many-bees-own.md | 6 ----- .changeset/old-laws-clap.md | 6 ----- .changeset/poor-zebras-mate.md | 7 ------ .changeset/popular-shirts-doubt.md | 5 ---- .changeset/rare-chefs-wash.md | 5 ---- .changeset/shiny-apples-serve.md | 6 ----- .changeset/sour-rockets-bathe.md | 5 ---- .changeset/strong-dragons-flow.md | 6 ----- .changeset/swift-tomatoes-switch.md | 6 ----- .changeset/tame-queens-cough.md | 8 ------ .changeset/tender-doors-wave.md | 5 ---- .changeset/three-squids-add.md | 5 ---- .changeset/tidy-games-drum.md | 7 ------ packages/admin-ui/CHANGELOG.md | 17 +++++++++++++ packages/admin-ui/package.json | 8 +++--- packages/admin/CHANGELOG.md | 15 +++++++++++ packages/admin/package.json | 6 ++--- packages/create-medusa-app/CHANGELOG.md | 6 +++++ packages/create-medusa-app/package.json | 2 +- packages/generated/client-types/package.json | 2 +- packages/inventory/CHANGELOG.md | 10 ++++++++ packages/inventory/package.json | 8 +++--- packages/link-modules/CHANGELOG.md | 11 ++++++++ packages/link-modules/package.json | 8 +++--- packages/medusa-file-local/package.json | 2 +- packages/medusa-file-minio/package.json | 2 +- packages/medusa-file-s3/CHANGELOG.md | 6 +++++ packages/medusa-file-s3/package.json | 4 +-- packages/medusa-js/CHANGELOG.md | 8 ++++++ packages/medusa-js/package.json | 4 +-- .../medusa-plugin-brightpearl/CHANGELOG.md | 6 +++++ .../medusa-plugin-brightpearl/package.json | 4 +-- packages/medusa-react/CHANGELOG.md | 9 +++++++ packages/medusa-react/package.json | 4 +-- packages/medusa/CHANGELOG.md | 25 +++++++++++++++++++ packages/medusa/package.json | 14 +++++------ packages/modules-sdk/CHANGELOG.md | 11 ++++++++ packages/modules-sdk/package.json | 8 +++--- packages/oas/medusa-oas-cli/CHANGELOG.md | 9 +++++++ packages/oas/medusa-oas-cli/package.json | 4 +-- packages/oas/oas-github-ci/CHANGELOG.md | 7 ++++++ packages/oas/oas-github-ci/package.json | 4 +-- packages/orchestration/CHANGELOG.md | 10 ++++++++ packages/orchestration/package.json | 6 ++--- packages/pricing/CHANGELOG.md | 13 ++++++++++ packages/pricing/package.json | 8 +++--- packages/product/CHANGELOG.md | 11 ++++++++ packages/product/package.json | 8 +++--- packages/types/CHANGELOG.md | 12 +++++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 13 ++++++++++ packages/utils/package.json | 4 +-- packages/workflows/CHANGELOG.md | 11 ++++++++ packages/workflows/package.json | 10 ++++---- 61 files changed, 271 insertions(+), 177 deletions(-) delete mode 100644 .changeset/big-countries-drive.md delete mode 100644 .changeset/breezy-elephants-talk.md delete mode 100644 .changeset/chilly-pugs-doubt.md delete mode 100644 .changeset/chilly-suns-impress.md delete mode 100644 .changeset/gold-emus-relax.md delete mode 100644 .changeset/gorgeous-fans-wash.md delete mode 100644 .changeset/long-wasps-mix.md delete mode 100644 .changeset/many-bees-own.md delete mode 100644 .changeset/old-laws-clap.md delete mode 100644 .changeset/poor-zebras-mate.md delete mode 100644 .changeset/popular-shirts-doubt.md delete mode 100644 .changeset/rare-chefs-wash.md delete mode 100644 .changeset/shiny-apples-serve.md delete mode 100644 .changeset/sour-rockets-bathe.md delete mode 100644 .changeset/strong-dragons-flow.md delete mode 100644 .changeset/swift-tomatoes-switch.md delete mode 100644 .changeset/tame-queens-cough.md delete mode 100644 .changeset/tender-doors-wave.md delete mode 100644 .changeset/three-squids-add.md delete mode 100644 .changeset/tidy-games-drum.md diff --git a/.changeset/big-countries-drive.md b/.changeset/big-countries-drive.md deleted file mode 100644 index 8484d58369..0000000000 --- a/.changeset/big-countries-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Dont 'set' in cache if ignore_cache option is true diff --git a/.changeset/breezy-elephants-talk.md b/.changeset/breezy-elephants-talk.md deleted file mode 100644 index 6453cb746a..0000000000 --- a/.changeset/breezy-elephants-talk.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/pricing": patch -"@medusajs/utils": patch -"@medusajs/types": patch ---- - -feat(pricing,types,utils): Move calculate pricing query to a repository + rule type validation diff --git a/.changeset/chilly-pugs-doubt.md b/.changeset/chilly-pugs-doubt.md deleted file mode 100644 index 21f68cc002..0000000000 --- a/.changeset/chilly-pugs-doubt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/types": patch ---- - -fix(medusa, types): Mark properties as nullable to reflect their correct types diff --git a/.changeset/chilly-suns-impress.md b/.changeset/chilly-suns-impress.md deleted file mode 100644 index 8361261d43..0000000000 --- a/.changeset/chilly-suns-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Expose item tax total and shipping tax total diff --git a/.changeset/gold-emus-relax.md b/.changeset/gold-emus-relax.md deleted file mode 100644 index ff878364ec..0000000000 --- a/.changeset/gold-emus-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Fixed filter statement in partitionItems\_ method of Fulfillment Service diff --git a/.changeset/gorgeous-fans-wash.md b/.changeset/gorgeous-fans-wash.md deleted file mode 100644 index 440e1350a8..0000000000 --- a/.changeset/gorgeous-fans-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/product": patch -"@medusajs/types": patch ---- - -chore(product,types): fix interfaces for product module diff --git a/.changeset/long-wasps-mix.md b/.changeset/long-wasps-mix.md deleted file mode 100644 index c0beed1f6c..0000000000 --- a/.changeset/long-wasps-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): Introduces a new file based routing system as an alternative to the current approach. File based routing is optional, and the previous approach can still be used. The two approaches can also be used together allowing for incremental adoption. diff --git a/.changeset/many-bees-own.md b/.changeset/many-bees-own.md deleted file mode 100644 index 29637d8cfa..0000000000 --- a/.changeset/many-bees-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -fix(admin-ui): minor bugs throughout Price List domain plus improved form validation diff --git a/.changeset/old-laws-clap.md b/.changeset/old-laws-clap.md deleted file mode 100644 index c6f0341cfa..0000000000 --- a/.changeset/old-laws-clap.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -feat(admin-ui): Add Croatian translation diff --git a/.changeset/poor-zebras-mate.md b/.changeset/poor-zebras-mate.md deleted file mode 100644 index 4cb7b097b1..0000000000 --- a/.changeset/poor-zebras-mate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/link-modules": patch -"@medusajs/modules-sdk": patch -"@medusajs/pricing": patch ---- - -feat(link-modules,modules-sdk,pricing): Medusa App Migrations + Core compatible migrations diff --git a/.changeset/popular-shirts-doubt.md b/.changeset/popular-shirts-doubt.md deleted file mode 100644 index 0e4d89bd10..0000000000 --- a/.changeset/popular-shirts-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-medusa-app": patch ---- - -feat(create-medusa-app): add tracking for selected options diff --git a/.changeset/rare-chefs-wash.md b/.changeset/rare-chefs-wash.md deleted file mode 100644 index 9b40ffff49..0000000000 --- a/.changeset/rare-chefs-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix(admin-ui): Alias design system packages diff --git a/.changeset/shiny-apples-serve.md b/.changeset/shiny-apples-serve.md deleted file mode 100644 index e0264a7a14..0000000000 --- a/.changeset/shiny-apples-serve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -feat(admin-ui): add Bosnian translation diff --git a/.changeset/sour-rockets-bathe.md b/.changeset/sour-rockets-bathe.md deleted file mode 100644 index 5f3d907d1f..0000000000 --- a/.changeset/sour-rockets-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-file-s3": minor ---- - -Added config to set S3 prefix diff --git a/.changeset/strong-dragons-flow.md b/.changeset/strong-dragons-flow.md deleted file mode 100644 index c29ca4a8bd..0000000000 --- a/.changeset/strong-dragons-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/orchestration": patch -"@medusajs/utils": patch ---- - -chore(orchestration): prevent throwing on already defined workflow diff --git a/.changeset/swift-tomatoes-switch.md b/.changeset/swift-tomatoes-switch.md deleted file mode 100644 index 0c05132fa1..0000000000 --- a/.changeset/swift-tomatoes-switch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"medusa-react": patch -"@medusajs/medusa-js": patch ---- - -add types to exports to help projects using moduleResolution bundler diff --git a/.changeset/tame-queens-cough.md b/.changeset/tame-queens-cough.md deleted file mode 100644 index 031e56f686..0000000000 --- a/.changeset/tame-queens-cough.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/inventory": patch -"@medusajs/types": patch -"@medusajs/utils": patch -"@medusajs/workflows": patch ---- -fix: move create inventory workflow to @medusajs/workflows diff --git a/.changeset/tender-doors-wave.md b/.changeset/tender-doors-wave.md deleted file mode 100644 index 2721669f2b..0000000000 --- a/.changeset/tender-doors-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-plugin-brightpearl": patch ---- - -fix(medusa-plugin-brightpearl): Missing discounts rule relation diff --git a/.changeset/three-squids-add.md b/.changeset/three-squids-add.md deleted file mode 100644 index 71e7fb4c2d..0000000000 --- a/.changeset/three-squids-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa-js": patch ---- - -Fix(medusa-js): Fix JwtTokenManager.register for store domain diff --git a/.changeset/tidy-games-drum.md b/.changeset/tidy-games-drum.md deleted file mode 100644 index f5cf47a2a3..0000000000 --- a/.changeset/tidy-games-drum.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -fix(admin-ui): Remove t() on product.status update diff --git a/packages/admin-ui/CHANGELOG.md b/packages/admin-ui/CHANGELOG.md index f3157e260d..67196aec34 100644 --- a/packages/admin-ui/CHANGELOG.md +++ b/packages/admin-ui/CHANGELOG.md @@ -1,5 +1,22 @@ # @medusajs/admin-ui +## 2.1.5 + +### Patch Changes + +- [#5339](https://github.com/medusajs/medusa/pull/5339) [`e04927a3c`](https://github.com/medusajs/medusa/commit/e04927a3cb0b8159b1f10a377beee705da6eef31) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): minor bugs throughout Price List domain plus improved form validation + +- [#5377](https://github.com/medusajs/medusa/pull/5377) [`d30f4477d`](https://github.com/medusajs/medusa/commit/d30f4477d908e2665ab951d93d559e5db8c4211e) Thanks [@anamarijapapic](https://github.com/anamarijapapic)! - feat(admin-ui): Add Croatian translation + +- [#5358](https://github.com/medusajs/medusa/pull/5358) [`3376f4ccc`](https://github.com/medusajs/medusa/commit/3376f4ccc1acb0a8896c7f10c45a980aec8188b1) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Alias design system packages + +- [#5395](https://github.com/medusajs/medusa/pull/5395) [`3aba6269e`](https://github.com/medusajs/medusa/commit/3aba6269ed5efb6353d193e71d241ae55a40e721) Thanks [@samiralibabic](https://github.com/samiralibabic)! - feat(admin-ui): add Bosnian translation + +- [#5394](https://github.com/medusajs/medusa/pull/5394) [`a0963f0ed`](https://github.com/medusajs/medusa/commit/a0963f0edf909f6cfea17bd7a0c7899707808057) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Remove t() on product.status update + +- Updated dependencies [[`5a5c96e21`](https://github.com/medusajs/medusa/commit/5a5c96e2118e50a558d9d6dc340e505454d4c593)]: + - medusa-react@9.0.8 + ## 2.1.4 ### Patch Changes diff --git a/packages/admin-ui/package.json b/packages/admin-ui/package.json index 5288c45461..e0ba5bdf01 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.4", + "version": "2.1.5", "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.7", + "medusa-react": "^9.0.8", "mini-css-extract-plugin": "^2.7.6", "moment": "^2.29.4", "path-browserify": "^1.0.1", @@ -118,8 +118,8 @@ }, "devDependencies": { "@babel/types": "7.22.5", - "@medusajs/medusa": "^1.17.1", - "@medusajs/types": "^1.11.3", + "@medusajs/medusa": "^1.17.2", + "@medusajs/types": "^1.11.4", "@types/pluralize": "^0.0.29", "@types/react": "^18.0.27", "@types/react-datepicker": "^4.10.0", diff --git a/packages/admin/CHANGELOG.md b/packages/admin/CHANGELOG.md index 70cf7600c6..abf8a44ab1 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,20 @@ # @medusajs/admin +## 7.1.5 + +### Patch Changes + +- [#5339](https://github.com/medusajs/medusa/pull/5339) [`e04927a3c`](https://github.com/medusajs/medusa/commit/e04927a3cb0b8159b1f10a377beee705da6eef31) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): minor bugs throughout Price List domain plus improved form validation + +- [#5377](https://github.com/medusajs/medusa/pull/5377) [`d30f4477d`](https://github.com/medusajs/medusa/commit/d30f4477d908e2665ab951d93d559e5db8c4211e) Thanks [@anamarijapapic](https://github.com/anamarijapapic)! - feat(admin-ui): Add Croatian translation + +- [#5395](https://github.com/medusajs/medusa/pull/5395) [`3aba6269e`](https://github.com/medusajs/medusa/commit/3aba6269ed5efb6353d193e71d241ae55a40e721) Thanks [@samiralibabic](https://github.com/samiralibabic)! - feat(admin-ui): add Bosnian translation + +- [#5394](https://github.com/medusajs/medusa/pull/5394) [`a0963f0ed`](https://github.com/medusajs/medusa/commit/a0963f0edf909f6cfea17bd7a0c7899707808057) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Remove t() on product.status update + +- Updated dependencies [[`e04927a3c`](https://github.com/medusajs/medusa/commit/e04927a3cb0b8159b1f10a377beee705da6eef31), [`d30f4477d`](https://github.com/medusajs/medusa/commit/d30f4477d908e2665ab951d93d559e5db8c4211e), [`3376f4ccc`](https://github.com/medusajs/medusa/commit/3376f4ccc1acb0a8896c7f10c45a980aec8188b1), [`3aba6269e`](https://github.com/medusajs/medusa/commit/3aba6269ed5efb6353d193e71d241ae55a40e721), [`a0963f0ed`](https://github.com/medusajs/medusa/commit/a0963f0edf909f6cfea17bd7a0c7899707808057)]: + - @medusajs/admin-ui@2.1.5 + ## 7.1.4 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index 1b22b7c8d4..5018dd3560 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin", - "version": "7.1.4", + "version": "7.1.5", "bin": { "medusa-admin": "./bin/medusa-admin.js" }, @@ -27,7 +27,7 @@ "directory": "packages/admin" }, "dependencies": { - "@medusajs/admin-ui": "^2.1.4", + "@medusajs/admin-ui": "^2.1.5", "@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.1", + "@medusajs/medusa": "^1.17.2", "@types/express": "^4.17.13", "typescript": "^4.9.3" }, diff --git a/packages/create-medusa-app/CHANGELOG.md b/packages/create-medusa-app/CHANGELOG.md index be7aa1ecab..1444d4d020 100644 --- a/packages/create-medusa-app/CHANGELOG.md +++ b/packages/create-medusa-app/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.2.3 + +### Patch Changes + +- [#5404](https://github.com/medusajs/medusa/pull/5404) [`a1807aea8`](https://github.com/medusajs/medusa/commit/a1807aea83a5bf82c4221839a1fa57b41d2cc6ac) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(create-medusa-app): add tracking for selected options + ## 1.2.2 ### Patch Changes diff --git a/packages/create-medusa-app/package.json b/packages/create-medusa-app/package.json index 676fa0f45f..40dd4d77fe 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.2", + "version": "1.2.3", "description": "Create a Medusa project using a single command.", "type": "module", "exports": "./dist/index.js", diff --git a/packages/generated/client-types/package.json b/packages/generated/client-types/package.json index 95dcc69993..62d42b1a20 100644 --- a/packages/generated/client-types/package.json +++ b/packages/generated/client-types/package.json @@ -24,7 +24,7 @@ "url": "https://github.com/medusajs/medusa/issues" }, "devDependencies": { - "@medusajs/medusa-oas-cli": "0.2.21", + "@medusajs/medusa-oas-cli": "0.2.22", "cross-env": "^7.0.3", "execa": "^5.1.1", "jest": "^27.4.7", diff --git a/packages/inventory/CHANGELOG.md b/packages/inventory/CHANGELOG.md index d7e71c61ca..1759c6ae38 100644 --- a/packages/inventory/CHANGELOG.md +++ b/packages/inventory/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/inventory +## 1.11.1 + +### Patch Changes + +- [#5301](https://github.com/medusajs/medusa/pull/5301) [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9) Thanks [@srindom](https://github.com/srindom)! - fix: move create inventory workflow to @medusajs/workflows + +- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]: + - @medusajs/utils@1.10.4 + - @medusajs/modules-sdk@1.12.1 + ## 1.11.0 ### Minor Changes diff --git a/packages/inventory/package.json b/packages/inventory/package.json index b70c5ccae1..2cfa26da01 100644 --- a/packages/inventory/package.json +++ b/packages/inventory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/inventory", - "version": "1.11.0", + "version": "1.11.1", "description": "Inventory Module for Medusa", "main": "dist/index.js", "repository": { @@ -17,7 +17,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.3", + "@medusajs/types": "^1.11.4", "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.0", - "@medusajs/utils": "^1.10.3", + "@medusajs/modules-sdk": "^1.12.1", + "@medusajs/utils": "^1.10.4", "awilix": "^8.0.0", "typeorm": "^0.3.16" }, diff --git a/packages/link-modules/CHANGELOG.md b/packages/link-modules/CHANGELOG.md index 6df4f4febd..ecc8c5dd52 100644 --- a/packages/link-modules/CHANGELOG.md +++ b/packages/link-modules/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/link-modules +## 0.2.1 + +### Patch Changes + +- [#5317](https://github.com/medusajs/medusa/pull/5317) [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf) Thanks [@riqwan](https://github.com/riqwan)! - feat(link-modules,modules-sdk,pricing): Medusa App Migrations + Core compatible migrations + +- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`69cf7215f`](https://github.com/medusajs/medusa/commit/69cf7215f1f730ffb332129e65211470be1f88f1), [`453297f52`](https://github.com/medusajs/medusa/commit/453297f525bd9f3aaa95bf0b28ff6cd31e6696b4), [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]: + - @medusajs/utils@1.10.4 + - @medusajs/types@1.11.4 + - @medusajs/modules-sdk@1.12.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/link-modules/package.json b/packages/link-modules/package.json index e012cf36fa..4c6ddb0fcb 100644 --- a/packages/link-modules/package.json +++ b/packages/link-modules/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/link-modules", - "version": "0.2.0", + "version": "0.2.1", "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.0", - "@medusajs/types": "^1.11.3", - "@medusajs/utils": "^1.10.3", + "@medusajs/modules-sdk": "^1.12.1", + "@medusajs/types": "^1.11.4", + "@medusajs/utils": "^1.10.4", "@mikro-orm/core": "5.7.12", "@mikro-orm/postgresql": "5.7.12", "awilix": "^8.0.0" diff --git a/packages/medusa-file-local/package.json b/packages/medusa-file-local/package.json index 595589ec32..daa1a3df60 100644 --- a/packages/medusa-file-local/package.json +++ b/packages/medusa-file-local/package.json @@ -14,7 +14,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/medusa": "^1.17.1", + "@medusajs/medusa": "^1.17.2", "@medusajs/types": "workspace:^", "cross-env": "^5.2.1", "jest": "^25.5.4", diff --git a/packages/medusa-file-minio/package.json b/packages/medusa-file-minio/package.json index 9c5a45d9a7..73dcd407fd 100644 --- a/packages/medusa-file-minio/package.json +++ b/packages/medusa-file-minio/package.json @@ -14,7 +14,7 @@ "author": "Edin Skeja", "license": "MIT", "devDependencies": { - "@medusajs/medusa": "^1.17.1", + "@medusajs/medusa": "^1.17.2", "@medusajs/types": "workspace:^", "cross-env": "^5.2.1", "jest": "^25.5.4", diff --git a/packages/medusa-file-s3/CHANGELOG.md b/packages/medusa-file-s3/CHANGELOG.md index 6eac045ed2..3ad18088f9 100644 --- a/packages/medusa-file-s3/CHANGELOG.md +++ b/packages/medusa-file-s3/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.4.0 + +### Minor Changes + +- [#5291](https://github.com/medusajs/medusa/pull/5291) [`bbd9dd408`](https://github.com/medusajs/medusa/commit/bbd9dd408f04dc95eb7d2d57984fb61e5c015bbc) Thanks [@pepijn-vanvlaanderen](https://github.com/pepijn-vanvlaanderen)! - Added config to set S3 prefix + ## 1.3.1 ### Patch Changes diff --git a/packages/medusa-file-s3/package.json b/packages/medusa-file-s3/package.json index 9e8420f92c..cc3a03dfba 100644 --- a/packages/medusa-file-s3/package.json +++ b/packages/medusa-file-s3/package.json @@ -1,6 +1,6 @@ { "name": "medusa-file-s3", - "version": "1.3.1", + "version": "1.4.0", "description": "AWS s3 file connector for Medusa", "main": "dist/index.js", "files": [ @@ -14,7 +14,7 @@ "author": "Sebastian Mateos Nicolajsen", "license": "MIT", "devDependencies": { - "@medusajs/medusa": "^1.17.1", + "@medusajs/medusa": "^1.17.2", "@medusajs/types": "workspace:^", "cross-env": "^5.2.1", "jest": "^25.5.4", diff --git a/packages/medusa-js/CHANGELOG.md b/packages/medusa-js/CHANGELOG.md index bf1e3c49c9..1b12c91527 100644 --- a/packages/medusa-js/CHANGELOG.md +++ b/packages/medusa-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 6.1.2 + +### Patch Changes + +- [#5400](https://github.com/medusajs/medusa/pull/5400) [`5a5c96e21`](https://github.com/medusajs/medusa/commit/5a5c96e2118e50a558d9d6dc340e505454d4c593) Thanks [@dwene](https://github.com/dwene)! - add types to exports to help projects using moduleResolution bundler + +- [#5406](https://github.com/medusajs/medusa/pull/5406) [`98e275551`](https://github.com/medusajs/medusa/commit/98e275551415583602763cf457c3f95400209d0a) Thanks [@dPreininger](https://github.com/dPreininger)! - Fix(medusa-js): Fix JwtTokenManager.register for store domain + ## 6.1.1 ### Patch Changes diff --git a/packages/medusa-js/package.json b/packages/medusa-js/package.json index 36290f23ac..cbd443dca2 100644 --- a/packages/medusa-js/package.json +++ b/packages/medusa-js/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-js", - "version": "6.1.1", + "version": "6.1.2", "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.1", + "@medusajs/medusa": "^1.17.2", "@types/uuid": "^9.0.0", "jest": "^27.4.7", "ts-jest": "^27.1.5", diff --git a/packages/medusa-plugin-brightpearl/CHANGELOG.md b/packages/medusa-plugin-brightpearl/CHANGELOG.md index 2eea92c8c2..01054f7a08 100644 --- a/packages/medusa-plugin-brightpearl/CHANGELOG.md +++ b/packages/medusa-plugin-brightpearl/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.3.12 + +### Patch Changes + +- [#5390](https://github.com/medusajs/medusa/pull/5390) [`04e9dd6a6`](https://github.com/medusajs/medusa/commit/04e9dd6a6a00bb67a1ce55bf575e7c13fb9db223) Thanks [@josipmatichr](https://github.com/josipmatichr)! - fix(medusa-plugin-brightpearl): Missing discounts rule relation + ## 1.3.11 ### Patch Changes diff --git a/packages/medusa-plugin-brightpearl/package.json b/packages/medusa-plugin-brightpearl/package.json index f501195151..1ef61fff6e 100644 --- a/packages/medusa-plugin-brightpearl/package.json +++ b/packages/medusa-plugin-brightpearl/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-brightpearl", - "version": "1.3.11", + "version": "1.3.12", "description": "Brightpearl plugin for Medusa Commerce", "main": "index.js", "repository": { @@ -21,7 +21,7 @@ "@babel/preset-env": "^7.7.5", "@babel/register": "^7.7.4", "@babel/runtime": "^7.9.6", - "@medusajs/medusa": "^1.12.3", + "@medusajs/medusa": "^1.17.2", "axios-mock-adapter": "^1.18.2", "axios-mock-server": "^0.19.1", "client-sessions": "^0.8.0", diff --git a/packages/medusa-react/CHANGELOG.md b/packages/medusa-react/CHANGELOG.md index f55bbd7ddb..018c643695 100644 --- a/packages/medusa-react/CHANGELOG.md +++ b/packages/medusa-react/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 9.0.8 + +### Patch Changes + +- [#5400](https://github.com/medusajs/medusa/pull/5400) [`5a5c96e21`](https://github.com/medusajs/medusa/commit/5a5c96e2118e50a558d9d6dc340e505454d4c593) Thanks [@dwene](https://github.com/dwene)! - add types to exports to help projects using moduleResolution bundler + +- Updated dependencies [[`5a5c96e21`](https://github.com/medusajs/medusa/commit/5a5c96e2118e50a558d9d6dc340e505454d4c593), [`98e275551`](https://github.com/medusajs/medusa/commit/98e275551415583602763cf457c3f95400209d0a)]: + - @medusajs/medusa-js@6.1.2 + ## 9.0.7 ### Patch Changes diff --git a/packages/medusa-react/package.json b/packages/medusa-react/package.json index db979018a9..4751d5e476 100644 --- a/packages/medusa-react/package.json +++ b/packages/medusa-react/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.7", + "version": "9.0.8", "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.17.1", + "@medusajs/medusa": "^1.17.2", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-links": "^6.3.12", "@storybook/addons": "^6.3.12", diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 430142eb3d..5c2de5a98f 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## 1.17.2 + +### Patch Changes + +- [#5408](https://github.com/medusajs/medusa/pull/5408) [`c1cabac72`](https://github.com/medusajs/medusa/commit/c1cabac721d80f631875e00b26247b32e3f6e4da) Thanks [@FlorentQuienne42](https://github.com/FlorentQuienne42)! - Dont 'set' in cache if ignore_cache option is true + +- [#5281](https://github.com/medusajs/medusa/pull/5281) [`69cf7215f`](https://github.com/medusajs/medusa/commit/69cf7215f1f730ffb332129e65211470be1f88f1) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, types): Mark properties as nullable to reflect their correct types + +- [#5385](https://github.com/medusajs/medusa/pull/5385) [`0d7c5543d`](https://github.com/medusajs/medusa/commit/0d7c5543dd200a3545fac6b8601c0542ddd20c82) Thanks [@pepijn-vanvlaanderen](https://github.com/pepijn-vanvlaanderen)! - Expose item tax total and shipping tax total + +- [#5247](https://github.com/medusajs/medusa/pull/5247) [`ec27d02d9`](https://github.com/medusajs/medusa/commit/ec27d02d9951558f024fc154a03e9d4db56f0354) Thanks [@DidierGuyon](https://github.com/DidierGuyon)! - Fixed filter statement in partitionItems\_ method of Fulfillment Service + +- [#5365](https://github.com/medusajs/medusa/pull/5365) [`ddff91965`](https://github.com/medusajs/medusa/commit/ddff9196557c662cbdfb463dc5c76bf7bee6c087) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(medusa): Introduces a new file based routing system as an alternative to the current approach. File based routing is optional, and the previous approach can still be used. The two approaches can also be used together allowing for incremental adoption. + +- [#5301](https://github.com/medusajs/medusa/pull/5301) [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9) Thanks [@srindom](https://github.com/srindom)! - fix: move create inventory workflow to @medusajs/workflows + +- [#5394](https://github.com/medusajs/medusa/pull/5394) [`a0963f0ed`](https://github.com/medusajs/medusa/commit/a0963f0edf909f6cfea17bd7a0c7899707808057) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Remove t() on product.status update + +- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]: + - @medusajs/utils@1.10.4 + - @medusajs/link-modules@0.2.1 + - @medusajs/modules-sdk@1.12.1 + - @medusajs/orchestration@0.4.2 + - @medusajs/workflows@0.2.4 + ## 1.17.1 ### Patch Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index efabf3360c..6bbe1ede2b 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.17.1", + "version": "1.17.2", "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.3", + "@medusajs/types": "^1.11.4", "@types/express": "^4.17.17", "@types/ioredis": "^4.28.10", "@types/jsonwebtoken": "^8.5.9", @@ -47,12 +47,12 @@ "typeorm": "^0.3.16" }, "dependencies": { - "@medusajs/link-modules": "^0.2.0", + "@medusajs/link-modules": "^0.2.1", "@medusajs/medusa-cli": "^1.3.21", - "@medusajs/modules-sdk": "^1.12.0", - "@medusajs/orchestration": "^0.4.1", - "@medusajs/utils": "^1.10.3", - "@medusajs/workflows": "^0.2.3", + "@medusajs/modules-sdk": "^1.12.1", + "@medusajs/orchestration": "^0.4.2", + "@medusajs/utils": "^1.10.4", + "@medusajs/workflows": "^0.2.4", "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 a0256f3002..90c28eb63c 100644 --- a/packages/modules-sdk/CHANGELOG.md +++ b/packages/modules-sdk/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/modules-sdk +## 1.12.1 + +### Patch Changes + +- [#5317](https://github.com/medusajs/medusa/pull/5317) [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf) Thanks [@riqwan](https://github.com/riqwan)! - feat(link-modules,modules-sdk,pricing): Medusa App Migrations + Core compatible migrations + +- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`69cf7215f`](https://github.com/medusajs/medusa/commit/69cf7215f1f730ffb332129e65211470be1f88f1), [`453297f52`](https://github.com/medusajs/medusa/commit/453297f525bd9f3aaa95bf0b28ff6cd31e6696b4), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]: + - @medusajs/utils@1.10.4 + - @medusajs/types@1.11.4 + - @medusajs/orchestration@0.4.2 + ## 1.12.0 ### Minor Changes diff --git a/packages/modules-sdk/package.json b/packages/modules-sdk/package.json index d2bb8ded86..c6e59e1933 100644 --- a/packages/modules-sdk/package.json +++ b/packages/modules-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/modules-sdk", - "version": "1.12.0", + "version": "1.12.1", "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.1", - "@medusajs/types": "^1.11.3", - "@medusajs/utils": "^1.10.3", + "@medusajs/orchestration": "^0.4.2", + "@medusajs/types": "^1.11.4", + "@medusajs/utils": "^1.10.4", "awilix": "^8.0.0", "knex": "2.4.2", "pg": "^8.11.2", diff --git a/packages/oas/medusa-oas-cli/CHANGELOG.md b/packages/oas/medusa-oas-cli/CHANGELOG.md index 740c71a910..51acc5bab6 100644 --- a/packages/oas/medusa-oas-cli/CHANGELOG.md +++ b/packages/oas/medusa-oas-cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/oas-cli +## 0.2.22 + +### Patch Changes + +- Updated dependencies [[`c1cabac72`](https://github.com/medusajs/medusa/commit/c1cabac721d80f631875e00b26247b32e3f6e4da), [`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`69cf7215f`](https://github.com/medusajs/medusa/commit/69cf7215f1f730ffb332129e65211470be1f88f1), [`0d7c5543d`](https://github.com/medusajs/medusa/commit/0d7c5543dd200a3545fac6b8601c0542ddd20c82), [`ec27d02d9`](https://github.com/medusajs/medusa/commit/ec27d02d9951558f024fc154a03e9d4db56f0354), [`453297f52`](https://github.com/medusajs/medusa/commit/453297f525bd9f3aaa95bf0b28ff6cd31e6696b4), [`ddff91965`](https://github.com/medusajs/medusa/commit/ddff9196557c662cbdfb463dc5c76bf7bee6c087), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9), [`a0963f0ed`](https://github.com/medusajs/medusa/commit/a0963f0edf909f6cfea17bd7a0c7899707808057)]: + - @medusajs/medusa@1.17.2 + - @medusajs/utils@1.10.4 + - @medusajs/types@1.11.4 + ## 0.2.21 ### Patch Changes diff --git a/packages/oas/medusa-oas-cli/package.json b/packages/oas/medusa-oas-cli/package.json index aedd1d4fd6..3d9994a4ce 100644 --- a/packages/oas/medusa-oas-cli/package.json +++ b/packages/oas/medusa-oas-cli/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-oas-cli", - "version": "0.2.21", + "version": "0.2.22", "description": "OAS CLI", "main": "dist/index.js", "bin": { @@ -34,7 +34,7 @@ "medusa-oas": "ts-node src/index.ts" }, "dependencies": { - "@medusajs/medusa": "^1.17.1", + "@medusajs/medusa": "^1.17.2", "@medusajs/openapi-typescript-codegen": "^0.2.1", "@medusajs/types": "workspace:^", "@medusajs/utils": "workspace:^", diff --git a/packages/oas/oas-github-ci/CHANGELOG.md b/packages/oas/oas-github-ci/CHANGELOG.md index 0f6e5f645e..de74b0d0ac 100644 --- a/packages/oas/oas-github-ci/CHANGELOG.md +++ b/packages/oas/oas-github-ci/CHANGELOG.md @@ -1,5 +1,12 @@ # @medusajs/oas-github-ci +## 1.0.22 + +### Patch Changes + +- Updated dependencies []: + - @medusajs/medusa-oas-cli@0.2.22 + ## 1.0.21 ### Patch Changes diff --git a/packages/oas/oas-github-ci/package.json b/packages/oas/oas-github-ci/package.json index 19e09d6e55..8ea0e9a033 100644 --- a/packages/oas/oas-github-ci/package.json +++ b/packages/oas/oas-github-ci/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/oas-github-ci", - "version": "1.0.21", + "version": "1.0.22", "description": "OAS Github CI", "main": "scripts/build-openapi.js", "files": [ @@ -21,7 +21,7 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/medusa-oas-cli": "0.2.21", + "@medusajs/medusa-oas-cli": "0.2.22", "execa": "^5.1.1" } } diff --git a/packages/orchestration/CHANGELOG.md b/packages/orchestration/CHANGELOG.md index 5895b24efc..2721582616 100644 --- a/packages/orchestration/CHANGELOG.md +++ b/packages/orchestration/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/orchestration +## 0.4.2 + +### Patch Changes + +- [#5337](https://github.com/medusajs/medusa/pull/5337) [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(orchestration): prevent throwing on already defined workflow + +- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`69cf7215f`](https://github.com/medusajs/medusa/commit/69cf7215f1f730ffb332129e65211470be1f88f1), [`453297f52`](https://github.com/medusajs/medusa/commit/453297f525bd9f3aaa95bf0b28ff6cd31e6696b4), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]: + - @medusajs/utils@1.10.4 + - @medusajs/types@1.11.4 + ## 0.4.1 ### Patch Changes diff --git a/packages/orchestration/package.json b/packages/orchestration/package.json index 79ae079149..a8597a5932 100644 --- a/packages/orchestration/package.json +++ b/packages/orchestration/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/orchestration", - "version": "0.4.1", + "version": "0.4.2", "description": "Medusa utilities to orchestrate modules", "main": "dist/index.js", "repository": { @@ -24,8 +24,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/types": "^1.11.2", - "@medusajs/utils": "^1.10.2", + "@medusajs/types": "^1.11.4", + "@medusajs/utils": "^1.10.4", "awilix": "^8.0.0", "graphql": "^16.6.0" }, diff --git a/packages/pricing/CHANGELOG.md b/packages/pricing/CHANGELOG.md index 3f7cd28b9b..c4162ee8f8 100644 --- a/packages/pricing/CHANGELOG.md +++ b/packages/pricing/CHANGELOG.md @@ -1,5 +1,18 @@ # @medusajs/pricing +## 0.1.1 + +### Patch Changes + +- [#5294](https://github.com/medusajs/medusa/pull/5294) [`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types,utils): Move calculate pricing query to a repository + rule type validation + +- [#5317](https://github.com/medusajs/medusa/pull/5317) [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf) Thanks [@riqwan](https://github.com/riqwan)! - feat(link-modules,modules-sdk,pricing): Medusa App Migrations + Core compatible migrations + +- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`69cf7215f`](https://github.com/medusajs/medusa/commit/69cf7215f1f730ffb332129e65211470be1f88f1), [`453297f52`](https://github.com/medusajs/medusa/commit/453297f525bd9f3aaa95bf0b28ff6cd31e6696b4), [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]: + - @medusajs/utils@1.10.4 + - @medusajs/types@1.11.4 + - @medusajs/modules-sdk@1.12.1 + ## 0.1.0 ### Minor Changes diff --git a/packages/pricing/package.json b/packages/pricing/package.json index 5d2ea14d6c..0a59f41737 100644 --- a/packages/pricing/package.json +++ b/packages/pricing/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/pricing", - "version": "0.1.0", + "version": "0.1.1", "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.0", - "@medusajs/types": "^1.11.3", - "@medusajs/utils": "^1.10.3", + "@medusajs/modules-sdk": "^1.12.1", + "@medusajs/types": "^1.11.4", + "@medusajs/utils": "^1.10.4", "@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 c597a9c127..5542c1fafc 100644 --- a/packages/product/CHANGELOG.md +++ b/packages/product/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/product +## 0.3.1 + +### Patch Changes + +- [#5387](https://github.com/medusajs/medusa/pull/5387) [`453297f52`](https://github.com/medusajs/medusa/commit/453297f525bd9f3aaa95bf0b28ff6cd31e6696b4) Thanks [@riqwan](https://github.com/riqwan)! - chore(product,types): fix interfaces for product module + +- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`69cf7215f`](https://github.com/medusajs/medusa/commit/69cf7215f1f730ffb332129e65211470be1f88f1), [`453297f52`](https://github.com/medusajs/medusa/commit/453297f525bd9f3aaa95bf0b28ff6cd31e6696b4), [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]: + - @medusajs/utils@1.10.4 + - @medusajs/types@1.11.4 + - @medusajs/modules-sdk@1.12.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/product/package.json b/packages/product/package.json index 35f3df89f2..394d2bd9eb 100644 --- a/packages/product/package.json +++ b/packages/product/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/product", - "version": "0.3.0", + "version": "0.3.1", "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.0", - "@medusajs/types": "^1.11.3", - "@medusajs/utils": "^1.10.3", + "@medusajs/modules-sdk": "^1.12.1", + "@medusajs/types": "^1.11.4", + "@medusajs/utils": "^1.10.4", "@mikro-orm/core": "5.7.12", "@mikro-orm/migrations": "5.7.12", "@mikro-orm/postgresql": "5.7.12", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7207137e05..044454eb2c 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/types +## 1.11.4 + +### Patch Changes + +- [#5294](https://github.com/medusajs/medusa/pull/5294) [`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types,utils): Move calculate pricing query to a repository + rule type validation + +- [#5281](https://github.com/medusajs/medusa/pull/5281) [`69cf7215f`](https://github.com/medusajs/medusa/commit/69cf7215f1f730ffb332129e65211470be1f88f1) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa, types): Mark properties as nullable to reflect their correct types + +- [#5387](https://github.com/medusajs/medusa/pull/5387) [`453297f52`](https://github.com/medusajs/medusa/commit/453297f525bd9f3aaa95bf0b28ff6cd31e6696b4) Thanks [@riqwan](https://github.com/riqwan)! - chore(product,types): fix interfaces for product module + +- [#5301](https://github.com/medusajs/medusa/pull/5301) [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9) Thanks [@srindom](https://github.com/srindom)! - fix: move create inventory workflow to @medusajs/workflows + ## 1.11.3 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index e69a1817f5..bf9b5fb987 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/types", - "version": "1.11.3", + "version": "1.11.4", "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 2ffbc8c997..44fd7a2400 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,18 @@ # @medusajs/utils +## 1.10.4 + +### Patch Changes + +- [#5294](https://github.com/medusajs/medusa/pull/5294) [`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types,utils): Move calculate pricing query to a repository + rule type validation + +- [#5337](https://github.com/medusajs/medusa/pull/5337) [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(orchestration): prevent throwing on already defined workflow + +- [#5301](https://github.com/medusajs/medusa/pull/5301) [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9) Thanks [@srindom](https://github.com/srindom)! - fix: move create inventory workflow to @medusajs/workflows + +- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`69cf7215f`](https://github.com/medusajs/medusa/commit/69cf7215f1f730ffb332129e65211470be1f88f1), [`453297f52`](https://github.com/medusajs/medusa/commit/453297f525bd9f3aaa95bf0b28ff6cd31e6696b4), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]: + - @medusajs/types@1.11.4 + ## 1.10.3 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index addd9c358d..1d4f3ab055 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/utils", - "version": "1.10.3", + "version": "1.10.4", "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.3", + "@medusajs/types": "^1.11.4", "@mikro-orm/core": "5.7.12", "@mikro-orm/migrations": "5.7.12", "@mikro-orm/postgresql": "5.7.12", diff --git a/packages/workflows/CHANGELOG.md b/packages/workflows/CHANGELOG.md index 3770b959d8..f80d9d65b9 100644 --- a/packages/workflows/CHANGELOG.md +++ b/packages/workflows/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/workflows +## 0.2.4 + +### Patch Changes + +- [#5301](https://github.com/medusajs/medusa/pull/5301) [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9) Thanks [@srindom](https://github.com/srindom)! - fix: move create inventory workflow to @medusajs/workflows + +- Updated dependencies [[`378ca1b36`](https://github.com/medusajs/medusa/commit/378ca1b36e909a67e39c69ea5ca94ec58a345878), [`b62af612c`](https://github.com/medusajs/medusa/commit/b62af612c7baa244075e546c949b89c4589bd2cf), [`e47461d95`](https://github.com/medusajs/medusa/commit/e47461d95caecf3a447ee9fa0b0950340b93f282), [`66413d094`](https://github.com/medusajs/medusa/commit/66413d094e916debbdb74b68800c96ca2c9302c9)]: + - @medusajs/utils@1.10.4 + - @medusajs/modules-sdk@1.12.1 + - @medusajs/orchestration@0.4.2 + ## 0.2.3 ### Patch Changes diff --git a/packages/workflows/package.json b/packages/workflows/package.json index d081141bb1..4b75455481 100644 --- a/packages/workflows/package.json +++ b/packages/workflows/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflows", - "version": "0.2.3", + "version": "0.2.4", "description": "Set of workflows for Medusa", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.2", + "@medusajs/types": "^1.11.4", "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.11.3", - "@medusajs/orchestration": "^0.4.1", - "@medusajs/utils": "^1.10.2", + "@medusajs/modules-sdk": "^1.12.1", + "@medusajs/orchestration": "^0.4.2", + "@medusajs/utils": "^1.10.4", "awilix": "^8.0.1", "ulid": "^2.3.0" },