diff --git a/.changeset/flat-bees-laugh.md b/.changeset/flat-bees-laugh.md deleted file mode 100644 index d56929a425be7..0000000000000 --- a/.changeset/flat-bees-laugh.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@medusajs/core-flows": patch -"@medusajs/link-modules": patch -"@medusajs/medusa": patch -"@medusajs/modules-sdk": patch -"@medusajs/types": patch ---- - -feat: Sales Channel module diff --git a/.changeset/gorgeous-pianos-refuse.md b/.changeset/gorgeous-pianos-refuse.md deleted file mode 100644 index 6987a78dc6516..0000000000000 --- a/.changeset/gorgeous-pianos-refuse.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/modules-sdk": patch -"@medusajs/types": patch ---- - -Load custom modules by path diff --git a/.changeset/healthy-ligers-learn.md b/.changeset/healthy-ligers-learn.md deleted file mode 100644 index 6f0a2a908194b..0000000000000 --- a/.changeset/healthy-ligers-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/ui-preset": patch -"@medusajs/ui": patch ---- - -feat(ui,ui-preset): Update to latest version of TailwindCSS. Increase spacing between columns in component. diff --git a/.changeset/itchy-goats-juggle.md b/.changeset/itchy-goats-juggle.md deleted file mode 100644 index 07e96e930c7b7..0000000000000 --- a/.changeset/itchy-goats-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/ui": minor ---- - -feat(ui): Add Alert component. diff --git a/.changeset/little-carrots-serve.md b/.changeset/little-carrots-serve.md deleted file mode 100644 index d3dfa094f025d..0000000000000 --- a/.changeset/little-carrots-serve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/client-types": patch -"@medusajs/medusa": patch ---- - -fix(medusa): Adds support for ordering GET /admin/orders diff --git a/.changeset/loud-kiwis-promise.md b/.changeset/loud-kiwis-promise.md deleted file mode 100644 index 063ae242b59c2..0000000000000 --- a/.changeset/loud-kiwis-promise.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@medusajs/stock-location": patch -"@medusajs/orchestration": patch -"@medusajs/workflows-sdk": patch -"@medusajs/link-modules": patch -"@medusajs/modules-sdk": patch -"@medusajs/inventory": patch -"@medusajs/pricing": patch -"@medusajs/product": patch -"@medusajs/medusa": patch -"@medusajs/types": patch -"@medusajs/utils": patch ---- - -Workflows passing MedusaContext as argument diff --git a/.changeset/perfect-spies-hug.md b/.changeset/perfect-spies-hug.md deleted file mode 100644 index 16f08ba6fd290..0000000000000 --- a/.changeset/perfect-spies-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/types": patch ---- - -feat(types): added computed actions for automatic promotions diff --git a/.changeset/sharp-rocks-retire.md b/.changeset/sharp-rocks-retire.md deleted file mode 100644 index 2f985a92138f9..0000000000000 --- a/.changeset/sharp-rocks-retire.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@medusajs/event-bus-local": patch -"@medusajs/event-bus-redis": patch -"@medusajs/link-modules": patch -"@medusajs/modules-sdk": patch -"@medusajs/inventory": patch -"@medusajs/product": patch -"@medusajs/medusa": patch -"@medusajs/types": patch -"@medusajs/utils": patch ---- - -Feat: Event Aggregator diff --git a/.changeset/shy-cars-turn.md b/.changeset/shy-cars-turn.md deleted file mode 100644 index b807ae86d3cc9..0000000000000 --- a/.changeset/shy-cars-turn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/stock-location": patch -"@medusajs/medusa": patch -"@medusajs/types": patch ---- - -feat(stock-location, medusa, types): add `q` and `order` query parameters to stock locations list endpoint diff --git a/.changeset/smart-ants-compete.md b/.changeset/smart-ants-compete.md deleted file mode 100644 index 63a1d5ddb594c..0000000000000 --- a/.changeset/smart-ants-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): improve error message on incorrect service export diff --git a/.changeset/smooth-penguins-vanish.md b/.changeset/smooth-penguins-vanish.md deleted file mode 100644 index 0ab9af34605e4..0000000000000 --- a/.changeset/smooth-penguins-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/utils": patch ---- - -feat(utils): return array or single entity based on input for modules created by internal module service factory diff --git a/.changeset/tall-paws-accept.md b/.changeset/tall-paws-accept.md deleted file mode 100644 index 61b6ce92daeb4..0000000000000 --- a/.changeset/tall-paws-accept.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -fix(admin-ui) Refactor `use-copy-promotion` to map product IDs diff --git a/packages/admin-next/admin-bundler/package.json b/packages/admin-next/admin-bundler/package.json index aaf3a11e4b57d..e6664c244ac4f 100644 --- a/packages/admin-next/admin-bundler/package.json +++ b/packages/admin-next/admin-bundler/package.json @@ -19,7 +19,7 @@ "typescript": "^5.3.3" }, "dependencies": { - "@medusajs/ui-preset": "^1.1.0", + "@medusajs/ui-preset": "^1.1.1", "@medusajs/vite-plugin-extension": "*", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", diff --git a/packages/admin-ui/CHANGELOG.md b/packages/admin-ui/CHANGELOG.md index 3f67540a779d0..a78fd64b0f54e 100644 --- a/packages/admin-ui/CHANGELOG.md +++ b/packages/admin-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/admin-ui +## 2.1.12 + +### Patch Changes + +- [#6306](https://github.com/medusajs/medusa/pull/6306) [`58baead34`](https://github.com/medusajs/medusa/commit/58baead34e32abff3c587dbc1c6b11b527be8381) Thanks [@erikengervall](https://github.com/erikengervall)! - fix(admin-ui) Refactor `use-copy-promotion` to map product IDs + +- Updated dependencies [[`8cbf6c60f`](https://github.com/medusajs/medusa/commit/8cbf6c60fec7fe8ddf59dcf420b9339f84b8636c), [`73fd92a1a`](https://github.com/medusajs/medusa/commit/73fd92a1afdec88c0d5f4aeed16349f2bd62cfa2)]: + - @medusajs/ui-preset@1.1.1 + - @medusajs/ui@2.4.0 + ## 2.1.11 ### Patch Changes diff --git a/packages/admin-ui/package.json b/packages/admin-ui/package.json index 69fa33f7bc729..ea8667eec67e7 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.11", + "version": "2.1.12", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa.git", @@ -37,8 +37,8 @@ "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "^3.3.1", "@medusajs/icons": "^1.1.0", - "@medusajs/ui": "^2.2.4", - "@medusajs/ui-preset": "^1.0.2", + "@medusajs/ui": "^2.4.0", + "@medusajs/ui-preset": "^1.1.1", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@radix-ui/react-accordion": "^1.0.1", "@radix-ui/react-avatar": "^1.0.1", @@ -117,8 +117,8 @@ }, "devDependencies": { "@babel/types": "7.22.5", - "@medusajs/medusa": "^1.19.1", - "@medusajs/types": "^1.11.10", + "@medusajs/medusa": "^1.20.2", + "@medusajs/types": "^1.11.12", "@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 3ed5804afb7df..d4e768606eb71 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,14 @@ # @medusajs/admin +## 7.1.11 + +### Patch Changes + +- [#6306](https://github.com/medusajs/medusa/pull/6306) [`58baead34`](https://github.com/medusajs/medusa/commit/58baead34e32abff3c587dbc1c6b11b527be8381) Thanks [@erikengervall](https://github.com/erikengervall)! - fix(admin-ui) Refactor `use-copy-promotion` to map product IDs + +- Updated dependencies [[`58baead34`](https://github.com/medusajs/medusa/commit/58baead34e32abff3c587dbc1c6b11b527be8381)]: + - @medusajs/admin-ui@2.1.12 + ## 7.1.10 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index ea564f33d3c85..9faf03af407a4 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin", - "version": "7.1.10", + "version": "7.1.11", "bin": { "medusa-admin": "./bin/medusa-admin.js" }, @@ -27,7 +27,7 @@ "directory": "packages/admin" }, "dependencies": { - "@medusajs/admin-ui": "^2.1.11", + "@medusajs/admin-ui": "^2.1.12", "@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.19.1", + "@medusajs/medusa": "^1.20.2", "@types/express": "^4.17.13", "typescript": "^4.9.3" }, diff --git a/packages/cart/package.json b/packages/cart/package.json index 38df4bb53a3a9..cee48952dc3b2 100644 --- a/packages/cart/package.json +++ b/packages/cart/package.json @@ -49,8 +49,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.7", - "@medusajs/utils": "^1.11.4", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/utils": "^1.11.5", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/core-flows/CHANGELOG.md b/packages/core-flows/CHANGELOG.md index 869dc0bebaaed..51415835e6242 100644 --- a/packages/core-flows/CHANGELOG.md +++ b/packages/core-flows/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/core-flows +## 0.0.6 + +### Patch Changes + +- [#5923](https://github.com/medusajs/medusa/pull/5923) [`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83) Thanks [@fPolic](https://github.com/fPolic)! - feat: Sales Channel module + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/modules-sdk@1.12.8 + - @medusajs/orchestration@0.5.4 + - @medusajs/workflows-sdk@0.1.3 + - @medusajs/utils@1.11.5 + ## 0.0.5 ### Patch Changes diff --git a/packages/core-flows/package.json b/packages/core-flows/package.json index 04ee988021e69..40c85624aee2f 100644 --- a/packages/core-flows/package.json +++ b/packages/core-flows/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/core-flows", - "version": "0.0.5", + "version": "0.0.6", "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.11", + "@medusajs/types": "^1.11.12", "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.7", - "@medusajs/orchestration": "^0.5.3", - "@medusajs/utils": "^1.11.4", - "@medusajs/workflows-sdk": "^0.1.2", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/orchestration": "^0.5.4", + "@medusajs/utils": "^1.11.5", + "@medusajs/workflows-sdk": "^0.1.3", "awilix": "^8.0.1", "ulid": "^2.3.0" }, diff --git a/packages/customer/package.json b/packages/customer/package.json index 637c791163066..fbf28c06783e2 100644 --- a/packages/customer/package.json +++ b/packages/customer/package.json @@ -49,8 +49,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.7", - "@medusajs/utils": "^1.11.4", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/utils": "^1.11.5", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/design-system/ui-preset/CHANGELOG.md b/packages/design-system/ui-preset/CHANGELOG.md index 13dbc111f67e0..9930fe8143532 100644 --- a/packages/design-system/ui-preset/CHANGELOG.md +++ b/packages/design-system/ui-preset/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/ui-preset +## 1.1.1 + +### Patch Changes + +- [#6297](https://github.com/medusajs/medusa/pull/6297) [`8cbf6c60f`](https://github.com/medusajs/medusa/commit/8cbf6c60fec7fe8ddf59dcf420b9339f84b8636c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui,ui-preset): Update to latest version of TailwindCSS. Increase spacing between columns in
component. + ## 1.1.0 ### Minor Changes diff --git a/packages/design-system/ui-preset/package.json b/packages/design-system/ui-preset/package.json index 22776839f6483..d45fd8a6f6878 100644 --- a/packages/design-system/ui-preset/package.json +++ b/packages/design-system/ui-preset/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/ui-preset", - "version": "1.1.0", + "version": "1.1.1", "description": "Medusa UI preset", "license": "MIT", "repository": { diff --git a/packages/design-system/ui/CHANGELOG.md b/packages/design-system/ui/CHANGELOG.md index 783e311fc9e17..0eef060dc7e46 100644 --- a/packages/design-system/ui/CHANGELOG.md +++ b/packages/design-system/ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/ui +## 2.4.0 + +### Minor Changes + +- [#6310](https://github.com/medusajs/medusa/pull/6310) [`73fd92a1a`](https://github.com/medusajs/medusa/commit/73fd92a1afdec88c0d5f4aeed16349f2bd62cfa2) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui): Add Alert component. + +### Patch Changes + +- [#6297](https://github.com/medusajs/medusa/pull/6297) [`8cbf6c60f`](https://github.com/medusajs/medusa/commit/8cbf6c60fec7fe8ddf59dcf420b9339f84b8636c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui,ui-preset): Update to latest version of TailwindCSS. Increase spacing between columns in
component. + ## 2.3.0 ### Minor Changes diff --git a/packages/design-system/ui/package.json b/packages/design-system/ui/package.json index 80df7a3763841..fdd41f0833075 100644 --- a/packages/design-system/ui/package.json +++ b/packages/design-system/ui/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/ui", - "version": "2.3.0", + "version": "2.4.0", "author": "Kasper Kristensen ", "license": "MIT", "repository": { @@ -42,7 +42,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@medusajs/ui-preset": "^1.1.0", + "@medusajs/ui-preset": "^1.1.1", "@storybook/addon-essentials": "^7.0.23", "@storybook/addon-interactions": "^7.0.23", "@storybook/addon-links": "^7.0.23", diff --git a/packages/event-bus-local/CHANGELOG.md b/packages/event-bus-local/CHANGELOG.md index 131aa835419c5..f5f5c9e7ed9bd 100644 --- a/packages/event-bus-local/CHANGELOG.md +++ b/packages/event-bus-local/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/event-bus-local +## 1.9.8 + +### Patch Changes + +- [#6218](https://github.com/medusajs/medusa/pull/6218) [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Feat: Event Aggregator + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/modules-sdk@1.12.8 + - @medusajs/utils@1.11.5 + ## 1.9.7 ### Patch Changes diff --git a/packages/event-bus-local/package.json b/packages/event-bus-local/package.json index 5939d13887562..2f38131e76fa6 100644 --- a/packages/event-bus-local/package.json +++ b/packages/event-bus-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/event-bus-local", - "version": "1.9.7", + "version": "1.9.8", "description": "Local Event Bus Module for Medusa", "main": "dist/index.js", "files": [ @@ -20,7 +20,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.5", + "@medusajs/types": "^1.11.12", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -34,8 +34,8 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.2", - "@medusajs/utils": "^1.9.2", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/utils": "^1.11.5", "ulid": "^2.3.0" } } diff --git a/packages/event-bus-redis/CHANGELOG.md b/packages/event-bus-redis/CHANGELOG.md index c82178ce792f1..8f9d4099566b2 100644 --- a/packages/event-bus-redis/CHANGELOG.md +++ b/packages/event-bus-redis/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/event-bus-redis +## 1.8.11 + +### Patch Changes + +- [#6218](https://github.com/medusajs/medusa/pull/6218) [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Feat: Event Aggregator + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/modules-sdk@1.12.8 + - @medusajs/utils@1.11.5 + ## 1.8.10 ### Patch Changes diff --git a/packages/event-bus-redis/package.json b/packages/event-bus-redis/package.json index 605e97a62e406..72a1e060ebbee 100644 --- a/packages/event-bus-redis/package.json +++ b/packages/event-bus-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/event-bus-redis", - "version": "1.8.10", + "version": "1.8.11", "description": "Redis Event Bus Module for Medusa", "main": "dist/index.js", "files": [ @@ -20,7 +20,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.5", + "@medusajs/types": "^1.11.12", "cross-env": "^5.2.1", "jest": "^29.6.3", "medusa-test-utils": "^1.1.40", @@ -35,8 +35,8 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.2", - "@medusajs/utils": "^1.9.2", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/utils": "^1.11.5", "awilix": "^8.0.0", "bullmq": "^3.5.6", "ioredis": "^5.2.5" diff --git a/packages/generated/client-types/CHANGELOG.md b/packages/generated/client-types/CHANGELOG.md index 9aaa83587d2d6..b998074cf68c7 100644 --- a/packages/generated/client-types/CHANGELOG.md +++ b/packages/generated/client-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/client-types +## 0.2.9 + +### Patch Changes + +- [#6258](https://github.com/medusajs/medusa/pull/6258) [`90cff0777`](https://github.com/medusajs/medusa/commit/90cff0777fd351771f3713bf84f4c327c64d276c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa): Adds support for ordering GET /admin/orders + ## 0.2.8 ### Patch Changes diff --git a/packages/generated/client-types/package.json b/packages/generated/client-types/package.json index 514b27419a354..2fa29c884a379 100644 --- a/packages/generated/client-types/package.json +++ b/packages/generated/client-types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/client-types", - "version": "0.2.8", + "version": "0.2.9", "description": "Client types for Medusa Commerce Rest API", "main": "dist/index.js", "files": [ diff --git a/packages/inventory/CHANGELOG.md b/packages/inventory/CHANGELOG.md index 5b01135ed8c15..6d612f524a2f1 100644 --- a/packages/inventory/CHANGELOG.md +++ b/packages/inventory/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/inventory +## 1.11.6 + +### Patch Changes + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- [#6218](https://github.com/medusajs/medusa/pull/6218) [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Feat: Event Aggregator + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/modules-sdk@1.12.8 + - @medusajs/utils@1.11.5 + ## 1.11.5 ### Patch Changes diff --git a/packages/inventory/package.json b/packages/inventory/package.json index 0eec0f33ad954..7b9428b19e435 100644 --- a/packages/inventory/package.json +++ b/packages/inventory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/inventory", - "version": "1.11.5", + "version": "1.11.6", "description": "Inventory Module for Medusa", "main": "dist/index.js", "repository": { @@ -20,7 +20,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.11", + "@medusajs/types": "^1.11.12", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -28,8 +28,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.7", - "@medusajs/utils": "^1.11.4", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/utils": "^1.11.5", "awilix": "^8.0.0", "typeorm": "^0.3.16" }, diff --git a/packages/link-modules/CHANGELOG.md b/packages/link-modules/CHANGELOG.md index cfbab059bc02c..6d8a177bce39a 100644 --- a/packages/link-modules/CHANGELOG.md +++ b/packages/link-modules/CHANGELOG.md @@ -1,5 +1,20 @@ # @medusajs/link-modules +## 0.2.8 + +### Patch Changes + +- [#5923](https://github.com/medusajs/medusa/pull/5923) [`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83) Thanks [@fPolic](https://github.com/fPolic)! - feat: Sales Channel module + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- [#6218](https://github.com/medusajs/medusa/pull/6218) [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Feat: Event Aggregator + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`e749dd653`](https://github.com/medusajs/medusa/commit/e749dd653c755bfc3632b134d32c15ceaee0a852), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`d1c18a309`](https://github.com/medusajs/medusa/commit/d1c18a3090d71c68a98343fdbb53516f416504c5), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/modules-sdk@1.12.8 + - @medusajs/types@1.11.12 + - @medusajs/utils@1.11.5 + ## 0.2.7 ### Patch Changes diff --git a/packages/link-modules/package.json b/packages/link-modules/package.json index ac6253a1a3c10..5abbe8c8d0779 100644 --- a/packages/link-modules/package.json +++ b/packages/link-modules/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/link-modules", - "version": "0.2.7", + "version": "0.2.8", "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.7", - "@medusajs/types": "^1.11.11", - "@medusajs/utils": "^1.11.4", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/types": "^1.11.12", + "@medusajs/utils": "^1.11.5", "@mikro-orm/core": "5.9.7", "@mikro-orm/postgresql": "5.9.7", "awilix": "^8.0.0" diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 42459a2158bcb..e5aef05317470 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 1.20.2 + +### Patch Changes + +- [#5923](https://github.com/medusajs/medusa/pull/5923) [`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83) Thanks [@fPolic](https://github.com/fPolic)! - feat: Sales Channel module + +- [#6258](https://github.com/medusajs/medusa/pull/6258) [`90cff0777`](https://github.com/medusajs/medusa/commit/90cff0777fd351771f3713bf84f4c327c64d276c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa): Adds support for ordering GET /admin/orders + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- [#6218](https://github.com/medusajs/medusa/pull/6218) [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Feat: Event Aggregator + +- [#6197](https://github.com/medusajs/medusa/pull/6197) [`d1c18a309`](https://github.com/medusajs/medusa/commit/d1c18a3090d71c68a98343fdbb53516f416504c5) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(stock-location, medusa, types): add `q` and `order` query parameters to stock locations list endpoint + +- [#6240](https://github.com/medusajs/medusa/pull/6240) [`360c71e39`](https://github.com/medusajs/medusa/commit/360c71e39a31b96e82828563f46f8269b80595cc) Thanks [@srindom](https://github.com/srindom)! - fix(medusa): improve error message on incorrect service export + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/core-flows@0.0.6 + - @medusajs/link-modules@0.2.8 + - @medusajs/modules-sdk@1.12.8 + - @medusajs/orchestration@0.5.4 + - @medusajs/workflows-sdk@0.1.3 + - @medusajs/utils@1.11.5 + ## 1.20.1 ### Patch Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index be15e49b853ee..83b95d2fe2eb9 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.20.1", + "version": "1.20.2", "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.11", + "@medusajs/types": "^1.11.12", "@types/express": "^4.17.17", "@types/ioredis": "^4.28.10", "@types/jsonwebtoken": "^8.5.9", @@ -50,13 +50,13 @@ "typeorm": "^0.3.16" }, "dependencies": { - "@medusajs/core-flows": "^0.0.5", - "@medusajs/link-modules": "^0.2.7", + "@medusajs/core-flows": "^0.0.6", + "@medusajs/link-modules": "^0.2.8", "@medusajs/medusa-cli": "^1.3.22", - "@medusajs/modules-sdk": "^1.12.7", - "@medusajs/orchestration": "^0.5.3", - "@medusajs/utils": "^1.11.4", - "@medusajs/workflows-sdk": "^0.1.2", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/orchestration": "^0.5.4", + "@medusajs/utils": "^1.11.5", + "@medusajs/workflows-sdk": "^0.1.3", "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 185e53b13cd46..0006b690f9cc3 100644 --- a/packages/modules-sdk/CHANGELOG.md +++ b/packages/modules-sdk/CHANGELOG.md @@ -1,5 +1,22 @@ # @medusajs/modules-sdk +## 1.12.8 + +### Patch Changes + +- [#5923](https://github.com/medusajs/medusa/pull/5923) [`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83) Thanks [@fPolic](https://github.com/fPolic)! - feat: Sales Channel module + +- [#6312](https://github.com/medusajs/medusa/pull/6312) [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Load custom modules by path + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- [#6218](https://github.com/medusajs/medusa/pull/6218) [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Feat: Event Aggregator + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`e749dd653`](https://github.com/medusajs/medusa/commit/e749dd653c755bfc3632b134d32c15ceaee0a852), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`d1c18a309`](https://github.com/medusajs/medusa/commit/d1c18a3090d71c68a98343fdbb53516f416504c5), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/types@1.11.12 + - @medusajs/orchestration@0.5.4 + - @medusajs/utils@1.11.5 + ## 1.12.7 ### Patch Changes diff --git a/packages/modules-sdk/package.json b/packages/modules-sdk/package.json index 9665a69d8f6e3..0620927ff8939 100644 --- a/packages/modules-sdk/package.json +++ b/packages/modules-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/modules-sdk", - "version": "1.12.7", + "version": "1.12.8", "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.3", - "@medusajs/types": "^1.11.11", - "@medusajs/utils": "^1.11.4", + "@medusajs/orchestration": "^0.5.4", + "@medusajs/types": "^1.11.12", + "@medusajs/utils": "^1.11.5", "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 7a86ba83ecbde..83776e9028145 100644 --- a/packages/orchestration/CHANGELOG.md +++ b/packages/orchestration/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/orchestration +## 0.5.4 + +### Patch Changes + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`e749dd653`](https://github.com/medusajs/medusa/commit/e749dd653c755bfc3632b134d32c15ceaee0a852), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`d1c18a309`](https://github.com/medusajs/medusa/commit/d1c18a3090d71c68a98343fdbb53516f416504c5), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/types@1.11.12 + - @medusajs/utils@1.11.5 + ## 0.5.3 ### Patch Changes diff --git a/packages/orchestration/package.json b/packages/orchestration/package.json index e10a01c31c852..b5e26e51bbe86 100644 --- a/packages/orchestration/package.json +++ b/packages/orchestration/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/orchestration", - "version": "0.5.3", + "version": "0.5.4", "description": "Medusa utilities to orchestrate modules", "main": "dist/index.js", "repository": { @@ -27,8 +27,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/types": "^1.11.11", - "@medusajs/utils": "^1.11.4", + "@medusajs/types": "^1.11.12", + "@medusajs/utils": "^1.11.5", "awilix": "^8.0.0", "graphql": "^16.6.0" }, diff --git a/packages/pricing/CHANGELOG.md b/packages/pricing/CHANGELOG.md index d5fe1a290ae53..047eb37f635c1 100644 --- a/packages/pricing/CHANGELOG.md +++ b/packages/pricing/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/pricing +## 0.1.9 + +### Patch Changes + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`e749dd653`](https://github.com/medusajs/medusa/commit/e749dd653c755bfc3632b134d32c15ceaee0a852), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`d1c18a309`](https://github.com/medusajs/medusa/commit/d1c18a3090d71c68a98343fdbb53516f416504c5), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/modules-sdk@1.12.8 + - @medusajs/types@1.11.12 + - @medusajs/utils@1.11.5 + ## 0.1.8 ### Patch Changes diff --git a/packages/pricing/package.json b/packages/pricing/package.json index baeaf33bccddf..a880e65e6198b 100644 --- a/packages/pricing/package.json +++ b/packages/pricing/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/pricing", - "version": "0.1.8", + "version": "0.1.9", "description": "Medusa Pricing module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -48,9 +48,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.7", - "@medusajs/types": "^1.11.11", - "@medusajs/utils": "^1.11.4", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/types": "^1.11.12", + "@medusajs/utils": "^1.11.5", "@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 8ce97bbaf538d..c7bf896ac20f7 100644 --- a/packages/product/CHANGELOG.md +++ b/packages/product/CHANGELOG.md @@ -1,5 +1,18 @@ # @medusajs/product +## 0.3.9 + +### Patch Changes + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- [#6218](https://github.com/medusajs/medusa/pull/6218) [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Feat: Event Aggregator + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`e749dd653`](https://github.com/medusajs/medusa/commit/e749dd653c755bfc3632b134d32c15ceaee0a852), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`d1c18a309`](https://github.com/medusajs/medusa/commit/d1c18a3090d71c68a98343fdbb53516f416504c5), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/modules-sdk@1.12.8 + - @medusajs/types@1.11.12 + - @medusajs/utils@1.11.5 + ## 0.3.8 ### Patch Changes diff --git a/packages/product/package.json b/packages/product/package.json index d8b9d2cc8aa3c..3a002e1c64a38 100644 --- a/packages/product/package.json +++ b/packages/product/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/product", - "version": "0.3.8", + "version": "0.3.9", "description": "Medusa Product module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -50,9 +50,9 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.7", - "@medusajs/types": "^1.11.11", - "@medusajs/utils": "^1.11.4", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/types": "^1.11.12", + "@medusajs/utils": "^1.11.5", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/stock-location/CHANGELOG.md b/packages/stock-location/CHANGELOG.md index 8dd34b8629beb..ad049b33d8845 100644 --- a/packages/stock-location/CHANGELOG.md +++ b/packages/stock-location/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/stock-location +## 1.11.5 + +### Patch Changes + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- [#6197](https://github.com/medusajs/medusa/pull/6197) [`d1c18a309`](https://github.com/medusajs/medusa/commit/d1c18a3090d71c68a98343fdbb53516f416504c5) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(stock-location, medusa, types): add `q` and `order` query parameters to stock locations list endpoint + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/modules-sdk@1.12.8 + - @medusajs/utils@1.11.5 + ## 1.11.4 ### Patch Changes diff --git a/packages/stock-location/package.json b/packages/stock-location/package.json index 23e1cdad0e5c2..ac4aed9eb2c2e 100644 --- a/packages/stock-location/package.json +++ b/packages/stock-location/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/stock-location", - "version": "1.11.4", + "version": "1.11.5", "description": "Stock Location Module for Medusa", "main": "dist/index.js", "repository": { @@ -20,7 +20,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.11", + "@medusajs/types": "^1.11.12", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -28,8 +28,8 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.7", - "@medusajs/utils": "^1.11.4", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/utils": "^1.11.5", "awilix": "^8.0.0", "typeorm": "^0.3.16" }, diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index c7ab5b5bd5c65..0f4c26f705a25 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,21 @@ # @medusajs/types +## 1.11.12 + +### Patch Changes + +- [#5923](https://github.com/medusajs/medusa/pull/5923) [`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83) Thanks [@fPolic](https://github.com/fPolic)! - feat: Sales Channel module + +- [#6312](https://github.com/medusajs/medusa/pull/6312) [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Load custom modules by path + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- [#6272](https://github.com/medusajs/medusa/pull/6272) [`e749dd653`](https://github.com/medusajs/medusa/commit/e749dd653c755bfc3632b134d32c15ceaee0a852) Thanks [@riqwan](https://github.com/riqwan)! - feat(types): added computed actions for automatic promotions + +- [#6218](https://github.com/medusajs/medusa/pull/6218) [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Feat: Event Aggregator + +- [#6197](https://github.com/medusajs/medusa/pull/6197) [`d1c18a309`](https://github.com/medusajs/medusa/commit/d1c18a3090d71c68a98343fdbb53516f416504c5) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(stock-location, medusa, types): add `q` and `order` query parameters to stock locations list endpoint + ## 1.11.11 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 0721297be9f15..1bf194fac5e5e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/types", - "version": "1.11.11", + "version": "1.11.12", "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 363f61a8444d3..77b17cf636883 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,18 @@ # @medusajs/utils +## 1.11.5 + +### Patch Changes + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- [#6218](https://github.com/medusajs/medusa/pull/6218) [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Feat: Event Aggregator + +- [#6314](https://github.com/medusajs/medusa/pull/6314) [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(utils): return array or single entity based on input for modules created by internal module service factory + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`e749dd653`](https://github.com/medusajs/medusa/commit/e749dd653c755bfc3632b134d32c15ceaee0a852), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`d1c18a309`](https://github.com/medusajs/medusa/commit/d1c18a3090d71c68a98343fdbb53516f416504c5)]: + - @medusajs/types@1.11.12 + ## 1.11.4 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index c81e1d920e8cb..c9f7ccbc9b6a7 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/utils", - "version": "1.11.4", + "version": "1.11.5", "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.11", + "@medusajs/types": "^1.11.12", "@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 c1054a65a0e72..28836baece39f 100644 --- a/packages/workflows-sdk/CHANGELOG.md +++ b/packages/workflows-sdk/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/workflows-sdk +## 0.1.3 + +### Patch Changes + +- [#6263](https://github.com/medusajs/medusa/pull/6263) [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Workflows passing MedusaContext as argument + +- Updated dependencies [[`3db2f95e6`](https://github.com/medusajs/medusa/commit/3db2f95e65909f4fff432990b48be74509052e83), [`96ba49329`](https://github.com/medusajs/medusa/commit/96ba49329b6b05922c90f0c55f16455cb40aa5ca), [`45134e4d1`](https://github.com/medusajs/medusa/commit/45134e4d11cfcdc08dbd10aae687bfbe9e848ab9), [`884428a1b`](https://github.com/medusajs/medusa/commit/884428a1b573e499d7659aefed639bf797147428), [`882aa549b`](https://github.com/medusajs/medusa/commit/882aa549bdcc6f378934eab2a7c485df354f46aa)]: + - @medusajs/modules-sdk@1.12.8 + - @medusajs/orchestration@0.5.4 + - @medusajs/utils@1.11.5 + ## 0.1.2 ### Patch Changes diff --git a/packages/workflows-sdk/package.json b/packages/workflows-sdk/package.json index 16daf00fdbddc..84ab7d68ca52b 100644 --- a/packages/workflows-sdk/package.json +++ b/packages/workflows-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflows-sdk", - "version": "0.1.2", + "version": "0.1.3", "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.11", + "@medusajs/types": "^1.11.12", "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.7", - "@medusajs/orchestration": "^0.5.3", - "@medusajs/utils": "^1.11.4", + "@medusajs/modules-sdk": "^1.12.8", + "@medusajs/orchestration": "^0.5.4", + "@medusajs/utils": "^1.11.5", "awilix": "^8.0.1", "ulid": "^2.3.0" },