diff --git a/.changeset/brown-timers-smash.md b/.changeset/brown-timers-smash.md deleted file mode 100644 index 45ce403616..0000000000 --- a/.changeset/brown-timers-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa-js": patch ---- - -Use correct payload type for resetting password in `medusa-js` diff --git a/.changeset/clever-impalas-smell.md b/.changeset/clever-impalas-smell.md deleted file mode 100644 index 552869ef84..0000000000 --- a/.changeset/clever-impalas-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-file-s3": patch ---- - -Add AWS S3 export support diff --git a/.changeset/dull-sheep-raise.md b/.changeset/dull-sheep-raise.md deleted file mode 100644 index e5dbb0cc7c..0000000000 --- a/.changeset/dull-sheep-raise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"medusa-payment-klarna": patch -"medusa-payment-paypal": patch -"medusa-payment-stripe": patch ---- - -Rely on cart totals in payment providers diff --git a/.changeset/famous-jeans-cheat.md b/.changeset/famous-jeans-cheat.md deleted file mode 100644 index aedc66d7b3..0000000000 --- a/.changeset/famous-jeans-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): Trim discount code on insert and retrieve diff --git a/.changeset/green-snakes-return.md b/.changeset/green-snakes-return.md deleted file mode 100644 index a77c1b6b43..0000000000 --- a/.changeset/green-snakes-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Adds a BatchJob strategy for importing prices to PriceLists diff --git a/.changeset/heavy-windows-shake.md b/.changeset/heavy-windows-shake.md deleted file mode 100644 index 92894d0c70..0000000000 --- a/.changeset/heavy-windows-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": minor ---- - -Improve performance of cart total calculations diff --git a/.changeset/honest-donuts-call.md b/.changeset/honest-donuts-call.md deleted file mode 100644 index 39c9d096d8..0000000000 --- a/.changeset/honest-donuts-call.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"medusa-react": patch -"@medusajs/medusa": patch ---- - -Finalise service migration and fix super constructor arguments diff --git a/.changeset/khaki-pets-repeat.md b/.changeset/khaki-pets-repeat.md deleted file mode 100644 index a777100f8f..0000000000 --- a/.changeset/khaki-pets-repeat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Fix wrongly referenced product id in ProductImportStrategy -Fix assigning nested objects properly diff --git a/.changeset/lazy-apes-unite.md b/.changeset/lazy-apes-unite.md deleted file mode 100644 index d92327f31f..0000000000 --- a/.changeset/lazy-apes-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-core-utils": patch ---- - -Adds `computerizeAmount` utility to convert human money format into the DB format Medusa uses (integer of lowest currency unit) diff --git a/.changeset/nasty-ligers-travel.md b/.changeset/nasty-ligers-travel.md deleted file mode 100644 index b81d1f8dac..0000000000 --- a/.changeset/nasty-ligers-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Add sales channel to order on creation diff --git a/.changeset/nine-trainers-protect.md b/.changeset/nine-trainers-protect.md deleted file mode 100644 index 4c1f473886..0000000000 --- a/.changeset/nine-trainers-protect.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"medusa-payment-stripe": patch -"@medusajs/medusa": patch ---- - -Migrate Stripe providers to the new AbstractPaymentService diff --git a/.changeset/polite-flowers-fly.md b/.changeset/polite-flowers-fly.md deleted file mode 100644 index f4a0536ee9..0000000000 --- a/.changeset/polite-flowers-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Normalize discount code before querying DB in `DiscountService.retrieveByCode` diff --git a/.changeset/shaggy-needles-raise.md b/.changeset/shaggy-needles-raise.md deleted file mode 100644 index 85fb346a85..0000000000 --- a/.changeset/shaggy-needles-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"medusa-payment-manual": patch ---- - -fix(medusa-payment-manual): Add missing update method diff --git a/.changeset/sour-beers-grow.md b/.changeset/sour-beers-grow.md deleted file mode 100644 index 3cf3a9e485..0000000000 --- a/.changeset/sour-beers-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/medusa-js": patch -"medusa-react": patch ---- - -feat(medusa-js, medusa-react): add expand fields to get order diff --git a/packages/medusa-core-utils/CHANGELOG.md b/packages/medusa-core-utils/CHANGELOG.md index 7cdeea7d95..8607545cd9 100644 --- a/packages/medusa-core-utils/CHANGELOG.md +++ b/packages/medusa-core-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.1.32 + +### Patch Changes + +- [#2210](https://github.com/medusajs/medusa/pull/2210) [`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81) Thanks [@srindom](https://github.com/srindom)! - Adds `computerizeAmount` utility to convert human money format into the DB format Medusa uses (integer of lowest currency unit) + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/packages/medusa-core-utils/package.json b/packages/medusa-core-utils/package.json index 133e695ec8..649ec6e83d 100644 --- a/packages/medusa-core-utils/package.json +++ b/packages/medusa-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "medusa-core-utils", - "version": "1.1.31", + "version": "1.1.32", "description": "Core utils for Medusa", "main": "dist/index.js", "repository": { diff --git a/packages/medusa-file-s3/CHANGELOG.md b/packages/medusa-file-s3/CHANGELOG.md index ba9567d295..9c77010e87 100644 --- a/packages/medusa-file-s3/CHANGELOG.md +++ b/packages/medusa-file-s3/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.1.6 + +### Patch Changes + +- [`8f4135fd5`](https://github.com/medusajs/medusa/commit/8f4135fd5ff6d6d24f395d705fe4e45ca9769415) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Add AWS S3 export support + +- Updated dependencies [[`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81)]: + - medusa-core-utils@1.1.32 + ## 1.1.5 ### Patch Changes diff --git a/packages/medusa-file-s3/package.json b/packages/medusa-file-s3/package.json index e5ed718ea0..cd252a2ad3 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.5", + "version": "1.1.6", "description": "AWS s3 file connector for Medusa", "main": "index.js", "repository": { @@ -39,7 +39,7 @@ "aws-sdk": "^2.983.0", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.1.31", + "medusa-core-utils": "^1.1.32", "medusa-test-utils": "^1.1.37" }, "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808", diff --git a/packages/medusa-js/CHANGELOG.md b/packages/medusa-js/CHANGELOG.md index e321dcc2f0..86464fd13d 100644 --- a/packages/medusa-js/CHANGELOG.md +++ b/packages/medusa-js/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.3.1 + +### Patch Changes + +- [#2207](https://github.com/medusajs/medusa/pull/2207) [`6132711ee`](https://github.com/medusajs/medusa/commit/6132711eef797219f1b93e4bc4bdb1dd47655308) Thanks [@sabakhilji](https://github.com/sabakhilji)! - Use correct payload type for resetting password in `medusa-js` + +* [#2353](https://github.com/medusajs/medusa/pull/2353) [`642902aae`](https://github.com/medusajs/medusa/commit/642902aaeb25144e59177c178f09fb8398951357) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa-js, medusa-react): add expand fields to get order + +* Updated dependencies [[`d2b272fab`](https://github.com/medusajs/medusa/commit/d2b272fab649bb272b8af4f2f00aafe89965995e), [`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81), [`3d255302b`](https://github.com/medusajs/medusa/commit/3d255302b022a06b492807774412b1db05fa8d06), [`678a06752`](https://github.com/medusajs/medusa/commit/678a06752a03f71d77265a874fd7d07361337862), [`d8a5942d3`](https://github.com/medusajs/medusa/commit/d8a5942d3d85671e2923668bdbf2867957f5554b), [`edd35631f`](https://github.com/medusajs/medusa/commit/edd35631f722009bdcb2439ff8c2326025425d33), [`df62e618b`](https://github.com/medusajs/medusa/commit/df62e618bcc365ef376b96705d63b465b48b0191), [`3f7317028`](https://github.com/medusajs/medusa/commit/3f7317028808cd3c1b44cb7b66694501a7c706c4)]: + - @medusajs/medusa@1.5.0 + ## 1.3.0 ### Minor Changes diff --git a/packages/medusa-js/package.json b/packages/medusa-js/package.json index 56474baf8e..2b1123c8ec 100644 --- a/packages/medusa-js/package.json +++ b/packages/medusa-js/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-js", - "version": "1.3.0", + "version": "1.3.1", "description": "Client for Medusa Commerce Rest API", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -15,7 +15,7 @@ "author": "Oliver Juhl", "license": "MIT", "dependencies": { - "@medusajs/medusa": "^1.4.0", + "@medusajs/medusa": "^1.5.0", "axios": "^0.24.0", "form-data": "^4.0.0", "qs": "^6.10.3", diff --git a/packages/medusa-payment-klarna/CHANGELOG.md b/packages/medusa-payment-klarna/CHANGELOG.md index 010ffab9b6..1dac93f050 100644 --- a/packages/medusa-payment-klarna/CHANGELOG.md +++ b/packages/medusa-payment-klarna/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.3.4 + +### Patch Changes + +- [#2381](https://github.com/medusajs/medusa/pull/2381) [`a908a7716`](https://github.com/medusajs/medusa/commit/a908a7716c94222f340531a5b13db0867b511519) Thanks [@srindom](https://github.com/srindom)! - Rely on cart totals in payment providers + +- Updated dependencies [[`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81)]: + - medusa-core-utils@1.1.32 + ## 1.3.3 ### Patch Changes diff --git a/packages/medusa-payment-klarna/package.json b/packages/medusa-payment-klarna/package.json index f557d73062..e38c342d6f 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.3", + "version": "1.3.4", "description": "Klarna Payment provider for Medusa Commerce", "main": "index.js", "repository": { @@ -39,7 +39,7 @@ "axios": "^0.21.0", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.1.31", + "medusa-core-utils": "^1.1.32", "medusa-test-utils": "^1.1.37" }, "gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e", diff --git a/packages/medusa-payment-manual/CHANGELOG.md b/packages/medusa-payment-manual/CHANGELOG.md index 8a7f634340..eb575906c8 100644 --- a/packages/medusa-payment-manual/CHANGELOG.md +++ b/packages/medusa-payment-manual/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.17 + +### Patch Changes + +- [#2254](https://github.com/medusajs/medusa/pull/2254) [`1024ac1a3`](https://github.com/medusajs/medusa/commit/1024ac1a3679180eb9097e33d13776dc6f4b4a75) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa-payment-manual): Add missing update method + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -7,26 +13,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package medusa-payment-manual - - - - ## [1.0.15](https://github.com/medusajs/medusa/compare/medusa-payment-manual@1.0.14...medusa-payment-manual@1.0.15) (2021-12-29) **Note:** Version bump only for package medusa-payment-manual - - - - ## [1.0.14](https://github.com/medusajs/medusa/compare/medusa-payment-manual@1.0.13...medusa-payment-manual@1.0.14) (2021-12-17) **Note:** Version bump only for package medusa-payment-manual - - - - ## [1.0.13](https://github.com/medusajs/medusa/compare/medusa-payment-manual@1.0.12...medusa-payment-manual@1.0.13) (2021-12-08) **Note:** Version bump only for package medusa-payment-manual diff --git a/packages/medusa-payment-manual/package.json b/packages/medusa-payment-manual/package.json index f84b4ee8ac..e79a902772 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.16", + "version": "1.0.17", "description": "A dummy payment provider to be used for testing or manual payments", "main": "index.js", "repository": { diff --git a/packages/medusa-payment-paypal/CHANGELOG.md b/packages/medusa-payment-paypal/CHANGELOG.md index 0d6791cc1b..bc2d943644 100644 --- a/packages/medusa-payment-paypal/CHANGELOG.md +++ b/packages/medusa-payment-paypal/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.2.6 + +### Patch Changes + +- [#2381](https://github.com/medusajs/medusa/pull/2381) [`a908a7716`](https://github.com/medusajs/medusa/commit/a908a7716c94222f340531a5b13db0867b511519) Thanks [@srindom](https://github.com/srindom)! - Rely on cart totals in payment providers + +- Updated dependencies [[`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81)]: + - medusa-core-utils@1.1.32 + ## 1.2.5 ### Patch Changes diff --git a/packages/medusa-payment-paypal/package.json b/packages/medusa-payment-paypal/package.json index 119e53c2ac..e9a922bdbb 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.5", + "version": "1.2.6", "description": "Paypal Payment provider for Meduas Commerce", "main": "index.js", "repository": { @@ -41,7 +41,7 @@ "@paypal/checkout-server-sdk": "^1.0.2", "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.1.31" + "medusa-core-utils": "^1.1.32" }, "gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e", "keywords": [ diff --git a/packages/medusa-payment-stripe/CHANGELOG.md b/packages/medusa-payment-stripe/CHANGELOG.md index 467c337354..d1d83a4c54 100644 --- a/packages/medusa-payment-stripe/CHANGELOG.md +++ b/packages/medusa-payment-stripe/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.1.44 + +### Patch Changes + +- [#2381](https://github.com/medusajs/medusa/pull/2381) [`a908a7716`](https://github.com/medusajs/medusa/commit/a908a7716c94222f340531a5b13db0867b511519) Thanks [@srindom](https://github.com/srindom)! - Rely on cart totals in payment providers + +* [#1790](https://github.com/medusajs/medusa/pull/1790) [`df62e618b`](https://github.com/medusajs/medusa/commit/df62e618bcc365ef376b96705d63b465b48b0191) Thanks [@adrien2p](https://github.com/adrien2p)! - Migrate Stripe providers to the new AbstractPaymentService + +* Updated dependencies [[`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81)]: + - medusa-core-utils@1.1.32 + ## 1.1.43 ### Patch Changes diff --git a/packages/medusa-payment-stripe/package.json b/packages/medusa-payment-stripe/package.json index 8cb2610b45..00d0271d78 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.43", + "version": "1.1.44", "description": "Stripe Payment provider for Meduas Commerce", "main": "index.js", "repository": { @@ -39,7 +39,7 @@ "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", - "medusa-core-utils": "^1.1.31", + "medusa-core-utils": "^1.1.32", "stripe": "^8.50.0" }, "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808", diff --git a/packages/medusa-react/CHANGELOG.md b/packages/medusa-react/CHANGELOG.md index 342211e0a2..a7ef44ab4c 100644 --- a/packages/medusa-react/CHANGELOG.md +++ b/packages/medusa-react/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.0.0 + +### Patch Changes + +- [#2276](https://github.com/medusajs/medusa/pull/2276) [`678a06752`](https://github.com/medusajs/medusa/commit/678a06752a03f71d77265a874fd7d07361337862) Thanks [@adrien2p](https://github.com/adrien2p)! - Finalise service migration and fix super constructor arguments + +* [#2353](https://github.com/medusajs/medusa/pull/2353) [`642902aae`](https://github.com/medusajs/medusa/commit/642902aaeb25144e59177c178f09fb8398951357) Thanks [@pKorsholm](https://github.com/pKorsholm)! - feat(medusa-js, medusa-react): add expand fields to get order + +* Updated dependencies [[`6132711ee`](https://github.com/medusajs/medusa/commit/6132711eef797219f1b93e4bc4bdb1dd47655308), [`d2b272fab`](https://github.com/medusajs/medusa/commit/d2b272fab649bb272b8af4f2f00aafe89965995e), [`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81), [`3d255302b`](https://github.com/medusajs/medusa/commit/3d255302b022a06b492807774412b1db05fa8d06), [`678a06752`](https://github.com/medusajs/medusa/commit/678a06752a03f71d77265a874fd7d07361337862), [`d8a5942d3`](https://github.com/medusajs/medusa/commit/d8a5942d3d85671e2923668bdbf2867957f5554b), [`edd35631f`](https://github.com/medusajs/medusa/commit/edd35631f722009bdcb2439ff8c2326025425d33), [`df62e618b`](https://github.com/medusajs/medusa/commit/df62e618bcc365ef376b96705d63b465b48b0191), [`3f7317028`](https://github.com/medusajs/medusa/commit/3f7317028808cd3c1b44cb7b66694501a7c706c4), [`642902aae`](https://github.com/medusajs/medusa/commit/642902aaeb25144e59177c178f09fb8398951357)]: + - @medusajs/medusa-js@1.3.1 + - @medusajs/medusa@1.5.0 + ## 1.0.0 ### Minor Changes diff --git a/packages/medusa-react/package.json b/packages/medusa-react/package.json index 2f35283e65..a9d81bb8dc 100644 --- a/packages/medusa-react/package.json +++ b/packages/medusa-react/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -22,7 +22,7 @@ "build-storybook": "build-storybook" }, "peerDependencies": { - "@medusajs/medusa": "^1.4.0", + "@medusajs/medusa": "^1.5.0", "react": ">=16", "react-query": ">= 3.29.0" }, @@ -74,7 +74,7 @@ "tslib": "^2.3.1" }, "dependencies": { - "@medusajs/medusa-js": "^1.3.0", + "@medusajs/medusa-js": "^1.3.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "react-query": "^3.31.0" diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 2a90f1dd6d..7a1aeee633 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,31 @@ # Change Log +## 1.5.0 + +### Minor Changes + +- [#2372](https://github.com/medusajs/medusa/pull/2372) [`3d255302b`](https://github.com/medusajs/medusa/commit/3d255302b022a06b492807774412b1db05fa8d06) Thanks [@srindom](https://github.com/srindom)! - Improve performance of cart total calculations + +### Patch Changes + +- [#2369](https://github.com/medusajs/medusa/pull/2369) [`d2b272fab`](https://github.com/medusajs/medusa/commit/d2b272fab649bb272b8af4f2f00aafe89965995e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Trim discount code on insert and retrieve + +* [#2210](https://github.com/medusajs/medusa/pull/2210) [`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81) Thanks [@srindom](https://github.com/srindom)! - Adds a BatchJob strategy for importing prices to PriceLists + +- [#2276](https://github.com/medusajs/medusa/pull/2276) [`678a06752`](https://github.com/medusajs/medusa/commit/678a06752a03f71d77265a874fd7d07361337862) Thanks [@adrien2p](https://github.com/adrien2p)! - Finalise service migration and fix super constructor arguments + +* [#2351](https://github.com/medusajs/medusa/pull/2351) [`d8a5942d3`](https://github.com/medusajs/medusa/commit/d8a5942d3d85671e2923668bdbf2867957f5554b) Thanks [@ayushthe1](https://github.com/ayushthe1)! - Fix wrongly referenced product id in ProductImportStrategy + Fix assigning nested objects properly + +- [#2374](https://github.com/medusajs/medusa/pull/2374) [`edd35631f`](https://github.com/medusajs/medusa/commit/edd35631f722009bdcb2439ff8c2326025425d33) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Add sales channel to order on creation + +* [#1790](https://github.com/medusajs/medusa/pull/1790) [`df62e618b`](https://github.com/medusajs/medusa/commit/df62e618bcc365ef376b96705d63b465b48b0191) Thanks [@adrien2p](https://github.com/adrien2p)! - Migrate Stripe providers to the new AbstractPaymentService + +- [#2224](https://github.com/medusajs/medusa/pull/2224) [`3f7317028`](https://github.com/medusajs/medusa/commit/3f7317028808cd3c1b44cb7b66694501a7c706c4) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Normalize discount code before querying DB in `DiscountService.retrieveByCode` + +- Updated dependencies [[`7dc8d3a0c`](https://github.com/medusajs/medusa/commit/7dc8d3a0c90ce06e3f11a6a46dec1f9ec3f26e81)]: + - medusa-core-utils@1.1.32 + ## 1.4.1 ### Patch Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index cb04e11e09..963a06632e 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.4.1", + "version": "1.5.0", "description": "E-commerce for JAMstack", "main": "dist/index.js", "bin": "./cli.js", @@ -67,7 +67,7 @@ "ioredis-mock": "^5.6.0", "iso8601-duration": "^1.3.0", "jsonwebtoken": "^8.5.1", - "medusa-core-utils": "^1.1.31", + "medusa-core-utils": "^1.1.32", "medusa-test-utils": "^1.1.37", "morgan": "^1.9.1", "multer": "^1.4.2", diff --git a/yarn.lock b/yarn.lock index d623f59059..6a42491f1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4340,11 +4340,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/medusa-js@^1.3.0, @medusajs/medusa-js@workspace:packages/medusa-js": +"@medusajs/medusa-js@^1.3.1, @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.4.0 + "@medusajs/medusa": ^1.5.0 "@types/jest": ^26.0.19 axios: ^0.24.0 cross-env: ^7.0.3 @@ -4356,7 +4356,7 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/medusa@^1.3.3, @medusajs/medusa@^1.4.0, @medusajs/medusa@workspace:packages/medusa": +"@medusajs/medusa@^1.3.3, @medusajs/medusa@^1.5.0, @medusajs/medusa@workspace:packages/medusa": version: 0.0.0-use.local resolution: "@medusajs/medusa@workspace:packages/medusa" dependencies: @@ -4392,7 +4392,7 @@ __metadata: iso8601-duration: ^1.3.0 jest: ^25.5.2 jsonwebtoken: ^8.5.1 - medusa-core-utils: ^1.1.31 + medusa-core-utils: ^1.1.32 medusa-interfaces: ^1.3.3 medusa-test-utils: ^1.1.37 morgan: ^1.9.1 @@ -23574,7 +23574,7 @@ __metadata: languageName: node linkType: hard -"medusa-core-utils@^1.1.31, medusa-core-utils@workspace:packages/medusa-core-utils": +"medusa-core-utils@^1.1.31, medusa-core-utils@^1.1.32, medusa-core-utils@workspace:packages/medusa-core-utils": version: 0.0.0-use.local resolution: "medusa-core-utils@workspace:packages/medusa-core-utils" dependencies: @@ -23680,7 +23680,7 @@ __metadata: cross-env: ^5.2.1 express: ^4.17.1 jest: ^25.5.2 - medusa-core-utils: ^1.1.31 + medusa-core-utils: ^1.1.32 medusa-test-utils: ^1.1.37 peerDependencies: medusa-interfaces: 1.3.3 @@ -23837,7 +23837,7 @@ __metadata: cross-env: ^5.2.1 express: ^4.17.1 jest: ^25.5.2 - medusa-core-utils: ^1.1.31 + medusa-core-utils: ^1.1.32 medusa-test-utils: ^1.1.37 peerDependencies: medusa-interfaces: 1.3.3 @@ -23888,7 +23888,7 @@ __metadata: cross-env: ^5.2.1 express: ^4.17.1 jest: ^25.5.2 - medusa-core-utils: ^1.1.31 + medusa-core-utils: ^1.1.32 medusa-interfaces: ^1.3.3 medusa-test-utils: ^1.1.37 peerDependencies: @@ -23916,7 +23916,7 @@ __metadata: cross-env: ^5.2.1 express: ^4.17.1 jest: ^25.5.2 - medusa-core-utils: ^1.1.31 + medusa-core-utils: ^1.1.32 medusa-test-utils: ^1.1.37 stripe: ^8.50.0 peerDependencies: @@ -24300,7 +24300,7 @@ __metadata: resolution: "medusa-react@workspace:packages/medusa-react" dependencies: "@babel/core": ^7.16.0 - "@medusajs/medusa-js": ^1.3.0 + "@medusajs/medusa-js": ^1.3.1 "@size-limit/preset-small-lib": ^6.0.4 "@storybook/addon-contexts": ^5.3.21 "@storybook/addon-essentials": ^6.3.12 @@ -24331,7 +24331,7 @@ __metadata: ts-jest: ^27.1.4 tslib: ^2.3.1 peerDependencies: - "@medusajs/medusa": ^1.4.0 + "@medusajs/medusa": ^1.5.0 react: ">=16" react-query: ">= 3.29.0" languageName: unknown