From 5a569c4a206b26c3a1097ed0dfa36dd4e79a74cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:19:14 +0200 Subject: [PATCH] chore: Version Packages (#4591) Co-authored-by: github-actions[bot] --- .changeset/brave-years-grow.md | 5 ---- .changeset/dirty-pumas-push.md | 6 ----- .changeset/early-windows-drum.md | 5 ---- .changeset/eight-trees-begin.md | 5 ---- .changeset/few-cars-act.md | 7 ------ .changeset/hungry-carrots-bathe.md | 6 ----- .changeset/nasty-files-type.md | 5 ---- .changeset/new-items-warn.md | 5 ---- .changeset/polite-vans-hide.md | 6 ----- .changeset/poor-mayflies-drum.md | 5 ---- .changeset/swift-ghosts-double.md | 6 ----- .changeset/tasty-geese-burn.md | 5 ---- .changeset/two-geese-check.md | 5 ---- .changeset/unlucky-fireants-talk.md | 5 ---- .changeset/wild-eagles-count.md | 9 ------- packages/admin-ui/CHANGELOG.md | 8 +++++++ packages/admin-ui/package.json | 6 ++--- packages/admin/CHANGELOG.md | 11 +++++++++ packages/admin/package.json | 6 ++--- packages/create-medusa-app/CHANGELOG.md | 9 +++++++ packages/create-medusa-app/package.json | 4 ++-- packages/generated/client-types/package.json | 2 +- packages/medusa/CHANGELOG.md | 25 +++++++++++++++++++- packages/medusa/package.json | 10 ++++---- packages/modules-sdk/CHANGELOG.md | 17 +++++++++++++ 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 | 11 +++++++++ packages/orchestration/package.json | 6 ++--- packages/product/CHANGELOG.md | 17 +++++++++++++ packages/product/package.json | 8 +++---- packages/types/CHANGELOG.md | 14 +++++++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 6 +++++ packages/utils/package.json | 4 ++-- packages/workflows/CHANGELOG.md | 14 +++++++++++ packages/workflows/package.json | 10 ++++---- 40 files changed, 184 insertions(+), 123 deletions(-) delete mode 100644 .changeset/brave-years-grow.md delete mode 100644 .changeset/dirty-pumas-push.md delete mode 100644 .changeset/early-windows-drum.md delete mode 100644 .changeset/eight-trees-begin.md delete mode 100644 .changeset/few-cars-act.md delete mode 100644 .changeset/hungry-carrots-bathe.md delete mode 100644 .changeset/nasty-files-type.md delete mode 100644 .changeset/new-items-warn.md delete mode 100644 .changeset/polite-vans-hide.md delete mode 100644 .changeset/poor-mayflies-drum.md delete mode 100644 .changeset/swift-ghosts-double.md delete mode 100644 .changeset/tasty-geese-burn.md delete mode 100644 .changeset/two-geese-check.md delete mode 100644 .changeset/unlucky-fireants-talk.md delete mode 100644 .changeset/wild-eagles-count.md create mode 100644 packages/workflows/CHANGELOG.md diff --git a/.changeset/brave-years-grow.md b/.changeset/brave-years-grow.md deleted file mode 100644 index 05cb6bc8d5..0000000000 --- a/.changeset/brave-years-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-medusa-app": patch ---- - -feat(create-medusa-app): add `stable` option + add URI encoding to database string diff --git a/.changeset/dirty-pumas-push.md b/.changeset/dirty-pumas-push.md deleted file mode 100644 index 0003374ddb..0000000000 --- a/.changeset/dirty-pumas-push.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/product": patch -"@medusajs/types": patch ---- - -fix(product): Serialize typings diff --git a/.changeset/early-windows-drum.md b/.changeset/early-windows-drum.md deleted file mode 100644 index c6a2ff87d4..0000000000 --- a/.changeset/early-windows-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Clean response data should takes the full path of sub relations diff --git a/.changeset/eight-trees-begin.md b/.changeset/eight-trees-begin.md deleted file mode 100644 index 135d5f7dbc..0000000000 --- a/.changeset/eight-trees-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Removing the line items should remove the tax lines as well diff --git a/.changeset/few-cars-act.md b/.changeset/few-cars-act.md deleted file mode 100644 index 022cb1c1cb..0000000000 --- a/.changeset/few-cars-act.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/product": patch -"@medusajs/types": patch -"@medusajs/utils": patch ---- - -feat(product,types,utils): Add tags, types, categories, collection and options CRUD to product module services diff --git a/.changeset/hungry-carrots-bathe.md b/.changeset/hungry-carrots-bathe.md deleted file mode 100644 index 5a9998e6c0..0000000000 --- a/.changeset/hungry-carrots-bathe.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -fix(admin-ui): Add missing SO relation diff --git a/.changeset/nasty-files-type.md b/.changeset/nasty-files-type.md deleted file mode 100644 index b6b27d223d..0000000000 --- a/.changeset/nasty-files-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/modules-sdk": patch ---- - -fix(module-sdk): Shared modules loading should not share the entire core container but only the resources that are meant to be shared diff --git a/.changeset/new-items-warn.md b/.changeset/new-items-warn.md deleted file mode 100644 index d63512df50..0000000000 --- a/.changeset/new-items-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): update how price lists are filtered in price selection strategy diff --git a/.changeset/polite-vans-hide.md b/.changeset/polite-vans-hide.md deleted file mode 100644 index 3fecfb36bd..0000000000 --- a/.changeset/polite-vans-hide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/admin-ui": patch -"@medusajs/admin": patch ---- - -fix(admin): Exclude prices from PriceLists overview diff --git a/.changeset/poor-mayflies-drum.md b/.changeset/poor-mayflies-drum.md deleted file mode 100644 index 72a047609a..0000000000 --- a/.changeset/poor-mayflies-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/product": patch ---- - -fix(medusa): correct the type of initializer for modules diff --git a/.changeset/swift-ghosts-double.md b/.changeset/swift-ghosts-double.md deleted file mode 100644 index 09aa9244d7..0000000000 --- a/.changeset/swift-ghosts-double.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/product": patch -"@medusajs/types": patch ---- - -feat(product, types): added product module service update diff --git a/.changeset/tasty-geese-burn.md b/.changeset/tasty-geese-burn.md deleted file mode 100644 index 3faca13bb0..0000000000 --- a/.changeset/tasty-geese-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": minor ---- - -chore: Add changeset with minor bump diff --git a/.changeset/two-geese-check.md b/.changeset/two-geese-check.md deleted file mode 100644 index 2db6eb811c..0000000000 --- a/.changeset/two-geese-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/modules-sdk": minor ---- - -Fix getting loaded modules diff --git a/.changeset/unlucky-fireants-talk.md b/.changeset/unlucky-fireants-talk.md deleted file mode 100644 index beb55ca363..0000000000 --- a/.changeset/unlucky-fireants-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): Expose error handler from middlewares diff --git a/.changeset/wild-eagles-count.md b/.changeset/wild-eagles-count.md deleted file mode 100644 index a012c4f9b2..0000000000 --- a/.changeset/wild-eagles-count.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@medusajs/orchestration": minor -"@medusajs/modules-sdk": minor -"@medusajs/workflows": minor -"@medusajs/medusa": minor -"@medusajs/types": minor ---- - -Medusa workflows package diff --git a/packages/admin-ui/CHANGELOG.md b/packages/admin-ui/CHANGELOG.md index 9d91a51c80..128a0bfae8 100644 --- a/packages/admin-ui/CHANGELOG.md +++ b/packages/admin-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @medusajs/admin-ui +## 1.9.3 + +### Patch Changes + +- [#4594](https://github.com/medusajs/medusa/pull/4594) [`aab890174`](https://github.com/medusajs/medusa/commit/aab890174dbe2c73d57e8a6f15e74f88b6ffa532) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Add missing SO relation + +- [#4536](https://github.com/medusajs/medusa/pull/4536) [`f561601bf`](https://github.com/medusajs/medusa/commit/f561601bf638be73ff0d0e55e28bd2192de8db32) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin): Exclude prices from PriceLists overview + ## 1.9.2 ### Patch Changes diff --git a/packages/admin-ui/package.json b/packages/admin-ui/package.json index 3ea4b43e46..aef6388668 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": "1.9.2", + "version": "1.9.3", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa.git", @@ -83,8 +83,8 @@ "@medusajs/medusa": "^1.12.0" }, "devDependencies": { - "@medusajs/medusa": "^1.12.3", - "@medusajs/types": "^1.8.11", + "@medusajs/medusa": "^1.13.0", + "@medusajs/types": "^1.9.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", diff --git a/packages/admin/CHANGELOG.md b/packages/admin/CHANGELOG.md index 54e75a672e..7b42b13568 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/admin +## 6.0.4 + +### Patch Changes + +- [#4594](https://github.com/medusajs/medusa/pull/4594) [`aab890174`](https://github.com/medusajs/medusa/commit/aab890174dbe2c73d57e8a6f15e74f88b6ffa532) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin-ui): Add missing SO relation + +- [#4536](https://github.com/medusajs/medusa/pull/4536) [`f561601bf`](https://github.com/medusajs/medusa/commit/f561601bf638be73ff0d0e55e28bd2192de8db32) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(admin): Exclude prices from PriceLists overview + +- Updated dependencies [[`aab890174`](https://github.com/medusajs/medusa/commit/aab890174dbe2c73d57e8a6f15e74f88b6ffa532), [`f561601bf`](https://github.com/medusajs/medusa/commit/f561601bf638be73ff0d0e55e28bd2192de8db32)]: + - @medusajs/admin-ui@1.9.3 + ## 6.0.3 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index bab43a7c5f..a258f9170d 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin", - "version": "6.0.3", + "version": "6.0.4", "bin": { "medusa-admin": "./bin/medusa-admin.js" }, @@ -26,7 +26,7 @@ "directory": "packages/admin" }, "dependencies": { - "@medusajs/admin-ui": "^1.9.2", + "@medusajs/admin-ui": "^1.9.3", "commander": "^10.0.0", "dotenv": "^16.0.3", "express": "^4.17.1", @@ -40,7 +40,7 @@ "@medusajs/medusa": "^1.12.0" }, "devDependencies": { - "@medusajs/medusa": "^1.12.3", + "@medusajs/medusa": "^1.13.0", "@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 03d822d7dd..4c1dbde80f 100644 --- a/packages/create-medusa-app/CHANGELOG.md +++ b/packages/create-medusa-app/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.0.4 + +### Patch Changes + +- [#4567](https://github.com/medusajs/medusa/pull/4567) [`15e87a810`](https://github.com/medusajs/medusa/commit/15e87a8100c9fe66f6d120423ef0351f4c657e7e) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(create-medusa-app): add `stable` option + add URI encoding to database string + +- Updated dependencies [[`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd)]: + - @medusajs/utils@1.9.3 + ## 1.0.3 ### Patch Changes diff --git a/packages/create-medusa-app/package.json b/packages/create-medusa-app/package.json index d8d5a7fe48..5f32176e90 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.0.3", + "version": "1.0.4", "description": "Create a Medusa project using a single command.", "type": "module", "exports": "./dist/index.js", @@ -13,7 +13,7 @@ "prepare": "cross-env NODE_ENV=production yarn run build" }, "dependencies": { - "@medusajs/utils": "^1.9.2", + "@medusajs/utils": "^1.9.3", "boxen": "^5", "chalk": "^5.2.0", "commander": "^10.0.1", diff --git a/packages/generated/client-types/package.json b/packages/generated/client-types/package.json index 7d797d5dfd..8afc079351 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.11", + "@medusajs/medusa-oas-cli": "0.2.12", "cross-env": "^7.0.3", "execa": "^5.1.1", "jest": "^27.4.7", diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 758ef14927..3aeae4b6d1 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log +## 1.13.0 + +### Minor Changes + +- [`30e8bb275`](https://github.com/medusajs/medusa/commit/30e8bb2757e07ccb997c508c730a8d8ef8bcc5d1) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Add changeset with minor bump + +- [#4553](https://github.com/medusajs/medusa/pull/4553) [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Medusa workflows package + +### Patch Changes + +- [#4600](https://github.com/medusajs/medusa/pull/4600) [`9129ca08a`](https://github.com/medusajs/medusa/commit/9129ca08a724f4e0c9e6a69b8bea9c0fb7b0f1b9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Clean response data should takes the full path of sub relations + +- [#4595](https://github.com/medusajs/medusa/pull/4595) [`ae33f4825`](https://github.com/medusajs/medusa/commit/ae33f4825fc1a388813cde72de03a26c41b8b387) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Removing the line items should remove the tax lines as well + +- [#4578](https://github.com/medusajs/medusa/pull/4578) [`c9989529e`](https://github.com/medusajs/medusa/commit/c9989529ed8c347fefe10d57b3d23fa60aa35fe7) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa): update how price lists are filtered in price selection strategy + +- [#4609](https://github.com/medusajs/medusa/pull/4609) [`f18f1b9bf`](https://github.com/medusajs/medusa/commit/f18f1b9bfef897974ba034ce41cd64aa833e4767) Thanks [@zhangpengchen](https://github.com/zhangpengchen)! - feat(medusa): Expose error handler from middlewares + +- Updated dependencies [[`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd), [`379c83933`](https://github.com/medusajs/medusa/commit/379c83933ed12a4ec712e7f3c9b0252e4a4601dd), [`f174bb6fa`](https://github.com/medusajs/medusa/commit/f174bb6fa1b105b39065478a67b6be0b968f707a), [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c)]: + - @medusajs/utils@1.9.3 + - @medusajs/modules-sdk@1.9.0 + - @medusajs/orchestration@0.1.0 + ## 1.12.3 ### Patch Changes @@ -13,7 +36,7 @@ - [#4472](https://github.com/medusajs/medusa/pull/4472) [`43427b889`](https://github.com/medusajs/medusa/commit/43427b8893baedd7abe7b38cf5360aa2d245293d) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Transaction Orchestrator Flow Builder - [#4230](https://github.com/medusajs/medusa/pull/4230) [`2f283996f`](https://github.com/medusajs/medusa/commit/2f283996f80313b074b96c690bcd953c67665c1b) Thanks [@erikengervall](https://github.com/erikengervall)! - feat(medusa): Add `metadata` to `StorePostCartsCartLineItemsItemReq` - + ## 1.12.2 ### Patch Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index f7e225fb5d..c4e528d351 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.12.3", + "version": "1.13.0", "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.8.11", + "@medusajs/types": "^1.9.0", "@types/express": "^4.17.17", "@types/ioredis": "^4.28.10", "@types/jsonwebtoken": "^8.5.9", @@ -47,9 +47,9 @@ }, "dependencies": { "@medusajs/medusa-cli": "^1.3.17", - "@medusajs/modules-sdk": "^1.8.8", - "@medusajs/orchestration": "^0.0.2", - "@medusajs/utils": "^1.9.2", + "@medusajs/modules-sdk": "^1.9.0", + "@medusajs/orchestration": "^0.1.0", + "@medusajs/utils": "^1.9.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 85bd360190..1586e3e404 100644 --- a/packages/modules-sdk/CHANGELOG.md +++ b/packages/modules-sdk/CHANGELOG.md @@ -1,5 +1,22 @@ # @medusajs/modules-sdk +## 1.9.0 + +### Minor Changes + +- [#4596](https://github.com/medusajs/medusa/pull/4596) [`f174bb6fa`](https://github.com/medusajs/medusa/commit/f174bb6fa1b105b39065478a67b6be0b968f707a) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Fix getting loaded modules + +- [#4553](https://github.com/medusajs/medusa/pull/4553) [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Medusa workflows package + +### Patch Changes + +- [#4611](https://github.com/medusajs/medusa/pull/4611) [`379c83933`](https://github.com/medusajs/medusa/commit/379c83933ed12a4ec712e7f3c9b0252e4a4601dd) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(module-sdk): Shared modules loading should not share the entire core container but only the resources that are meant to be shared + +- Updated dependencies [[`585ebf245`](https://github.com/medusajs/medusa/commit/585ebf2454719ed36957ba798a189a45a5274c5a), [`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd), [`caea44ebf`](https://github.com/medusajs/medusa/commit/caea44ebfdf7393ace931ce2a9884105dadc4f8d), [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c)]: + - @medusajs/types@1.9.0 + - @medusajs/utils@1.9.3 + - @medusajs/orchestration@0.1.0 + ## 1.8.8 ### Patch Changes diff --git a/packages/modules-sdk/package.json b/packages/modules-sdk/package.json index 7bee635851..6a188527a9 100644 --- a/packages/modules-sdk/package.json +++ b/packages/modules-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/modules-sdk", - "version": "1.8.8", + "version": "1.9.0", "description": "SDK for medusa modules", "main": "dist/index.js", "repository": { @@ -23,9 +23,9 @@ "typescript": "^4.4.4" }, "dependencies": { - "@medusajs/orchestration": "^0.0.2", - "@medusajs/types": "^1.8.11", - "@medusajs/utils": "^1.9.1", + "@medusajs/orchestration": "^0.1.0", + "@medusajs/types": "^1.9.0", + "@medusajs/utils": "^1.9.3", "awilix": "^8.0.0", "resolve-cwd": "^3.0.0" }, diff --git a/packages/oas/medusa-oas-cli/CHANGELOG.md b/packages/oas/medusa-oas-cli/CHANGELOG.md index 9966e26e8b..cf8d71f858 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.12 + +### Patch Changes + +- Updated dependencies [[`585ebf245`](https://github.com/medusajs/medusa/commit/585ebf2454719ed36957ba798a189a45a5274c5a), [`9129ca08a`](https://github.com/medusajs/medusa/commit/9129ca08a724f4e0c9e6a69b8bea9c0fb7b0f1b9), [`ae33f4825`](https://github.com/medusajs/medusa/commit/ae33f4825fc1a388813cde72de03a26c41b8b387), [`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd), [`c9989529e`](https://github.com/medusajs/medusa/commit/c9989529ed8c347fefe10d57b3d23fa60aa35fe7), [`caea44ebf`](https://github.com/medusajs/medusa/commit/caea44ebfdf7393ace931ce2a9884105dadc4f8d), [`30e8bb275`](https://github.com/medusajs/medusa/commit/30e8bb2757e07ccb997c508c730a8d8ef8bcc5d1), [`f18f1b9bf`](https://github.com/medusajs/medusa/commit/f18f1b9bfef897974ba034ce41cd64aa833e4767), [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c)]: + - @medusajs/types@1.9.0 + - @medusajs/medusa@1.13.0 + - @medusajs/utils@1.9.3 + ## 0.2.11 ### Patch Changes diff --git a/packages/oas/medusa-oas-cli/package.json b/packages/oas/medusa-oas-cli/package.json index b0599327a7..2e48408b8d 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.11", + "version": "0.2.12", "description": "OAS CLI", "main": "dist/index.js", "bin": { @@ -35,7 +35,7 @@ "test": "NODE_OPTIONS='--unhandled-rejections=strict' jest src" }, "dependencies": { - "@medusajs/medusa": "^1.12.3", + "@medusajs/medusa": "^1.13.0", "@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 33c88be855..cd33899309 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.12 + +### Patch Changes + +- Updated dependencies []: + - @medusajs/medusa-oas-cli@0.2.12 + ## 1.0.11 ### Patch Changes diff --git a/packages/oas/oas-github-ci/package.json b/packages/oas/oas-github-ci/package.json index d74d3d0f36..accc35893f 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.11", + "version": "1.0.12", "description": "OAS Github CI", "main": "scripts/build-openapi.js", "files": [ @@ -21,7 +21,7 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/medusa-oas-cli": "0.2.11", + "@medusajs/medusa-oas-cli": "0.2.12", "execa": "^5.1.1" } } diff --git a/packages/orchestration/CHANGELOG.md b/packages/orchestration/CHANGELOG.md index e1d1e256e6..e68f7e0f78 100644 --- a/packages/orchestration/CHANGELOG.md +++ b/packages/orchestration/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/orchestration +## 0.1.0 + +### Minor Changes + +- [#4553](https://github.com/medusajs/medusa/pull/4553) [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Medusa workflows package + +### Patch Changes + +- Updated dependencies [[`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd)]: + - @medusajs/utils@1.9.3 + ## 0.0.2 ### Patch Changes diff --git a/packages/orchestration/package.json b/packages/orchestration/package.json index fd6ee7754c..180e4c36c5 100644 --- a/packages/orchestration/package.json +++ b/packages/orchestration/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/orchestration", - "version": "0.0.2", + "version": "0.1.0", "description": "Medusa utilities to orchestrate modules", "main": "dist/index.js", "repository": { @@ -17,14 +17,14 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.8.11", + "@medusajs/types": "^1.9.0", "cross-env": "^5.2.1", "jest": "^25.5.4", "ts-jest": "^25.5.1", "typescript": "^4.4.4" }, "dependencies": { - "@medusajs/utils": "^1.9.2", + "@medusajs/utils": "^1.9.3", "graphql": "^16.6.0" }, "scripts": { diff --git a/packages/product/CHANGELOG.md b/packages/product/CHANGELOG.md index f24328e238..bfeb6ca234 100644 --- a/packages/product/CHANGELOG.md +++ b/packages/product/CHANGELOG.md @@ -1,5 +1,22 @@ # @medusajs/product +## 0.1.4 + +### Patch Changes + +- [#4602](https://github.com/medusajs/medusa/pull/4602) [`585ebf245`](https://github.com/medusajs/medusa/commit/585ebf2454719ed36957ba798a189a45a5274c5a) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(product): Serialize typings + +- [#4535](https://github.com/medusajs/medusa/pull/4535) [`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd) Thanks [@riqwan](https://github.com/riqwan)! - feat(product,types,utils): Add tags, types, categories, collection and options CRUD to product module services + +- [#4590](https://github.com/medusajs/medusa/pull/4590) [`a0a041e5c`](https://github.com/medusajs/medusa/commit/a0a041e5c9b8aa5a418f500ba17fca2bea53f728) Thanks [@riqwan](https://github.com/riqwan)! - fix(medusa): correct the type of initializer for modules + +- [#4504](https://github.com/medusajs/medusa/pull/4504) [`caea44ebf`](https://github.com/medusajs/medusa/commit/caea44ebfdf7393ace931ce2a9884105dadc4f8d) Thanks [@riqwan](https://github.com/riqwan)! - feat(product, types): added product module service update + +- Updated dependencies [[`585ebf245`](https://github.com/medusajs/medusa/commit/585ebf2454719ed36957ba798a189a45a5274c5a), [`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd), [`379c83933`](https://github.com/medusajs/medusa/commit/379c83933ed12a4ec712e7f3c9b0252e4a4601dd), [`caea44ebf`](https://github.com/medusajs/medusa/commit/caea44ebfdf7393ace931ce2a9884105dadc4f8d), [`f174bb6fa`](https://github.com/medusajs/medusa/commit/f174bb6fa1b105b39065478a67b6be0b968f707a), [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c)]: + - @medusajs/types@1.9.0 + - @medusajs/utils@1.9.3 + - @medusajs/modules-sdk@1.9.0 + ## 0.1.3 ### Patch Changes diff --git a/packages/product/package.json b/packages/product/package.json index 37a9ea384c..473a5fff1e 100644 --- a/packages/product/package.json +++ b/packages/product/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/product", - "version": "0.1.3", + "version": "0.1.4", "description": "Medusa Product module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -49,9 +49,9 @@ "typescript": "^4.4.4" }, "dependencies": { - "@medusajs/modules-sdk": "^1.8.8", - "@medusajs/types": "^1.8.11", - "@medusajs/utils": "^1.9.2", + "@medusajs/modules-sdk": "^1.9.0", + "@medusajs/types": "^1.9.0", + "@medusajs/utils": "^1.9.3", "@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 d46b58d0be..322fa2b101 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,19 @@ # @medusajs/types +## 1.9.0 + +### Minor Changes + +- [#4553](https://github.com/medusajs/medusa/pull/4553) [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Medusa workflows package + +### Patch Changes + +- [#4602](https://github.com/medusajs/medusa/pull/4602) [`585ebf245`](https://github.com/medusajs/medusa/commit/585ebf2454719ed36957ba798a189a45a5274c5a) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(product): Serialize typings + +- [#4535](https://github.com/medusajs/medusa/pull/4535) [`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd) Thanks [@riqwan](https://github.com/riqwan)! - feat(product,types,utils): Add tags, types, categories, collection and options CRUD to product module services + +- [#4504](https://github.com/medusajs/medusa/pull/4504) [`caea44ebf`](https://github.com/medusajs/medusa/commit/caea44ebfdf7393ace931ce2a9884105dadc4f8d) Thanks [@riqwan](https://github.com/riqwan)! - feat(product, types): added product module service update + ## 1.8.11 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index c61aa64cdd..e15faed64b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/types", - "version": "1.8.11", + "version": "1.9.0", "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 11d45cb72c..d3c8c22f63 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/utils +## 1.9.3 + +### Patch Changes + +- [#4535](https://github.com/medusajs/medusa/pull/4535) [`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd) Thanks [@riqwan](https://github.com/riqwan)! - feat(product,types,utils): Add tags, types, categories, collection and options CRUD to product module services + ## 1.9.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 7ec7404390..670f11f4b5 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/utils", - "version": "1.9.2", + "version": "1.9.3", "description": "Medusa utilities functions shared by Medusa core and Modules", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.8.10", + "@medusajs/types": "^1.9.0", "@types/express": "^4.17.17", "cross-env": "^5.2.1", "express": "^4.18.2", diff --git a/packages/workflows/CHANGELOG.md b/packages/workflows/CHANGELOG.md new file mode 100644 index 0000000000..a449df31b5 --- /dev/null +++ b/packages/workflows/CHANGELOG.md @@ -0,0 +1,14 @@ +# @medusajs/workflows + +## 0.1.0 + +### Minor Changes + +- [#4553](https://github.com/medusajs/medusa/pull/4553) [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Medusa workflows package + +### Patch Changes + +- Updated dependencies [[`131477faf`](https://github.com/medusajs/medusa/commit/131477faf0409c49d4aacf26ea591e33b2fa22fd), [`379c83933`](https://github.com/medusajs/medusa/commit/379c83933ed12a4ec712e7f3c9b0252e4a4601dd), [`f174bb6fa`](https://github.com/medusajs/medusa/commit/f174bb6fa1b105b39065478a67b6be0b968f707a), [`f12299deb`](https://github.com/medusajs/medusa/commit/f12299deb10baadab1505cd4ac353dd5d1c8fa7c)]: + - @medusajs/utils@1.9.3 + - @medusajs/modules-sdk@1.9.0 + - @medusajs/orchestration@0.1.0 diff --git a/packages/workflows/package.json b/packages/workflows/package.json index e60bc3af82..bed3bd73ab 100644 --- a/packages/workflows/package.json +++ b/packages/workflows/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflows", - "version": "0.0.1", + "version": "0.1.0", "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.8.10", + "@medusajs/types": "^1.9.0", "cross-env": "^5.2.1", "jest": "^25.5.4", "rimraf": "^5.0.1", @@ -26,9 +26,9 @@ "typescript": "^4.4.4" }, "dependencies": { - "@medusajs/modules-sdk": "^1.8.8", - "@medusajs/orchestration": "^0.0.2", - "@medusajs/utils": "^1.9.2", + "@medusajs/modules-sdk": "^1.9.0", + "@medusajs/orchestration": "^0.1.0", + "@medusajs/utils": "^1.9.3", "awilix": "^8.0.1", "ulid": "^2.3.0" },