From 6481b0c357c5425d784d0e285fdc6f78061bb4b3 Mon Sep 17 00:00:00 2001 From: olivermrbl Date: Wed, 18 Jan 2023 18:48:57 +0100 Subject: [PATCH] chore(release): Publish --- .changeset/afraid-moles-brake.md | 7 - .changeset/beige-walls-give.md | 5 - .changeset/early-cherries-care.md | 5 - .changeset/eighty-melons-beg.md | 5 - .changeset/empty-beers-pull.md | 5 - .changeset/famous-years-happen.md | 5 - .changeset/itchy-ants-smoke.md | 5 - .changeset/long-pans-deliver.md | 5 - .changeset/nine-queens-sparkle.md | 5 - .changeset/ninety-hairs-obey.md | 5 - .changeset/quiet-peas-compete.md | 5 - .changeset/red-mails-sing.md | 5 - .changeset/selfish-bulldogs-knock.md | 5 - .changeset/seven-sloths-provide.md | 5 - .changeset/shy-boxes-clean.md | 5 - .changeset/silent-pants-doubt.md | 5 - .changeset/sixty-turkeys-deliver.md | 5 - .changeset/spicy-windows-invent.md | 5 - .changeset/spotty-dots-watch.md | 7 - .changeset/stupid-beans-peel.md | 7 - .changeset/twelve-worms-serve.md | 5 - .changeset/unlucky-hornets-care.md | 7 - .changeset/wicked-boats-lie.md | 35 ----- .changeset/wicked-cherries-sip.md | 5 - .changeset/witty-parents-wink.md | 6 - packages/gatsby-source-medusa/CHANGELOG.md | 6 + packages/gatsby-source-medusa/package.json | 2 +- packages/inventory/CHANGELOG.md | 13 ++ packages/inventory/package.json | 6 +- packages/medusa-cli/CHANGELOG.md | 9 ++ packages/medusa-cli/package.json | 4 +- packages/medusa-dev-cli/CHANGELOG.md | 6 + packages/medusa-dev-cli/package.json | 2 +- packages/medusa-file-minio/CHANGELOG.md | 9 ++ packages/medusa-file-minio/package.json | 6 +- packages/medusa-file-s3/CHANGELOG.md | 9 ++ packages/medusa-file-s3/package.json | 6 +- packages/medusa-file-spaces/CHANGELOG.md | 9 ++ packages/medusa-file-spaces/package.json | 6 +- .../medusa-fulfillment-manual/CHANGELOG.md | 9 ++ .../medusa-fulfillment-manual/package.json | 6 +- .../CHANGELOG.md | 9 ++ .../package.json | 8 +- packages/medusa-interfaces/CHANGELOG.md | 6 + packages/medusa-interfaces/package.json | 2 +- packages/medusa-js/CHANGELOG.md | 11 ++ packages/medusa-js/package.json | 6 +- packages/medusa-payment-adyen/CHANGELOG.md | 9 ++ packages/medusa-payment-adyen/package.json | 6 +- packages/medusa-payment-klarna/CHANGELOG.md | 11 ++ packages/medusa-payment-klarna/package.json | 6 +- packages/medusa-payment-manual/CHANGELOG.md | 9 ++ packages/medusa-payment-manual/package.json | 6 +- packages/medusa-payment-paypal/CHANGELOG.md | 11 ++ packages/medusa-payment-paypal/package.json | 6 +- packages/medusa-payment-stripe/CHANGELOG.md | 9 ++ packages/medusa-payment-stripe/package.json | 6 +- packages/medusa-plugin-algolia/CHANGELOG.md | 9 ++ packages/medusa-plugin-algolia/package.json | 8 +- .../medusa-plugin-brightpearl/CHANGELOG.md | 9 ++ .../medusa-plugin-brightpearl/package.json | 6 +- .../medusa-plugin-contentful/CHANGELOG.md | 9 ++ .../medusa-plugin-contentful/package.json | 6 +- .../CHANGELOG.md | 9 ++ .../package.json | 6 +- packages/medusa-plugin-economic/CHANGELOG.md | 9 ++ packages/medusa-plugin-economic/package.json | 6 +- packages/medusa-plugin-ip-lookup/CHANGELOG.md | 9 ++ packages/medusa-plugin-ip-lookup/package.json | 6 +- packages/medusa-plugin-mailchimp/CHANGELOG.md | 9 ++ packages/medusa-plugin-mailchimp/package.json | 6 +- .../medusa-plugin-meilisearch/CHANGELOG.md | 9 ++ .../medusa-plugin-meilisearch/package.json | 6 +- .../CHANGELOG.md | 10 ++ .../package.json | 8 +- packages/medusa-plugin-segment/CHANGELOG.md | 9 ++ packages/medusa-plugin-segment/package.json | 6 +- packages/medusa-plugin-sendgrid/CHANGELOG.md | 9 ++ packages/medusa-plugin-sendgrid/package.json | 6 +- .../CHANGELOG.md | 9 ++ .../package.json | 6 +- .../medusa-plugin-twilio-sms/CHANGELOG.md | 9 ++ .../medusa-plugin-twilio-sms/package.json | 6 +- packages/medusa-plugin-wishlist/CHANGELOG.md | 9 ++ packages/medusa-plugin-wishlist/package.json | 6 +- packages/medusa-react/CHANGELOG.md | 14 ++ packages/medusa-react/package.json | 8 +- packages/medusa-source-shopify/CHANGELOG.md | 9 ++ packages/medusa-source-shopify/package.json | 8 +- packages/medusa-telemetry/CHANGELOG.md | 6 + packages/medusa-telemetry/package.json | 2 +- packages/medusa/CHANGELOG.md | 55 +++++++ packages/medusa/package.json | 10 +- packages/stock-location/CHANGELOG.md | 12 ++ packages/stock-location/package.json | 8 +- yarn.lock | 144 +++++++++--------- 96 files changed, 544 insertions(+), 340 deletions(-) delete mode 100644 .changeset/afraid-moles-brake.md delete mode 100644 .changeset/beige-walls-give.md delete mode 100644 .changeset/early-cherries-care.md delete mode 100644 .changeset/eighty-melons-beg.md delete mode 100644 .changeset/empty-beers-pull.md delete mode 100644 .changeset/famous-years-happen.md delete mode 100644 .changeset/itchy-ants-smoke.md delete mode 100644 .changeset/long-pans-deliver.md delete mode 100644 .changeset/nine-queens-sparkle.md delete mode 100644 .changeset/ninety-hairs-obey.md delete mode 100644 .changeset/quiet-peas-compete.md delete mode 100644 .changeset/red-mails-sing.md delete mode 100644 .changeset/selfish-bulldogs-knock.md delete mode 100644 .changeset/seven-sloths-provide.md delete mode 100644 .changeset/shy-boxes-clean.md delete mode 100644 .changeset/silent-pants-doubt.md delete mode 100644 .changeset/sixty-turkeys-deliver.md delete mode 100644 .changeset/spicy-windows-invent.md delete mode 100644 .changeset/spotty-dots-watch.md delete mode 100644 .changeset/stupid-beans-peel.md delete mode 100644 .changeset/twelve-worms-serve.md delete mode 100644 .changeset/unlucky-hornets-care.md delete mode 100644 .changeset/wicked-boats-lie.md delete mode 100644 .changeset/wicked-cherries-sip.md delete mode 100644 .changeset/witty-parents-wink.md create mode 100644 packages/inventory/CHANGELOG.md diff --git a/.changeset/afraid-moles-brake.md b/.changeset/afraid-moles-brake.md deleted file mode 100644 index 98938454df..0000000000 --- a/.changeset/afraid-moles-brake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/inventory": patch -"@medusajs/medusa": patch -"@medusajs/stock-location": patch ---- - -feat(medusa, stock-location, inventory): Allow modules to integrate with core diff --git a/.changeset/beige-walls-give.md b/.changeset/beige-walls-give.md deleted file mode 100644 index 58c776a186..0000000000 --- a/.changeset/beige-walls-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -chore(oas): replace response with $ref class JSDoc (Store A-PAY) diff --git a/.changeset/early-cherries-care.md b/.changeset/early-cherries-care.md deleted file mode 100644 index 780e3659f6..0000000000 --- a/.changeset/early-cherries-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Legacy total service should accept custom items diff --git a/.changeset/eighty-melons-beg.md b/.changeset/eighty-melons-beg.md deleted file mode 100644 index 09fca326ff..0000000000 --- a/.changeset/eighty-melons-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): Transaction Orchestrator diff --git a/.changeset/empty-beers-pull.md b/.changeset/empty-beers-pull.md deleted file mode 100644 index 1bcd033747..0000000000 --- a/.changeset/empty-beers-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): create a store endpoint to retrieve a product category diff --git a/.changeset/famous-years-happen.md b/.changeset/famous-years-happen.md deleted file mode 100644 index fe0e3f994a..0000000000 --- a/.changeset/famous-years-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-react": patch ---- - -Udates the required version of the peer dependency `react-query` to `@tanstack/react-query` (v4). Also fixes ´react-query´ being defined as both a dependency and peer dependency. diff --git a/.changeset/itchy-ants-smoke.md b/.changeset/itchy-ants-smoke.md deleted file mode 100644 index 782317df82..0000000000 --- a/.changeset/itchy-ants-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Fix inventory adjustments diff --git a/.changeset/long-pans-deliver.md b/.changeset/long-pans-deliver.md deleted file mode 100644 index 8e2b0cdf13..0000000000 --- a/.changeset/long-pans-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -chore(feature-flags): Remove OrderEditing feature flag diff --git a/.changeset/nine-queens-sparkle.md b/.changeset/nine-queens-sparkle.md deleted file mode 100644 index 97571d93c0..0000000000 --- a/.changeset/nine-queens-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): store - added category list endpoint diff --git a/.changeset/ninety-hairs-obey.md b/.changeset/ninety-hairs-obey.md deleted file mode 100644 index 31c28a7efa..0000000000 --- a/.changeset/ninety-hairs-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): added admin endpoint to update product categories diff --git a/.changeset/quiet-peas-compete.md b/.changeset/quiet-peas-compete.md deleted file mode 100644 index 39474392dc..0000000000 --- a/.changeset/quiet-peas-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -chore(oas): replace response with $ref class JSDoc (Admin PR0-SAL) diff --git a/.changeset/red-mails-sing.md b/.changeset/red-mails-sing.md deleted file mode 100644 index 5e3700f8a8..0000000000 --- a/.changeset/red-mails-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -chore(oas): replace response with $ref class JSDoc (Admin SHI-V) diff --git a/.changeset/selfish-bulldogs-knock.md b/.changeset/selfish-bulldogs-knock.md deleted file mode 100644 index ef4483d352..0000000000 --- a/.changeset/selfish-bulldogs-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): emit events on product category mutation diff --git a/.changeset/seven-sloths-provide.md b/.changeset/seven-sloths-provide.md deleted file mode 100644 index 2999efb489..0000000000 --- a/.changeset/seven-sloths-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Fix(medusa): rename variant inventory item quantity to required_quantity diff --git a/.changeset/shy-boxes-clean.md b/.changeset/shy-boxes-clean.md deleted file mode 100644 index cedf211491..0000000000 --- a/.changeset/shy-boxes-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -add reservation endpoints diff --git a/.changeset/silent-pants-doubt.md b/.changeset/silent-pants-doubt.md deleted file mode 100644 index 39474392dc..0000000000 --- a/.changeset/silent-pants-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -chore(oas): replace response with $ref class JSDoc (Admin PR0-SAL) diff --git a/.changeset/sixty-turkeys-deliver.md b/.changeset/sixty-turkeys-deliver.md deleted file mode 100644 index 873261101d..0000000000 --- a/.changeset/sixty-turkeys-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): Allow custom created_by on order edits diff --git a/.changeset/spicy-windows-invent.md b/.changeset/spicy-windows-invent.md deleted file mode 100644 index a6a9b7aa49..0000000000 --- a/.changeset/spicy-windows-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -chore(oas): replace response with $ref class JSDoc (Store PRO-V) diff --git a/.changeset/spotty-dots-watch.md b/.changeset/spotty-dots-watch.md deleted file mode 100644 index 829c207497..0000000000 --- a/.changeset/spotty-dots-watch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"medusa-payment-klarna": patch -"medusa-payment-paypal": patch -"@medusajs/medusa": patch ---- - -fix(medusa): Payment collection should provider the region_id, total and id in the partial cart data diff --git a/.changeset/stupid-beans-peel.md b/.changeset/stupid-beans-peel.md deleted file mode 100644 index 7b944a25b3..0000000000 --- a/.changeset/stupid-beans-peel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/inventory": patch -"@medusajs/medusa": patch -"@medusajs/stock-location": patch ---- - -fix(medusa): Add module options to transaction base service to use in modules diff --git a/.changeset/twelve-worms-serve.md b/.changeset/twelve-worms-serve.md deleted file mode 100644 index f028ddd873..0000000000 --- a/.changeset/twelve-worms-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Add default sales channel to product in seeding diff --git a/.changeset/unlucky-hornets-care.md b/.changeset/unlucky-hornets-care.md deleted file mode 100644 index a368626500..0000000000 --- a/.changeset/unlucky-hornets-care.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/medusa-js": patch -"medusa-react": patch ---- - -feat(medusa, medusa-js, medusa-react): Add endpoint to retrieve Product Tags through the Storefront API diff --git a/.changeset/wicked-boats-lie.md b/.changeset/wicked-boats-lie.md deleted file mode 100644 index a86addebc7..0000000000 --- a/.changeset/wicked-boats-lie.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -"gatsby-source-medusa": patch -"@medusajs/medusa-cli": patch -"medusa-dev-cli": patch -"medusa-file-minio": patch -"medusa-file-s3": patch -"medusa-file-spaces": patch -"medusa-fulfillment-manual": patch -"medusa-fulfillment-webshipper": patch -"medusa-interfaces": patch -"medusa-payment-adyen": patch -"medusa-payment-klarna": patch -"medusa-payment-manual": patch -"medusa-payment-paypal": patch -"medusa-payment-stripe": patch -"medusa-plugin-algolia": patch -"medusa-plugin-brightpearl": patch -"medusa-plugin-contentful": patch -"medusa-plugin-discount-generator": patch -"medusa-plugin-economic": patch -"medusa-plugin-ip-lookup": patch -"medusa-plugin-mailchimp": patch -"medusa-plugin-meilisearch": patch -"medusa-plugin-restock-notification": patch -"medusa-plugin-segment": patch -"medusa-plugin-sendgrid": patch -"medusa-plugin-slack-notification": patch -"medusa-plugin-twilio-sms": patch -"medusa-plugin-wishlist": patch -"medusa-source-shopify": patch -"medusa-telemetry": patch -"@medusajs/medusa": patch ---- - -fix(medusa): test, build and watch scripts diff --git a/.changeset/wicked-cherries-sip.md b/.changeset/wicked-cherries-sip.md deleted file mode 100644 index dbb4d24da7..0000000000 --- a/.changeset/wicked-cherries-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Draft order totals not working with custom items diff --git a/.changeset/witty-parents-wink.md b/.changeset/witty-parents-wink.md deleted file mode 100644 index df6bbe6974..0000000000 --- a/.changeset/witty-parents-wink.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/medusa-js": patch -"medusa-react": patch ---- - -hotfix: Fixes bundling error making JS client unable to run in Node enviornments. Also fixes wrong payload type of admin file uploads. diff --git a/packages/gatsby-source-medusa/CHANGELOG.md b/packages/gatsby-source-medusa/CHANGELOG.md index f9ad2d34bf..c0c053f87b 100644 --- a/packages/gatsby-source-medusa/CHANGELOG.md +++ b/packages/gatsby-source-medusa/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.1.2 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + ## 0.1.1 ### Patch Changes diff --git a/packages/gatsby-source-medusa/package.json b/packages/gatsby-source-medusa/package.json index bd577adc7c..0a905c9c29 100644 --- a/packages/gatsby-source-medusa/package.json +++ b/packages/gatsby-source-medusa/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-medusa", - "version": "0.1.1", + "version": "0.1.2", "description": "Gatsby source plugin for building websites using Medusa Commerce as a data source", "scripts": { "test": "jest --passWithNoTests", diff --git a/packages/inventory/CHANGELOG.md b/packages/inventory/CHANGELOG.md new file mode 100644 index 0000000000..626489ada3 --- /dev/null +++ b/packages/inventory/CHANGELOG.md @@ -0,0 +1,13 @@ +# @medusajs/inventory + +## 1.0.1 + +### Patch Changes + +- [#2997](https://github.com/medusajs/medusa/pull/2997) [`9dbccd9ca`](https://github.com/medusajs/medusa/commit/9dbccd9ca78b8b66f9a21947bb863622e7ff326b) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat(medusa, stock-location, inventory): Allow modules to integrate with core + +- [#3033](https://github.com/medusajs/medusa/pull/3033) [`1547dd814`](https://github.com/medusajs/medusa/commit/1547dd8143889fc30045fc3d0241de8e69acb76e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Add module options to transaction base service to use in modules + +- Updated dependencies [[`9dbccd9ca`](https://github.com/medusajs/medusa/commit/9dbccd9ca78b8b66f9a21947bb863622e7ff326b), [`542daeead`](https://github.com/medusajs/medusa/commit/542daeeadd78d939f5144c690e8907374da6d085), [`8c08d0031`](https://github.com/medusajs/medusa/commit/8c08d003198b94c00f8428a51c0e79d2ca9d1dc7), [`017538883`](https://github.com/medusajs/medusa/commit/017538883588792e1ff37abcab0fd2872c9af932), [`b2839e2e4`](https://github.com/medusajs/medusa/commit/b2839e2e4dc0d9344fa2ac8d4d16b796def4c56d), [`76d175231`](https://github.com/medusajs/medusa/commit/76d17523105d3860028a90a45b6038a64040e5ce), [`9e3beaf53`](https://github.com/medusajs/medusa/commit/9e3beaf5319dc785cf84b856cfcc8193df90c3a4), [`7d4b8b9cc`](https://github.com/medusajs/medusa/commit/7d4b8b9cc59672d01cdf0c6f331bc3d1eeec9bee), [`aab163bab`](https://github.com/medusajs/medusa/commit/aab163babb91759a05b852d34c299cdfac96d800), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`27a29ef24`](https://github.com/medusajs/medusa/commit/27a29ef24e5ea1ba2bc0be8ecb7dd747d4c7c65b), [`aef842123`](https://github.com/medusajs/medusa/commit/aef8421235d8fff68d7d4f8b73f77484073311a5), [`1dc79590b`](https://github.com/medusajs/medusa/commit/1dc79590b3539af09dbc8fbf931d9b5ee225fb0d), [`9c4647383`](https://github.com/medusajs/medusa/commit/9c4647383ebf0a183ccc566636bcf7af06409060), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`b80124d32`](https://github.com/medusajs/medusa/commit/b80124d32d950790c2a01b49e8c34d562b1d57f4), [`cb1ec0076`](https://github.com/medusajs/medusa/commit/cb1ec0076b4fd932c686d6027e8b060ceded3a64), [`142c8aa70`](https://github.com/medusajs/medusa/commit/142c8aa70f583d9b11a6add2b8f988e9ba4cf979), [`1547dd814`](https://github.com/medusajs/medusa/commit/1547dd8143889fc30045fc3d0241de8e69acb76e), [`d2c692aa9`](https://github.com/medusajs/medusa/commit/d2c692aa96ea89c053f9a694a9ae6dba77e89b14), [`150696de9`](https://github.com/medusajs/medusa/commit/150696de99fc852c5d72a746f168b6f62b2086ed), [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2), [`b3e4be720`](https://github.com/medusajs/medusa/commit/b3e4be72087d0b528c3cce322edf9325b855c8ae)]: + - @medusajs/medusa@1.7.4 + - medusa-interfaces@1.3.4 diff --git a/packages/inventory/package.json b/packages/inventory/package.json index 7ccfa6ab44..696cbccdea 100644 --- a/packages/inventory/package.json +++ b/packages/inventory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/inventory", - "version": "1.0.0", + "version": "1.0.1", "description": "Inventory Module for Medusa", "main": "dist/index.js", "repository": { @@ -28,8 +28,8 @@ "test:unit": "jest --passWithNoTests" }, "peerDependencies": { - "@medusajs/medusa": "1.x.x", - "medusa-interfaces": "1.x.x" + "@medusajs/medusa": "1.7.4", + "medusa-interfaces": "1.3.4" }, "dependencies": { "typeorm": "^0.2.31" diff --git a/packages/medusa-cli/CHANGELOG.md b/packages/medusa-cli/CHANGELOG.md index 99772a5233..bceeb7ffd8 100644 --- a/packages/medusa-cli/CHANGELOG.md +++ b/packages/medusa-cli/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.6 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-telemetry@0.0.16 + ## 1.3.5 ### Patch Changes diff --git a/packages/medusa-cli/package.json b/packages/medusa-cli/package.json index 44325989c5..60b6cd56fe 100644 --- a/packages/medusa-cli/package.json +++ b/packages/medusa-cli/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-cli", - "version": "1.3.5", + "version": "1.3.6", "description": "Command Line interface for Medusa Commerce", "main": "dist/index.js", "bin": { @@ -48,7 +48,7 @@ "is-valid-path": "^0.1.1", "meant": "^1.0.1", "medusa-core-utils": "^1.1.31", - "medusa-telemetry": "0.0.15", + "medusa-telemetry": "0.0.16", "netrc-parser": "^3.1.6", "open": "^8.0.6", "ora": "^5.4.1", diff --git a/packages/medusa-dev-cli/CHANGELOG.md b/packages/medusa-dev-cli/CHANGELOG.md index de59fe2174..83ca81c184 100644 --- a/packages/medusa-dev-cli/CHANGELOG.md +++ b/packages/medusa-dev-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.0.28 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + ## 0.0.27 ### Patch Changes diff --git a/packages/medusa-dev-cli/package.json b/packages/medusa-dev-cli/package.json index dbd9c95d65..572a8ee7ac 100644 --- a/packages/medusa-dev-cli/package.json +++ b/packages/medusa-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "medusa-dev-cli", "description": "CLI helpers for contributors working on Medusa", - "version": "0.0.27", + "version": "0.0.28", "author": "Sebastian Rindom ", "bin": { "medusa-dev": "./dist/index.js" diff --git a/packages/medusa-file-minio/CHANGELOG.md b/packages/medusa-file-minio/CHANGELOG.md index 3b9689efc2..02d19c22ef 100644 --- a/packages/medusa-file-minio/CHANGELOG.md +++ b/packages/medusa-file-minio/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.3 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.1.2 ### Patch Changes diff --git a/packages/medusa-file-minio/package.json b/packages/medusa-file-minio/package.json index 38f66c2f58..2d26b70159 100644 --- a/packages/medusa-file-minio/package.json +++ b/packages/medusa-file-minio/package.json @@ -1,6 +1,6 @@ { "name": "medusa-file-minio", - "version": "1.1.2", + "version": "1.1.3", "description": "MinIO server file connector for Medusa", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -32,7 +32,7 @@ "watch": "babel -w src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.3" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.16.0", diff --git a/packages/medusa-file-s3/CHANGELOG.md b/packages/medusa-file-s3/CHANGELOG.md index 3329b96296..23cd845939 100644 --- a/packages/medusa-file-s3/CHANGELOG.md +++ b/packages/medusa-file-s3/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.9 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.1.8 ### Patch Changes diff --git a/packages/medusa-file-s3/package.json b/packages/medusa-file-s3/package.json index 5208e99461..7c22410532 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.1.8", + "version": "1.1.9", "description": "AWS s3 file connector for Medusa", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3", + "medusa-interfaces": "^1.3.4", "medusa-test-utils": "^1.1.37" }, "scripts": { @@ -33,7 +33,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.3" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.15.4", diff --git a/packages/medusa-file-spaces/CHANGELOG.md b/packages/medusa-file-spaces/CHANGELOG.md index 106ea556cf..2b31067515 100644 --- a/packages/medusa-file-spaces/CHANGELOG.md +++ b/packages/medusa-file-spaces/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.3 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.3.2 ### Patch Changes diff --git a/packages/medusa-file-spaces/package.json b/packages/medusa-file-spaces/package.json index d4918044d4..dd9c4849f7 100644 --- a/packages/medusa-file-spaces/package.json +++ b/packages/medusa-file-spaces/package.json @@ -1,6 +1,6 @@ { "name": "medusa-file-spaces", - "version": "1.3.2", + "version": "1.3.3", "description": "Digital Ocean Spaces file connector for Medusa", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3", + "medusa-interfaces": "^1.3.4", "medusa-test-utils": "^1.1.37" }, "scripts": { @@ -33,7 +33,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.3" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", diff --git a/packages/medusa-fulfillment-manual/CHANGELOG.md b/packages/medusa-fulfillment-manual/CHANGELOG.md index 0e99aba17c..5963fb837c 100644 --- a/packages/medusa-fulfillment-manual/CHANGELOG.md +++ b/packages/medusa-fulfillment-manual/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.34 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.1.33 ### Patch Changes diff --git a/packages/medusa-fulfillment-manual/package.json b/packages/medusa-fulfillment-manual/package.json index 2ff81c0991..f1c396f21e 100644 --- a/packages/medusa-fulfillment-manual/package.json +++ b/packages/medusa-fulfillment-manual/package.json @@ -1,6 +1,6 @@ { "name": "medusa-fulfillment-manual", - "version": "1.1.33", + "version": "1.1.34", "description": "A manual fulfillment provider for Medusa", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "test": "jest --passWithNoTests src", @@ -29,7 +29,7 @@ "prepare": "cross-env NODE_ENV=production yarn run build" }, "peerDependencies": { - "medusa-interfaces": "1.3.3" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", diff --git a/packages/medusa-fulfillment-webshipper/CHANGELOG.md b/packages/medusa-fulfillment-webshipper/CHANGELOG.md index 9ae44a9bd8..9568b25aab 100644 --- a/packages/medusa-fulfillment-webshipper/CHANGELOG.md +++ b/packages/medusa-fulfillment-webshipper/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.5 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.3.4 ### Patch Changes diff --git a/packages/medusa-fulfillment-webshipper/package.json b/packages/medusa-fulfillment-webshipper/package.json index 9b71bcccc2..3dbfc104af 100644 --- a/packages/medusa-fulfillment-webshipper/package.json +++ b/packages/medusa-fulfillment-webshipper/package.json @@ -1,6 +1,6 @@ { "name": "medusa-fulfillment-webshipper", - "version": "1.3.4", + "version": "1.3.5", "description": "Webshipper Fulfillment provider for Medusa", "main": "index.js", "repository": { @@ -18,11 +18,11 @@ "@babel/plugin-transform-runtime": "^7.7.6", "@babel/preset-env": "^7.7.5", "@babel/runtime": "^7.9.6", - "@medusajs/medusa": "^1.7.1", + "@medusajs/medusa": "^1.7.4", "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -31,7 +31,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "axios": "^0.20.0", diff --git a/packages/medusa-interfaces/CHANGELOG.md b/packages/medusa-interfaces/CHANGELOG.md index c678e00b6e..1dcc9e48b2 100644 --- a/packages/medusa-interfaces/CHANGELOG.md +++ b/packages/medusa-interfaces/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.3.4 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + ## 1.3.3 ### Patch Changes diff --git a/packages/medusa-interfaces/package.json b/packages/medusa-interfaces/package.json index 87d0668f9c..336719cba2 100644 --- a/packages/medusa-interfaces/package.json +++ b/packages/medusa-interfaces/package.json @@ -1,6 +1,6 @@ { "name": "medusa-interfaces", - "version": "1.3.3", + "version": "1.3.4", "description": "Core interfaces for Medusa", "main": "dist/index.js", "repository": { diff --git a/packages/medusa-js/CHANGELOG.md b/packages/medusa-js/CHANGELOG.md index dd50d23122..6ee506e5d5 100644 --- a/packages/medusa-js/CHANGELOG.md +++ b/packages/medusa-js/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.3.7 + +### Patch Changes + +- [#3051](https://github.com/medusajs/medusa/pull/3051) [`150696de9`](https://github.com/medusajs/medusa/commit/150696de99fc852c5d72a746f168b6f62b2086ed) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(medusa, medusa-js, medusa-react): Add endpoint to retrieve Product Tags through the Storefront API + +- [#3038](https://github.com/medusajs/medusa/pull/3038) [`cb2524400`](https://github.com/medusajs/medusa/commit/cb252440079f34ddfdfff1b891f6f73b98db9d59) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - hotfix: Fixes bundling error making JS client unable to run in Node enviornments. Also fixes wrong payload type of admin file uploads. + +- Updated dependencies [[`9dbccd9ca`](https://github.com/medusajs/medusa/commit/9dbccd9ca78b8b66f9a21947bb863622e7ff326b), [`542daeead`](https://github.com/medusajs/medusa/commit/542daeeadd78d939f5144c690e8907374da6d085), [`8c08d0031`](https://github.com/medusajs/medusa/commit/8c08d003198b94c00f8428a51c0e79d2ca9d1dc7), [`017538883`](https://github.com/medusajs/medusa/commit/017538883588792e1ff37abcab0fd2872c9af932), [`b2839e2e4`](https://github.com/medusajs/medusa/commit/b2839e2e4dc0d9344fa2ac8d4d16b796def4c56d), [`76d175231`](https://github.com/medusajs/medusa/commit/76d17523105d3860028a90a45b6038a64040e5ce), [`9e3beaf53`](https://github.com/medusajs/medusa/commit/9e3beaf5319dc785cf84b856cfcc8193df90c3a4), [`7d4b8b9cc`](https://github.com/medusajs/medusa/commit/7d4b8b9cc59672d01cdf0c6f331bc3d1eeec9bee), [`aab163bab`](https://github.com/medusajs/medusa/commit/aab163babb91759a05b852d34c299cdfac96d800), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`27a29ef24`](https://github.com/medusajs/medusa/commit/27a29ef24e5ea1ba2bc0be8ecb7dd747d4c7c65b), [`aef842123`](https://github.com/medusajs/medusa/commit/aef8421235d8fff68d7d4f8b73f77484073311a5), [`1dc79590b`](https://github.com/medusajs/medusa/commit/1dc79590b3539af09dbc8fbf931d9b5ee225fb0d), [`9c4647383`](https://github.com/medusajs/medusa/commit/9c4647383ebf0a183ccc566636bcf7af06409060), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`b80124d32`](https://github.com/medusajs/medusa/commit/b80124d32d950790c2a01b49e8c34d562b1d57f4), [`cb1ec0076`](https://github.com/medusajs/medusa/commit/cb1ec0076b4fd932c686d6027e8b060ceded3a64), [`142c8aa70`](https://github.com/medusajs/medusa/commit/142c8aa70f583d9b11a6add2b8f988e9ba4cf979), [`1547dd814`](https://github.com/medusajs/medusa/commit/1547dd8143889fc30045fc3d0241de8e69acb76e), [`d2c692aa9`](https://github.com/medusajs/medusa/commit/d2c692aa96ea89c053f9a694a9ae6dba77e89b14), [`150696de9`](https://github.com/medusajs/medusa/commit/150696de99fc852c5d72a746f168b6f62b2086ed), [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2), [`b3e4be720`](https://github.com/medusajs/medusa/commit/b3e4be72087d0b528c3cce322edf9325b855c8ae)]: + - @medusajs/medusa@1.7.4 + ## 1.3.6 ### Patch Changes diff --git a/packages/medusa-js/package.json b/packages/medusa-js/package.json index a3c70c1ea7..c9ea5f1d3c 100644 --- a/packages/medusa-js/package.json +++ b/packages/medusa-js/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-js", - "version": "1.3.6", + "version": "1.3.7", "description": "Client for Medusa Commerce Rest API", "main": "dist/index.js", "module": "dist/index.mjs", @@ -29,7 +29,7 @@ "uuid": "^9.0.0" }, "peerDependencies": { - "@medusajs/medusa": "^1.7.3" + "@medusajs/medusa": "^1.7.4" }, "repository": { "type": "git", @@ -40,7 +40,7 @@ "url": "https://github.com/medusajs/medusa/issues" }, "devDependencies": { - "@medusajs/medusa": "^1.7.3", + "@medusajs/medusa": "^1.7.4", "@types/uuid": "^9.0.0", "cross-env": "^7.0.3", "jest": "^27.4.7", diff --git a/packages/medusa-payment-adyen/CHANGELOG.md b/packages/medusa-payment-adyen/CHANGELOG.md index 11ac846635..a6879efe60 100644 --- a/packages/medusa-payment-adyen/CHANGELOG.md +++ b/packages/medusa-payment-adyen/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.41 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.1.40 ### Patch Changes diff --git a/packages/medusa-payment-adyen/package.json b/packages/medusa-payment-adyen/package.json index 988fd7213c..8141241106 100644 --- a/packages/medusa-payment-adyen/package.json +++ b/packages/medusa-payment-adyen/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-adyen", - "version": "1.1.40", + "version": "1.1.41", "description": "Adyen Payment provider for Medusa Commerce", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^7.0.2", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3", + "medusa-interfaces": "^1.3.4", "medusa-test-utils": "^1.1.37" }, "scripts": { @@ -33,7 +33,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@adyen/api-library": "^5.0.1", diff --git a/packages/medusa-payment-klarna/CHANGELOG.md b/packages/medusa-payment-klarna/CHANGELOG.md index 7870872a42..50dcc5d678 100644 --- a/packages/medusa-payment-klarna/CHANGELOG.md +++ b/packages/medusa-payment-klarna/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.3.6 + +### Patch Changes + +- [#3010](https://github.com/medusajs/medusa/pull/3010) [`142c8aa70`](https://github.com/medusajs/medusa/commit/142c8aa70f583d9b11a6add2b8f988e9ba4cf979) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Payment collection should provider the region_id, total and id in the partial cart data + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.3.5 ### Patch Changes diff --git a/packages/medusa-payment-klarna/package.json b/packages/medusa-payment-klarna/package.json index f22cfd5b2e..0da45d06c3 100644 --- a/packages/medusa-payment-klarna/package.json +++ b/packages/medusa-payment-klarna/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-klarna", - "version": "1.3.5", + "version": "1.3.6", "description": "Klarna Payment provider for Medusa Commerce", "main": "index.js", "repository": { @@ -24,7 +24,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -33,7 +33,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.3" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", diff --git a/packages/medusa-payment-manual/CHANGELOG.md b/packages/medusa-payment-manual/CHANGELOG.md index 1fa5cf6650..9b182f42d7 100644 --- a/packages/medusa-payment-manual/CHANGELOG.md +++ b/packages/medusa-payment-manual/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.0.20 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.0.19 ### Patch Changes diff --git a/packages/medusa-payment-manual/package.json b/packages/medusa-payment-manual/package.json index 33fd987794..10eda44b3c 100644 --- a/packages/medusa-payment-manual/package.json +++ b/packages/medusa-payment-manual/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-manual", - "version": "1.0.19", + "version": "1.0.20", "description": "A dummy payment provider to be used for testing or manual payments", "main": "index.js", "repository": { @@ -24,7 +24,7 @@ "@babel/runtime": "^7.9.6", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3", + "medusa-interfaces": "^1.3.4", "medusa-test-utils": "^1.1.38" }, "scripts": { @@ -34,7 +34,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808", "keywords": [ diff --git a/packages/medusa-payment-paypal/CHANGELOG.md b/packages/medusa-payment-paypal/CHANGELOG.md index b1a5bc908f..625e5b650f 100644 --- a/packages/medusa-payment-paypal/CHANGELOG.md +++ b/packages/medusa-payment-paypal/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.2.8 + +### Patch Changes + +- [#3010](https://github.com/medusajs/medusa/pull/3010) [`142c8aa70`](https://github.com/medusajs/medusa/commit/142c8aa70f583d9b11a6add2b8f988e9ba4cf979) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Payment collection should provider the region_id, total and id in the partial cart data + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.2.7 ### Patch Changes diff --git a/packages/medusa-payment-paypal/package.json b/packages/medusa-payment-paypal/package.json index 2bb37be1a5..a914d150a3 100644 --- a/packages/medusa-payment-paypal/package.json +++ b/packages/medusa-payment-paypal/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-paypal", - "version": "1.2.7", + "version": "1.2.8", "description": "Paypal Payment provider for Meduas Commerce", "main": "index.js", "repository": { @@ -25,7 +25,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3", + "medusa-interfaces": "^1.3.4", "medusa-test-utils": "^1.1.38" }, "scripts": { @@ -35,7 +35,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.3" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@paypal/checkout-server-sdk": "^1.0.2", diff --git a/packages/medusa-payment-stripe/CHANGELOG.md b/packages/medusa-payment-stripe/CHANGELOG.md index 3e4e922a73..f8f452522c 100644 --- a/packages/medusa-payment-stripe/CHANGELOG.md +++ b/packages/medusa-payment-stripe/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.51 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.1.50 ### Patch Changes diff --git a/packages/medusa-payment-stripe/package.json b/packages/medusa-payment-stripe/package.json index 037bb10d83..6566b66ff1 100644 --- a/packages/medusa-payment-stripe/package.json +++ b/packages/medusa-payment-stripe/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-stripe", - "version": "1.1.50", + "version": "1.1.51", "description": "Stripe Payment provider for Meduas Commerce", "main": "index.js", "repository": { @@ -25,7 +25,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3", + "medusa-interfaces": "^1.3.4", "medusa-test-utils": "^1.1.37" }, "scripts": { @@ -35,7 +35,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.3" + "medusa-interfaces": "1.3.4" }, "dependencies": { "body-parser": "^1.19.0", diff --git a/packages/medusa-plugin-algolia/CHANGELOG.md b/packages/medusa-plugin-algolia/CHANGELOG.md index eb48de9923..fc8472a3f5 100644 --- a/packages/medusa-plugin-algolia/CHANGELOG.md +++ b/packages/medusa-plugin-algolia/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.2.7 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 0.2.6 ### Patch Changes diff --git a/packages/medusa-plugin-algolia/package.json b/packages/medusa-plugin-algolia/package.json index e0be8cb3c5..8746cad8fb 100644 --- a/packages/medusa-plugin-algolia/package.json +++ b/packages/medusa-plugin-algolia/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-algolia", - "version": "0.2.6", + "version": "0.2.7", "description": "Search support for algolia", "main": "index.js", "repository": { @@ -17,7 +17,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.3", + "medusa-interfaces": "1.3.4", "typeorm": "0.x" }, "dependencies": { @@ -25,7 +25,7 @@ "body-parser": "^1.19.0", "lodash": "^4.17.21", "medusa-core-utils": "^1.1.37", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "devDependencies": { "@babel/cli": "^7.7.5", @@ -40,7 +40,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e", "keywords": [ diff --git a/packages/medusa-plugin-brightpearl/CHANGELOG.md b/packages/medusa-plugin-brightpearl/CHANGELOG.md index efa1336ede..5d5af90fea 100644 --- a/packages/medusa-plugin-brightpearl/CHANGELOG.md +++ b/packages/medusa-plugin-brightpearl/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.4 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.3.3 ### Patch Changes diff --git a/packages/medusa-plugin-brightpearl/package.json b/packages/medusa-plugin-brightpearl/package.json index 80d293f2d7..ec192e81b2 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.3", + "version": "1.3.4", "description": "Brightpearl plugin for Medusa Commerce", "main": "index.js", "repository": { @@ -26,7 +26,7 @@ "client-sessions": "^0.8.0", "cross-env": "^7.0.2", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.1", + "medusa-interfaces": "^1.3.4", "medusa-test-utils": "^1.1.37" }, "scripts": { @@ -36,7 +36,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "axios": "^0.19.2", diff --git a/packages/medusa-plugin-contentful/CHANGELOG.md b/packages/medusa-plugin-contentful/CHANGELOG.md index e914443914..b6d093aeab 100644 --- a/packages/medusa-plugin-contentful/CHANGELOG.md +++ b/packages/medusa-plugin-contentful/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.2.5 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.2.4 ### Patch Changes diff --git a/packages/medusa-plugin-contentful/package.json b/packages/medusa-plugin-contentful/package.json index f0d73cdc43..67094f6bb1 100644 --- a/packages/medusa-plugin-contentful/package.json +++ b/packages/medusa-plugin-contentful/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-contentful", - "version": "1.2.4", + "version": "1.2.5", "description": "Contentful plugin for Medusa Commerce", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -32,7 +32,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", diff --git a/packages/medusa-plugin-discount-generator/CHANGELOG.md b/packages/medusa-plugin-discount-generator/CHANGELOG.md index 2730a6d0e0..9892b5b807 100644 --- a/packages/medusa-plugin-discount-generator/CHANGELOG.md +++ b/packages/medusa-plugin-discount-generator/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.22 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.1.21 ### Patch Changes diff --git a/packages/medusa-plugin-discount-generator/package.json b/packages/medusa-plugin-discount-generator/package.json index 52bed60974..32effbaea6 100644 --- a/packages/medusa-plugin-discount-generator/package.json +++ b/packages/medusa-plugin-discount-generator/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-discount-generator", - "version": "1.1.21", + "version": "1.1.22", "main": "index.js", "license": "MIT", "author": "Sebastian Rindom", @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -32,7 +32,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "body-parser": "^1.19.0", diff --git a/packages/medusa-plugin-economic/CHANGELOG.md b/packages/medusa-plugin-economic/CHANGELOG.md index fa85fdfe91..273e08749f 100644 --- a/packages/medusa-plugin-economic/CHANGELOG.md +++ b/packages/medusa-plugin-economic/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.40 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.1.39 ### Patch Changes diff --git a/packages/medusa-plugin-economic/package.json b/packages/medusa-plugin-economic/package.json index 9364978ffa..a3abf6b604 100644 --- a/packages/medusa-plugin-economic/package.json +++ b/packages/medusa-plugin-economic/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-economic", - "version": "1.1.39", + "version": "1.1.40", "description": "E-conomic financial reporting", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -32,7 +32,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", diff --git a/packages/medusa-plugin-ip-lookup/CHANGELOG.md b/packages/medusa-plugin-ip-lookup/CHANGELOG.md index 05d0a3b2b8..cf9b06994c 100644 --- a/packages/medusa-plugin-ip-lookup/CHANGELOG.md +++ b/packages/medusa-plugin-ip-lookup/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.2.3 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.2.2 ### Patch Changes diff --git a/packages/medusa-plugin-ip-lookup/package.json b/packages/medusa-plugin-ip-lookup/package.json index 239f4c7d81..d7cd270bf2 100644 --- a/packages/medusa-plugin-ip-lookup/package.json +++ b/packages/medusa-plugin-ip-lookup/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-ip-lookup", - "version": "1.2.2", + "version": "1.2.3", "description": "IP lookup middleware for Medusa core", "main": "dist/index.js", "repository": { @@ -27,10 +27,10 @@ "@babel/runtime": "^7.7.6", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "axios": "^0.20.0" diff --git a/packages/medusa-plugin-mailchimp/CHANGELOG.md b/packages/medusa-plugin-mailchimp/CHANGELOG.md index cedd34f228..3138ad5be3 100644 --- a/packages/medusa-plugin-mailchimp/CHANGELOG.md +++ b/packages/medusa-plugin-mailchimp/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.44 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.1.43 ### Patch Changes diff --git a/packages/medusa-plugin-mailchimp/package.json b/packages/medusa-plugin-mailchimp/package.json index 4633a09e47..0b10fcea62 100644 --- a/packages/medusa-plugin-mailchimp/package.json +++ b/packages/medusa-plugin-mailchimp/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-mailchimp", - "version": "1.1.43", + "version": "1.1.44", "description": "Mailchimp newsletter subscriptions", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -32,7 +32,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", diff --git a/packages/medusa-plugin-meilisearch/CHANGELOG.md b/packages/medusa-plugin-meilisearch/CHANGELOG.md index 90334fdb6e..3efa286439 100644 --- a/packages/medusa-plugin-meilisearch/CHANGELOG.md +++ b/packages/medusa-plugin-meilisearch/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.0.2 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.0.1 ### Patch Changes diff --git a/packages/medusa-plugin-meilisearch/package.json b/packages/medusa-plugin-meilisearch/package.json index 79ad70a6bd..230b48e521 100644 --- a/packages/medusa-plugin-meilisearch/package.json +++ b/packages/medusa-plugin-meilisearch/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-meilisearch", - "version": "1.0.1", + "version": "1.0.2", "description": "A starter for Medusa projects.", "main": "index.js", "repository": { @@ -17,7 +17,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.3" + "medusa-interfaces": "1.3.4" }, "dependencies": { "body-parser": "^1.19.0", @@ -38,7 +38,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e", "keywords": [ diff --git a/packages/medusa-plugin-restock-notification/CHANGELOG.md b/packages/medusa-plugin-restock-notification/CHANGELOG.md index 6b12f7a1c5..5689d119ab 100644 --- a/packages/medusa-plugin-restock-notification/CHANGELOG.md +++ b/packages/medusa-plugin-restock-notification/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.0.2 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`9dbccd9ca`](https://github.com/medusajs/medusa/commit/9dbccd9ca78b8b66f9a21947bb863622e7ff326b), [`542daeead`](https://github.com/medusajs/medusa/commit/542daeeadd78d939f5144c690e8907374da6d085), [`8c08d0031`](https://github.com/medusajs/medusa/commit/8c08d003198b94c00f8428a51c0e79d2ca9d1dc7), [`017538883`](https://github.com/medusajs/medusa/commit/017538883588792e1ff37abcab0fd2872c9af932), [`b2839e2e4`](https://github.com/medusajs/medusa/commit/b2839e2e4dc0d9344fa2ac8d4d16b796def4c56d), [`76d175231`](https://github.com/medusajs/medusa/commit/76d17523105d3860028a90a45b6038a64040e5ce), [`9e3beaf53`](https://github.com/medusajs/medusa/commit/9e3beaf5319dc785cf84b856cfcc8193df90c3a4), [`7d4b8b9cc`](https://github.com/medusajs/medusa/commit/7d4b8b9cc59672d01cdf0c6f331bc3d1eeec9bee), [`aab163bab`](https://github.com/medusajs/medusa/commit/aab163babb91759a05b852d34c299cdfac96d800), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`27a29ef24`](https://github.com/medusajs/medusa/commit/27a29ef24e5ea1ba2bc0be8ecb7dd747d4c7c65b), [`aef842123`](https://github.com/medusajs/medusa/commit/aef8421235d8fff68d7d4f8b73f77484073311a5), [`1dc79590b`](https://github.com/medusajs/medusa/commit/1dc79590b3539af09dbc8fbf931d9b5ee225fb0d), [`9c4647383`](https://github.com/medusajs/medusa/commit/9c4647383ebf0a183ccc566636bcf7af06409060), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`b80124d32`](https://github.com/medusajs/medusa/commit/b80124d32d950790c2a01b49e8c34d562b1d57f4), [`cb1ec0076`](https://github.com/medusajs/medusa/commit/cb1ec0076b4fd932c686d6027e8b060ceded3a64), [`142c8aa70`](https://github.com/medusajs/medusa/commit/142c8aa70f583d9b11a6add2b8f988e9ba4cf979), [`1547dd814`](https://github.com/medusajs/medusa/commit/1547dd8143889fc30045fc3d0241de8e69acb76e), [`d2c692aa9`](https://github.com/medusajs/medusa/commit/d2c692aa96ea89c053f9a694a9ae6dba77e89b14), [`150696de9`](https://github.com/medusajs/medusa/commit/150696de99fc852c5d72a746f168b6f62b2086ed), [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2), [`b3e4be720`](https://github.com/medusajs/medusa/commit/b3e4be72087d0b528c3cce322edf9325b855c8ae)]: + - @medusajs/medusa@1.7.4 + - medusa-interfaces@1.3.4 + ## 2.0.1 ### Patch Changes diff --git a/packages/medusa-plugin-restock-notification/package.json b/packages/medusa-plugin-restock-notification/package.json index fca2b3f929..beeb944f8f 100644 --- a/packages/medusa-plugin-restock-notification/package.json +++ b/packages/medusa-plugin-restock-notification/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-restock-notification", - "version": "2.0.1", + "version": "2.0.2", "main": "index.js", "repository": { "type": "git", @@ -17,7 +17,7 @@ "babel-preset-medusa-package": "^1.1.19", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3", + "medusa-interfaces": "^1.3.4", "medusa-test-utils": "^1.1.37", "pg": "^8.5.1", "ulid": "^2.3.0" @@ -29,8 +29,8 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "@medusajs/medusa": "^1.7.1", - "medusa-interfaces": "1.x" + "@medusajs/medusa": "^1.7.4", + "medusa-interfaces": "1.3.4" }, "dependencies": { "body-parser": "^1.19.0", diff --git a/packages/medusa-plugin-segment/CHANGELOG.md b/packages/medusa-plugin-segment/CHANGELOG.md index 25a6ad0072..4727c1330e 100644 --- a/packages/medusa-plugin-segment/CHANGELOG.md +++ b/packages/medusa-plugin-segment/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.2 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.3.1 ### Patch Changes diff --git a/packages/medusa-plugin-segment/package.json b/packages/medusa-plugin-segment/package.json index 2471ba0f70..d49cb5809d 100644 --- a/packages/medusa-plugin-segment/package.json +++ b/packages/medusa-plugin-segment/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-segment", - "version": "1.3.1", + "version": "1.3.2", "description": "Segment Analytics", "main": "index.js", "repository": { @@ -24,7 +24,7 @@ "cross-env": "^5.2.1", "eslint": "^6.8.0", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -33,7 +33,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "analytics-node": "^3.4.0-beta.1", diff --git a/packages/medusa-plugin-sendgrid/CHANGELOG.md b/packages/medusa-plugin-sendgrid/CHANGELOG.md index 91bada2266..01edebf977 100644 --- a/packages/medusa-plugin-sendgrid/CHANGELOG.md +++ b/packages/medusa-plugin-sendgrid/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.5 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.3.4 ### Patch Changes diff --git a/packages/medusa-plugin-sendgrid/package.json b/packages/medusa-plugin-sendgrid/package.json index e460eca3fe..ea8dce880d 100644 --- a/packages/medusa-plugin-sendgrid/package.json +++ b/packages/medusa-plugin-sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-sendgrid", - "version": "1.3.4", + "version": "1.3.5", "description": "SendGrid transactional emails", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -32,7 +32,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", diff --git a/packages/medusa-plugin-slack-notification/CHANGELOG.md b/packages/medusa-plugin-slack-notification/CHANGELOG.md index e21a53ee81..f1081c76b4 100644 --- a/packages/medusa-plugin-slack-notification/CHANGELOG.md +++ b/packages/medusa-plugin-slack-notification/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.6 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.3.5 ### Patch Changes diff --git a/packages/medusa-plugin-slack-notification/package.json b/packages/medusa-plugin-slack-notification/package.json index e5d4b622af..8c798a52c6 100644 --- a/packages/medusa-plugin-slack-notification/package.json +++ b/packages/medusa-plugin-slack-notification/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-slack-notification", - "version": "1.3.5", + "version": "1.3.6", "description": "Slack notifications", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "client-sessions": "^0.8.0", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -32,7 +32,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", diff --git a/packages/medusa-plugin-twilio-sms/CHANGELOG.md b/packages/medusa-plugin-twilio-sms/CHANGELOG.md index 1b52ec6915..ee19e3ff34 100644 --- a/packages/medusa-plugin-twilio-sms/CHANGELOG.md +++ b/packages/medusa-plugin-twilio-sms/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.2.5 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.2.4 ### Patch Changes diff --git a/packages/medusa-plugin-twilio-sms/package.json b/packages/medusa-plugin-twilio-sms/package.json index 4a3be82bad..681646a5e8 100644 --- a/packages/medusa-plugin-twilio-sms/package.json +++ b/packages/medusa-plugin-twilio-sms/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-twilio-sms", - "version": "1.2.4", + "version": "1.2.5", "main": "index.js", "repository": { "type": "git", @@ -21,7 +21,7 @@ "@babel/runtime": "^7.9.6", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -30,7 +30,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "@babel/plugin-transform-classes": "^7.9.5", diff --git a/packages/medusa-plugin-wishlist/CHANGELOG.md b/packages/medusa-plugin-wishlist/CHANGELOG.md index 2caca8e136..cd899b1ac3 100644 --- a/packages/medusa-plugin-wishlist/CHANGELOG.md +++ b/packages/medusa-plugin-wishlist/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.39 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.1.38 ### Patch Changes diff --git a/packages/medusa-plugin-wishlist/package.json b/packages/medusa-plugin-wishlist/package.json index 435e951ad5..a5b61552fe 100644 --- a/packages/medusa-plugin-wishlist/package.json +++ b/packages/medusa-plugin-wishlist/package.json @@ -1,6 +1,6 @@ { "name": "medusa-plugin-wishlist", - "version": "1.1.38", + "version": "1.1.39", "description": "Provides /customers/:id/wishlist to add items to a customr's wishlist", "main": "index.js", "repository": { @@ -23,7 +23,7 @@ "@babel/runtime": "^7.9.6", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "scripts": { "prepare": "cross-env NODE_ENV=production yarn run build", @@ -32,7 +32,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.x" + "medusa-interfaces": "1.3.4" }, "dependencies": { "body-parser": "^1.19.0", diff --git a/packages/medusa-react/CHANGELOG.md b/packages/medusa-react/CHANGELOG.md index 6d95d5ae8d..0829a1bf61 100644 --- a/packages/medusa-react/CHANGELOG.md +++ b/packages/medusa-react/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 4.0.2 + +### Patch Changes + +- [#2969](https://github.com/medusajs/medusa/pull/2969) [`8d1275c94`](https://github.com/medusajs/medusa/commit/8d1275c94204e71986cb89a1273876662776939b) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - Udates the required version of the peer dependency `react-query` to `@tanstack/react-query` (v4). Also fixes ´react-query´ being defined as both a dependency and peer dependency. + +- [#3051](https://github.com/medusajs/medusa/pull/3051) [`150696de9`](https://github.com/medusajs/medusa/commit/150696de99fc852c5d72a746f168b6f62b2086ed) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(medusa, medusa-js, medusa-react): Add endpoint to retrieve Product Tags through the Storefront API + +- [#3038](https://github.com/medusajs/medusa/pull/3038) [`cb2524400`](https://github.com/medusajs/medusa/commit/cb252440079f34ddfdfff1b891f6f73b98db9d59) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - hotfix: Fixes bundling error making JS client unable to run in Node enviornments. Also fixes wrong payload type of admin file uploads. + +- Updated dependencies [[`9dbccd9ca`](https://github.com/medusajs/medusa/commit/9dbccd9ca78b8b66f9a21947bb863622e7ff326b), [`542daeead`](https://github.com/medusajs/medusa/commit/542daeeadd78d939f5144c690e8907374da6d085), [`8c08d0031`](https://github.com/medusajs/medusa/commit/8c08d003198b94c00f8428a51c0e79d2ca9d1dc7), [`017538883`](https://github.com/medusajs/medusa/commit/017538883588792e1ff37abcab0fd2872c9af932), [`b2839e2e4`](https://github.com/medusajs/medusa/commit/b2839e2e4dc0d9344fa2ac8d4d16b796def4c56d), [`76d175231`](https://github.com/medusajs/medusa/commit/76d17523105d3860028a90a45b6038a64040e5ce), [`9e3beaf53`](https://github.com/medusajs/medusa/commit/9e3beaf5319dc785cf84b856cfcc8193df90c3a4), [`7d4b8b9cc`](https://github.com/medusajs/medusa/commit/7d4b8b9cc59672d01cdf0c6f331bc3d1eeec9bee), [`aab163bab`](https://github.com/medusajs/medusa/commit/aab163babb91759a05b852d34c299cdfac96d800), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`27a29ef24`](https://github.com/medusajs/medusa/commit/27a29ef24e5ea1ba2bc0be8ecb7dd747d4c7c65b), [`aef842123`](https://github.com/medusajs/medusa/commit/aef8421235d8fff68d7d4f8b73f77484073311a5), [`1dc79590b`](https://github.com/medusajs/medusa/commit/1dc79590b3539af09dbc8fbf931d9b5ee225fb0d), [`9c4647383`](https://github.com/medusajs/medusa/commit/9c4647383ebf0a183ccc566636bcf7af06409060), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`b80124d32`](https://github.com/medusajs/medusa/commit/b80124d32d950790c2a01b49e8c34d562b1d57f4), [`cb1ec0076`](https://github.com/medusajs/medusa/commit/cb1ec0076b4fd932c686d6027e8b060ceded3a64), [`142c8aa70`](https://github.com/medusajs/medusa/commit/142c8aa70f583d9b11a6add2b8f988e9ba4cf979), [`1547dd814`](https://github.com/medusajs/medusa/commit/1547dd8143889fc30045fc3d0241de8e69acb76e), [`d2c692aa9`](https://github.com/medusajs/medusa/commit/d2c692aa96ea89c053f9a694a9ae6dba77e89b14), [`150696de9`](https://github.com/medusajs/medusa/commit/150696de99fc852c5d72a746f168b6f62b2086ed), [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2), [`b3e4be720`](https://github.com/medusajs/medusa/commit/b3e4be72087d0b528c3cce322edf9325b855c8ae), [`cb2524400`](https://github.com/medusajs/medusa/commit/cb252440079f34ddfdfff1b891f6f73b98db9d59)]: + - @medusajs/medusa@1.7.4 + - @medusajs/medusa-js@1.3.7 + ## 4.0.1 ### Patch Changes diff --git a/packages/medusa-react/package.json b/packages/medusa-react/package.json index 931ccdc7fb..60ac6ac60d 100644 --- a/packages/medusa-react/package.json +++ b/packages/medusa-react/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -22,7 +22,7 @@ "build-storybook": "build-storybook" }, "peerDependencies": { - "@medusajs/medusa": "^1.7.1", + "@medusajs/medusa": "^1.7.4", "@tanstack/react-query": ">=4.22.0", "react": ">=16" }, @@ -46,7 +46,7 @@ ], "devDependencies": { "@babel/core": "^7.16.0", - "@medusajs/medusa": "^1.7.1", + "@medusajs/medusa": "^1.7.4", "@size-limit/preset-small-lib": "^6.0.4", "@storybook/addon-contexts": "^5.3.21", "@storybook/addon-essentials": "^6.3.12", @@ -76,7 +76,7 @@ "tslib": "^2.3.1" }, "dependencies": { - "@medusajs/medusa-js": "^1.3.5", + "@medusajs/medusa-js": "^1.3.7", "lodash": "^4.17.21", "lodash-es": "^4.17.21" }, diff --git a/packages/medusa-source-shopify/CHANGELOG.md b/packages/medusa-source-shopify/CHANGELOG.md index ec27f3abca..5dde8139f7 100644 --- a/packages/medusa-source-shopify/CHANGELOG.md +++ b/packages/medusa-source-shopify/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.2.5 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - medusa-interfaces@1.3.4 + ## 1.2.4 ### Patch Changes diff --git a/packages/medusa-source-shopify/package.json b/packages/medusa-source-shopify/package.json index 51f36ca31e..c1065c2d9f 100644 --- a/packages/medusa-source-shopify/package.json +++ b/packages/medusa-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "medusa-source-shopify", - "version": "1.2.4", + "version": "1.2.5", "description": "Source plugin that allows users to import products from a Shopify store", "main": "index.js", "repository": { @@ -17,7 +17,7 @@ "watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'" }, "peerDependencies": { - "medusa-interfaces": "1.3.3", + "medusa-interfaces": "1.3.4", "typeorm": "0.x" }, "dependencies": { @@ -29,7 +29,7 @@ "ioredis": "^4.27.9", "lodash": "^4.17.21", "medusa-core-utils": "^1.1.37", - "medusa-interfaces": "^1.3.3", + "medusa-interfaces": "^1.3.4", "medusa-test-utils": "^1.1.37" }, "devDependencies": { @@ -45,7 +45,7 @@ "client-sessions": "^0.8.0", "cross-env": "^7.0.3", "jest": "^26.6.3", - "medusa-interfaces": "^1.3.3" + "medusa-interfaces": "^1.3.4" }, "gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e", "keywords": [ diff --git a/packages/medusa-telemetry/CHANGELOG.md b/packages/medusa-telemetry/CHANGELOG.md index c2d43bf449..e61d7da739 100644 --- a/packages/medusa-telemetry/CHANGELOG.md +++ b/packages/medusa-telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.0.16 + +### Patch Changes + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + ## 0.0.15 ### Patch Changes diff --git a/packages/medusa-telemetry/package.json b/packages/medusa-telemetry/package.json index 86142dbb80..0622e114ff 100644 --- a/packages/medusa-telemetry/package.json +++ b/packages/medusa-telemetry/package.json @@ -1,6 +1,6 @@ { "name": "medusa-telemetry", - "version": "0.0.15", + "version": "0.0.16", "description": "Telemetry for Medusa", "main": "dist/index.js", "repository": { diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index ce980b8c18..5ca72d66fb 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,60 @@ # Change Log +## 1.7.4 + +### Patch Changes + +- [#2997](https://github.com/medusajs/medusa/pull/2997) [`9dbccd9ca`](https://github.com/medusajs/medusa/commit/9dbccd9ca78b8b66f9a21947bb863622e7ff326b) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat(medusa, stock-location, inventory): Allow modules to integrate with core + +- [#3043](https://github.com/medusajs/medusa/pull/3043) [`542daeead`](https://github.com/medusajs/medusa/commit/542daeeadd78d939f5144c690e8907374da6d085) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore(oas): replace response with $ref class JSDoc (Store A-PAY) + +- [#3027](https://github.com/medusajs/medusa/pull/3027) [`8c08d0031`](https://github.com/medusajs/medusa/commit/8c08d003198b94c00f8428a51c0e79d2ca9d1dc7) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Legacy total service should accept custom items + +- [#2861](https://github.com/medusajs/medusa/pull/2861) [`017538883`](https://github.com/medusajs/medusa/commit/017538883588792e1ff37abcab0fd2872c9af932) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat(medusa): Transaction Orchestrator + +- [#3004](https://github.com/medusajs/medusa/pull/3004) [`b2839e2e4`](https://github.com/medusajs/medusa/commit/b2839e2e4dc0d9344fa2ac8d4d16b796def4c56d) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa): create a store endpoint to retrieve a product category + +- [#3040](https://github.com/medusajs/medusa/pull/3040) [`76d175231`](https://github.com/medusajs/medusa/commit/76d17523105d3860028a90a45b6038a64040e5ce) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Fix inventory adjustments + +- [#3006](https://github.com/medusajs/medusa/pull/3006) [`9e3beaf53`](https://github.com/medusajs/medusa/commit/9e3beaf5319dc785cf84b856cfcc8193df90c3a4) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(feature-flags): Remove OrderEditing feature flag + +- [#3023](https://github.com/medusajs/medusa/pull/3023) [`7d4b8b9cc`](https://github.com/medusajs/medusa/commit/7d4b8b9cc59672d01cdf0c6f331bc3d1eeec9bee) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa): store - added category list endpoint + +- [#2986](https://github.com/medusajs/medusa/pull/2986) [`aab163bab`](https://github.com/medusajs/medusa/commit/aab163babb91759a05b852d34c299cdfac96d800) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa): added admin endpoint to update product categories + +- [#3030](https://github.com/medusajs/medusa/pull/3030) [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore(oas): replace response with $ref class JSDoc (Admin PR0-SAL) + +- [#3031](https://github.com/medusajs/medusa/pull/3031) [`27a29ef24`](https://github.com/medusajs/medusa/commit/27a29ef24e5ea1ba2bc0be8ecb7dd747d4c7c65b) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore(oas): replace response with $ref class JSDoc (Admin SHI-V) + +- [#3003](https://github.com/medusajs/medusa/pull/3003) [`aef842123`](https://github.com/medusajs/medusa/commit/aef8421235d8fff68d7d4f8b73f77484073311a5) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa): emit events on product category mutation + +- [#2963](https://github.com/medusajs/medusa/pull/2963) [`1dc79590b`](https://github.com/medusajs/medusa/commit/1dc79590b3539af09dbc8fbf931d9b5ee225fb0d) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Fix(medusa): rename variant inventory item quantity to required_quantity + +- [#2995](https://github.com/medusajs/medusa/pull/2995) [`9c4647383`](https://github.com/medusajs/medusa/commit/9c4647383ebf0a183ccc566636bcf7af06409060) Thanks [@pKorsholm](https://github.com/pKorsholm)! - add reservation endpoints + +- [#3030](https://github.com/medusajs/medusa/pull/3030) [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore(oas): replace response with $ref class JSDoc (Admin PR0-SAL) + +- [#3007](https://github.com/medusajs/medusa/pull/3007) [`b80124d32`](https://github.com/medusajs/medusa/commit/b80124d32d950790c2a01b49e8c34d562b1d57f4) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Allow custom created_by on order edits + +- [#3044](https://github.com/medusajs/medusa/pull/3044) [`cb1ec0076`](https://github.com/medusajs/medusa/commit/cb1ec0076b4fd932c686d6027e8b060ceded3a64) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - chore(oas): replace response with $ref class JSDoc (Store PRO-V) + +- [#3010](https://github.com/medusajs/medusa/pull/3010) [`142c8aa70`](https://github.com/medusajs/medusa/commit/142c8aa70f583d9b11a6add2b8f988e9ba4cf979) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Payment collection should provider the region_id, total and id in the partial cart data + +- [#3033](https://github.com/medusajs/medusa/pull/3033) [`1547dd814`](https://github.com/medusajs/medusa/commit/1547dd8143889fc30045fc3d0241de8e69acb76e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Add module options to transaction base service to use in modules + +- [#3013](https://github.com/medusajs/medusa/pull/3013) [`d2c692aa9`](https://github.com/medusajs/medusa/commit/d2c692aa96ea89c053f9a694a9ae6dba77e89b14) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Add default sales channel to product in seeding + +- [#3051](https://github.com/medusajs/medusa/pull/3051) [`150696de9`](https://github.com/medusajs/medusa/commit/150696de99fc852c5d72a746f168b6f62b2086ed) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(medusa, medusa-js, medusa-react): Add endpoint to retrieve Product Tags through the Storefront API + +- [#3025](https://github.com/medusajs/medusa/pull/3025) [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): test, build and watch scripts + +- [#3008](https://github.com/medusajs/medusa/pull/3008) [`b3e4be720`](https://github.com/medusajs/medusa/commit/b3e4be72087d0b528c3cce322edf9325b855c8ae) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Draft order totals not working with custom items + +- Updated dependencies [[`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2)]: + - @medusajs/medusa-cli@1.3.6 + - medusa-interfaces@1.3.4 + - medusa-telemetry@0.0.16 + ## 1.7.3 ### Patch Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index 1b9bd5f654..b00c4189b7 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.7.3", + "version": "1.7.4", "description": "E-commerce for JAMstack", "main": "dist/index.js", "bin": "./cli.js", @@ -25,7 +25,7 @@ "babel-preset-medusa-package": "^1.1.19", "cross-env": "^5.2.1", "jest": "^25.5.2", - "medusa-interfaces": "^1.3.3", + "medusa-interfaces": "^1.3.4", "nodemon": "^2.0.1", "sqlite3": "^5.0.2", "supertest": "^4.0.2", @@ -41,11 +41,11 @@ "test:unit": "jest" }, "peerDependencies": { - "medusa-interfaces": "1.3.3", + "medusa-interfaces": "1.3.4", "typeorm": "0.2.x" }, "dependencies": { - "@medusajs/medusa-cli": "^1.3.5", + "@medusajs/medusa-cli": "^1.3.6", "@types/ioredis": "^4.28.10", "@types/lodash": "^4.14.168", "awilix": "^8.0.0", @@ -68,7 +68,7 @@ "iso8601-duration": "^1.3.0", "jsonwebtoken": "^8.5.1", "medusa-core-utils": "^1.1.37", - "medusa-telemetry": "^0.0.15", + "medusa-telemetry": "^0.0.16", "medusa-test-utils": "^1.1.38", "morgan": "^1.9.1", "multer": "^1.4.2", diff --git a/packages/stock-location/CHANGELOG.md b/packages/stock-location/CHANGELOG.md index d5b1d4d001..7b135234e9 100644 --- a/packages/stock-location/CHANGELOG.md +++ b/packages/stock-location/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/stock-location +## 1.0.2 + +### Patch Changes + +- [#2997](https://github.com/medusajs/medusa/pull/2997) [`9dbccd9ca`](https://github.com/medusajs/medusa/commit/9dbccd9ca78b8b66f9a21947bb863622e7ff326b) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - feat(medusa, stock-location, inventory): Allow modules to integrate with core + +- [#3033](https://github.com/medusajs/medusa/pull/3033) [`1547dd814`](https://github.com/medusajs/medusa/commit/1547dd8143889fc30045fc3d0241de8e69acb76e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Add module options to transaction base service to use in modules + +- Updated dependencies [[`9dbccd9ca`](https://github.com/medusajs/medusa/commit/9dbccd9ca78b8b66f9a21947bb863622e7ff326b), [`542daeead`](https://github.com/medusajs/medusa/commit/542daeeadd78d939f5144c690e8907374da6d085), [`8c08d0031`](https://github.com/medusajs/medusa/commit/8c08d003198b94c00f8428a51c0e79d2ca9d1dc7), [`017538883`](https://github.com/medusajs/medusa/commit/017538883588792e1ff37abcab0fd2872c9af932), [`b2839e2e4`](https://github.com/medusajs/medusa/commit/b2839e2e4dc0d9344fa2ac8d4d16b796def4c56d), [`76d175231`](https://github.com/medusajs/medusa/commit/76d17523105d3860028a90a45b6038a64040e5ce), [`9e3beaf53`](https://github.com/medusajs/medusa/commit/9e3beaf5319dc785cf84b856cfcc8193df90c3a4), [`7d4b8b9cc`](https://github.com/medusajs/medusa/commit/7d4b8b9cc59672d01cdf0c6f331bc3d1eeec9bee), [`aab163bab`](https://github.com/medusajs/medusa/commit/aab163babb91759a05b852d34c299cdfac96d800), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`27a29ef24`](https://github.com/medusajs/medusa/commit/27a29ef24e5ea1ba2bc0be8ecb7dd747d4c7c65b), [`aef842123`](https://github.com/medusajs/medusa/commit/aef8421235d8fff68d7d4f8b73f77484073311a5), [`1dc79590b`](https://github.com/medusajs/medusa/commit/1dc79590b3539af09dbc8fbf931d9b5ee225fb0d), [`9c4647383`](https://github.com/medusajs/medusa/commit/9c4647383ebf0a183ccc566636bcf7af06409060), [`a0c4cfe0f`](https://github.com/medusajs/medusa/commit/a0c4cfe0f74cf30c45956c32c2fb22bf833bea68), [`b80124d32`](https://github.com/medusajs/medusa/commit/b80124d32d950790c2a01b49e8c34d562b1d57f4), [`cb1ec0076`](https://github.com/medusajs/medusa/commit/cb1ec0076b4fd932c686d6027e8b060ceded3a64), [`142c8aa70`](https://github.com/medusajs/medusa/commit/142c8aa70f583d9b11a6add2b8f988e9ba4cf979), [`1547dd814`](https://github.com/medusajs/medusa/commit/1547dd8143889fc30045fc3d0241de8e69acb76e), [`d2c692aa9`](https://github.com/medusajs/medusa/commit/d2c692aa96ea89c053f9a694a9ae6dba77e89b14), [`150696de9`](https://github.com/medusajs/medusa/commit/150696de99fc852c5d72a746f168b6f62b2086ed), [`93d0dc1bd`](https://github.com/medusajs/medusa/commit/93d0dc1bdcb54cf6e87428a7bb9b0dac196b4de2), [`b3e4be720`](https://github.com/medusajs/medusa/commit/b3e4be72087d0b528c3cce322edf9325b855c8ae)]: + - @medusajs/medusa@1.7.4 + - medusa-interfaces@1.3.4 + ## 1.0.1 ### Patch Changes diff --git a/packages/stock-location/package.json b/packages/stock-location/package.json index 4d65048488..ccbc29b1ad 100644 --- a/packages/stock-location/package.json +++ b/packages/stock-location/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/stock-location", - "version": "1.0.1", + "version": "1.0.2", "description": "Stock Location Module for Medusa", "main": "dist/index.js", "repository": { @@ -14,7 +14,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/medusa": "^1.7.3", + "@medusajs/medusa": "^1.7.4", "cross-env": "^5.2.1", "jest": "^25.5.2", "ts-jest": "^25.5.1", @@ -28,8 +28,8 @@ "test:unit": "jest --passWithNoTests" }, "peerDependencies": { - "@medusajs/medusa": "^1.7.3", - "medusa-interfaces": "1.3.3", + "@medusajs/medusa": "^1.7.4", + "medusa-interfaces": "1.3.4", "typeorm": "^0.2.31" } } diff --git a/yarn.lock b/yarn.lock index ae63e0c8b5..5a3c9a9a34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4357,12 +4357,12 @@ __metadata: typeorm: ^0.2.31 typescript: ^4.4.4 peerDependencies: - "@medusajs/medusa": 1.x.x - medusa-interfaces: 1.x.x + "@medusajs/medusa": 1.7.4 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft -"@medusajs/medusa-cli@^1.3.5, @medusajs/medusa-cli@workspace:packages/medusa-cli": +"@medusajs/medusa-cli@^1.3.6, @medusajs/medusa-cli@workspace:packages/medusa-cli": version: 0.0.0-use.local resolution: "@medusajs/medusa-cli@workspace:packages/medusa-cli" dependencies: @@ -4389,7 +4389,7 @@ __metadata: jest: ^25.5.2 meant: ^1.0.1 medusa-core-utils: ^1.1.31 - medusa-telemetry: 0.0.15 + medusa-telemetry: 0.0.16 netrc-parser: ^3.1.6 open: ^8.0.6 ora: ^5.4.1 @@ -4407,11 +4407,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/medusa-js@^1.3.5, @medusajs/medusa-js@workspace:packages/medusa-js": +"@medusajs/medusa-js@^1.3.7, @medusajs/medusa-js@workspace:packages/medusa-js": version: 0.0.0-use.local resolution: "@medusajs/medusa-js@workspace:packages/medusa-js" dependencies: - "@medusajs/medusa": ^1.7.3 + "@medusajs/medusa": ^1.7.4 "@types/uuid": ^9.0.0 axios: ^0.24.0 cross-env: ^7.0.3 @@ -4423,18 +4423,18 @@ __metadata: typescript: ^4.9.4 uuid: ^9.0.0 peerDependencies: - "@medusajs/medusa": ^1.7.3 + "@medusajs/medusa": ^1.7.4 languageName: unknown linkType: soft -"@medusajs/medusa@*, @medusajs/medusa@^1.7.1, @medusajs/medusa@^1.7.3, @medusajs/medusa@workspace:packages/medusa": +"@medusajs/medusa@*, @medusajs/medusa@^1.7.4, @medusajs/medusa@workspace:packages/medusa": version: 0.0.0-use.local resolution: "@medusajs/medusa@workspace:packages/medusa" dependencies: "@babel/cli": ^7.14.3 "@babel/core": ^7.14.3 "@babel/preset-typescript": ^7.13.0 - "@medusajs/medusa-cli": ^1.3.5 + "@medusajs/medusa-cli": ^1.3.6 "@types/express": ^4.17.13 "@types/ioredis": ^4.28.10 "@types/jest": ^27.5.0 @@ -4464,8 +4464,8 @@ __metadata: jest: ^25.5.2 jsonwebtoken: ^8.5.1 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 - medusa-telemetry: ^0.0.15 + medusa-interfaces: ^1.3.4 + medusa-telemetry: ^0.0.16 medusa-test-utils: ^1.1.38 morgan: ^1.9.1 multer: ^1.4.2 @@ -4491,7 +4491,7 @@ __metadata: uuid: ^8.3.1 winston: ^3.2.1 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 typeorm: 0.2.x bin: medusa: ./cli.js @@ -4502,14 +4502,14 @@ __metadata: version: 0.0.0-use.local resolution: "@medusajs/stock-location@workspace:packages/stock-location" dependencies: - "@medusajs/medusa": ^1.7.3 + "@medusajs/medusa": ^1.7.4 cross-env: ^5.2.1 jest: ^25.5.2 ts-jest: ^25.5.1 typescript: ^4.4.4 peerDependencies: - "@medusajs/medusa": ^1.7.3 - medusa-interfaces: 1.3.3 + "@medusajs/medusa": ^1.7.4 + medusa-interfaces: 1.3.4 typeorm: ^0.2.31 languageName: unknown linkType: soft @@ -24201,10 +24201,10 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24229,10 +24229,10 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24257,11 +24257,11 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 stripe: ^8.50.0 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24282,9 +24282,9 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24299,7 +24299,7 @@ __metadata: "@babel/plugin-transform-runtime": ^7.7.6 "@babel/preset-env": ^7.7.5 "@babel/runtime": ^7.9.6 - "@medusajs/medusa": ^1.7.1 + "@medusajs/medusa": ^1.7.4 axios: ^0.20.0 body-parser: ^1.19.0 client-sessions: ^0.8.0 @@ -24308,13 +24308,13 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft -"medusa-interfaces@*, medusa-interfaces@^1.3.1, medusa-interfaces@^1.3.3, medusa-interfaces@workspace:packages/medusa-interfaces": +"medusa-interfaces@*, medusa-interfaces@^1.3.4, medusa-interfaces@workspace:packages/medusa-interfaces": version: 0.0.0-use.local resolution: "medusa-interfaces@workspace:packages/medusa-interfaces" dependencies: @@ -24362,10 +24362,10 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24391,10 +24391,10 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24415,10 +24415,10 @@ __metadata: "@babel/runtime": ^7.9.6 cross-env: ^5.2.1 jest: ^25.5.2 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.38 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24444,10 +24444,10 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.32 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.38 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24472,11 +24472,11 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 stripe: ^8.50.0 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24500,9 +24500,9 @@ __metadata: jest: ^25.5.2 lodash: ^4.17.21 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 typeorm: 0.x languageName: unknown linkType: soft @@ -24530,11 +24530,11 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.1 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 randomatic: ^3.1.1 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24559,11 +24559,11 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 redis: ^3.0.2 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24587,10 +24587,10 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 randomatic: ^3.1.1 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24615,11 +24615,11 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 moment: ^2.27.0 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24638,9 +24638,9 @@ __metadata: axios: ^0.20.0 cross-env: ^5.2.1 jest: ^25.5.2 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24666,10 +24666,10 @@ __metadata: jest: ^25.5.2 mailchimp-api-v3: ^1.14.0 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24692,10 +24692,10 @@ __metadata: jest: ^25.5.2 lodash: ^4.17.21 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 meilisearch: 0.27.0 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24714,13 +24714,13 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 pg: ^8.5.1 ulid: ^2.3.0 peerDependencies: - "@medusajs/medusa": ^1.7.1 - medusa-interfaces: 1.x + "@medusajs/medusa": ^1.7.4 + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24746,10 +24746,10 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24774,10 +24774,10 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24802,11 +24802,11 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 moment: ^2.27.0 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24828,11 +24828,11 @@ __metadata: cross-env: ^5.2.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 twilio: ^3.49.1 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24856,10 +24856,10 @@ __metadata: express: ^4.17.1 jest: ^25.5.2 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 peerDependencies: - medusa-interfaces: 1.x + medusa-interfaces: 1.3.4 languageName: unknown linkType: soft @@ -24868,8 +24868,8 @@ __metadata: resolution: "medusa-react@workspace:packages/medusa-react" dependencies: "@babel/core": ^7.16.0 - "@medusajs/medusa": ^1.7.1 - "@medusajs/medusa-js": ^1.3.5 + "@medusajs/medusa": ^1.7.4 + "@medusajs/medusa-js": ^1.3.7 "@size-limit/preset-small-lib": ^6.0.4 "@storybook/addon-contexts": ^5.3.21 "@storybook/addon-essentials": ^6.3.12 @@ -24900,7 +24900,7 @@ __metadata: ts-jest: ^27.1.4 tslib: ^2.3.1 peerDependencies: - "@medusajs/medusa": ^1.7.1 + "@medusajs/medusa": ^1.7.4 "@tanstack/react-query": ">=4.22.0" react: ">=16" languageName: unknown @@ -24930,15 +24930,15 @@ __metadata: jest: ^26.6.3 lodash: ^4.17.21 medusa-core-utils: ^1.1.37 - medusa-interfaces: ^1.3.3 + medusa-interfaces: ^1.3.4 medusa-test-utils: ^1.1.37 peerDependencies: - medusa-interfaces: 1.3.3 + medusa-interfaces: 1.3.4 typeorm: 0.x languageName: unknown linkType: soft -"medusa-telemetry@0.0.15, medusa-telemetry@^0.0.15, medusa-telemetry@workspace:packages/medusa-telemetry": +"medusa-telemetry@0.0.16, medusa-telemetry@^0.0.16, medusa-telemetry@workspace:packages/medusa-telemetry": version: 0.0.0-use.local resolution: "medusa-telemetry@workspace:packages/medusa-telemetry" dependencies: