diff --git a/.changeset/eleven-books-fail.md b/.changeset/eleven-books-fail.md deleted file mode 100644 index 07846f272f..0000000000 --- a/.changeset/eleven-books-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Update wrapHandler so that it is also able to catch errors for sync handlers diff --git a/.changeset/fast-glasses-grow.md b/.changeset/fast-glasses-grow.md deleted file mode 100644 index bf6da0e6f3..0000000000 --- a/.changeset/fast-glasses-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/ui": patch ---- - -fix(ui): Fix the width of line numbers in the CodeBlock component, such that they are always the same width as the widest line number. diff --git a/.changeset/four-lobsters-hope.md b/.changeset/four-lobsters-hope.md deleted file mode 100644 index b7cd6b3c51..0000000000 --- a/.changeset/four-lobsters-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/pricing": patch ---- - -fix(pricing): add missing migrations for pricing module diff --git a/.changeset/gold-suits-march.md b/.changeset/gold-suits-march.md deleted file mode 100644 index e6e2860cb9..0000000000 --- a/.changeset/gold-suits-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -feat(medusa): Adds a new alternative syntax for creating Subscribers in Medusa, as well as adding a new API for creating scheduled jobs. diff --git a/.changeset/long-carrots-tap.md b/.changeset/long-carrots-tap.md deleted file mode 100644 index fdd7286da4..0000000000 --- a/.changeset/long-carrots-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/types": patch ---- - -fix(types): Fix types used in the IInventoryService diff --git a/.changeset/nervous-berries-sip.md b/.changeset/nervous-berries-sip.md deleted file mode 100644 index bb8041abb8..0000000000 --- a/.changeset/nervous-berries-sip.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/pricing": patch -"@medusajs/types": patch ---- - -feat(pricing,types): price list API + price calculations with price lists diff --git a/.changeset/nine-fishes-matter.md b/.changeset/nine-fishes-matter.md deleted file mode 100644 index ed9510c984..0000000000 --- a/.changeset/nine-fishes-matter.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@medusajs/medusa": patch -"@medusajs/client-types": patch ---- - -feat(medusa): Add `metadata` to Product Category diff --git a/.changeset/odd-bees-wink.md b/.changeset/odd-bees-wink.md deleted file mode 100644 index f1e159a637..0000000000 --- a/.changeset/odd-bees-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Add missing import of promiseAll diff --git a/.changeset/real-icons-complain.md b/.changeset/real-icons-complain.md deleted file mode 100644 index 96184075cb..0000000000 --- a/.changeset/real-icons-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/product": patch ---- - -fix(product): when running migrations, prevent exploding on isolated case diff --git a/.changeset/rotten-kids-cough.md b/.changeset/rotten-kids-cough.md deleted file mode 100644 index 796499df33..0000000000 --- a/.changeset/rotten-kids-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix: sort supportedLanguages array diff --git a/.changeset/selfish-planets-repeat.md b/.changeset/selfish-planets-repeat.md deleted file mode 100644 index d393de4607..0000000000 --- a/.changeset/selfish-planets-repeat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@medusajs/workflows": minor -"@medusajs/medusa": minor -"@medusajs/utils": minor ---- - -feat(workflows,medusa,utils): add medusa v2 feature flag diff --git a/.changeset/seven-forks-knock.md b/.changeset/seven-forks-knock.md deleted file mode 100644 index a2fb094266..0000000000 --- a/.changeset/seven-forks-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/admin-ui": patch ---- - -fix(admin-ui): Resolves an issue where decimal numbers would be stripped when the locale uses commas as the decimal separator diff --git a/.changeset/smooth-baboons-repeat.md b/.changeset/smooth-baboons-repeat.md deleted file mode 100644 index 6cd6e44ac1..0000000000 --- a/.changeset/smooth-baboons-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -fix(medusa): Ensure that errorHandler middleware is applied if no middleware config exists diff --git a/.changeset/tricky-buckets-live.md b/.changeset/tricky-buckets-live.md deleted file mode 100644 index f56584c69a..0000000000 --- a/.changeset/tricky-buckets-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": minor ---- - -chore(changesets): Minor-bump @medusajs/medusa diff --git a/packages/admin-ui/CHANGELOG.md b/packages/admin-ui/CHANGELOG.md index d319761374..244f62333c 100644 --- a/packages/admin-ui/CHANGELOG.md +++ b/packages/admin-ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/admin-ui +## 2.1.8 + +### Patch Changes + +- [#5479](https://github.com/medusajs/medusa/pull/5479) [`3f016d871`](https://github.com/medusajs/medusa/commit/3f016d871a091a0a72c2eaec2f4ff74e0ad5b426) Thanks [@VariableVic](https://github.com/VariableVic)! - fix: sort supportedLanguages array + +- [#5641](https://github.com/medusajs/medusa/pull/5641) [`c08240df3`](https://github.com/medusajs/medusa/commit/c08240df3f2fe0c4c5c35af471f68a2187f8e582) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-ui): Resolves an issue where decimal numbers would be stripped when the locale uses commas as the decimal separator + +- Updated dependencies [[`a67a8e7e9`](https://github.com/medusajs/medusa/commit/a67a8e7e90f35636c8d99858fc5b19358df4c174)]: + - @medusajs/ui@2.2.2 + ## 2.1.7 ### Patch Changes diff --git a/packages/admin-ui/package.json b/packages/admin-ui/package.json index ebbd1f2802..0f1a1c94e5 100644 --- a/packages/admin-ui/package.json +++ b/packages/admin-ui/package.json @@ -2,7 +2,7 @@ "name": "@medusajs/admin-ui", "author": "Kasper Kristensen ", "license": "MIT", - "version": "2.1.7", + "version": "2.1.8", "repository": { "type": "git", "url": "https://github.com/medusajs/medusa.git", @@ -37,7 +37,7 @@ "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "^3.3.1", "@medusajs/icons": "^1.1.0", - "@medusajs/ui": "^2.2.1", + "@medusajs/ui": "^2.2.2", "@medusajs/ui-preset": "^1.0.2", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", "@radix-ui/react-accordion": "^1.0.1", @@ -117,8 +117,8 @@ }, "devDependencies": { "@babel/types": "7.22.5", - "@medusajs/medusa": "^1.17.4", - "@medusajs/types": "^1.11.6", + "@medusajs/medusa": "^1.18.0", + "@medusajs/types": "^1.11.7", "@types/pluralize": "^0.0.29", "@types/react": "^18.2.0", "@types/react-datepicker": "^4.10.0", diff --git a/packages/design-system/ui/CHANGELOG.md b/packages/design-system/ui/CHANGELOG.md index e75f16478a..753610f172 100644 --- a/packages/design-system/ui/CHANGELOG.md +++ b/packages/design-system/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/ui +## 2.2.2 + +### Patch Changes + +- [#5640](https://github.com/medusajs/medusa/pull/5640) [`a67a8e7e9`](https://github.com/medusajs/medusa/commit/a67a8e7e90f35636c8d99858fc5b19358df4c174) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(ui): Fix the width of line numbers in the CodeBlock component, such that they are always the same width as the widest line number. + ## 2.2.1 ### Patch Changes diff --git a/packages/design-system/ui/package.json b/packages/design-system/ui/package.json index dff4aa2713..f92b58d6dc 100644 --- a/packages/design-system/ui/package.json +++ b/packages/design-system/ui/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/ui", - "version": "2.2.1", + "version": "2.2.2", "author": "Kasper Kristensen ", "license": "MIT", "repository": { diff --git a/packages/generated/client-types/CHANGELOG.md b/packages/generated/client-types/CHANGELOG.md index 4d85a7ebcf..68cd9c0d1c 100644 --- a/packages/generated/client-types/CHANGELOG.md +++ b/packages/generated/client-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/client-types +## 0.2.7 + +### Patch Changes + +- [#5599](https://github.com/medusajs/medusa/pull/5599) [`b3093c3e3`](https://github.com/medusajs/medusa/commit/b3093c3e3d64e4c024a04d76fb0f727c1c38108b) Thanks [@bqst](https://github.com/bqst)! - feat(medusa): Add `metadata` to Product Category + ## 0.2.6 ### Patch Changes diff --git a/packages/generated/client-types/package.json b/packages/generated/client-types/package.json index 2ebee694b8..2fce6f45c3 100644 --- a/packages/generated/client-types/package.json +++ b/packages/generated/client-types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/client-types", - "version": "0.2.6", + "version": "0.2.7", "description": "Client types for Medusa Commerce Rest API", "main": "dist/index.js", "files": [ diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 255551239d..c5c486b1ed 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 1.18.0 + +### Minor Changes + +- [#5603](https://github.com/medusajs/medusa/pull/5603) [`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262) Thanks [@riqwan](https://github.com/riqwan)! - feat(workflows,medusa,utils): add medusa v2 feature flag + +- [`b53ab22a7`](https://github.com/medusajs/medusa/commit/b53ab22a7c47a1ff24bc0bdc5035c4229a7753af) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(changesets): Minor-bump @medusajs/medusa + +### Patch Changes + +- [#5597](https://github.com/medusajs/medusa/pull/5597) [`2947f57db`](https://github.com/medusajs/medusa/commit/2947f57db1cabb343644bde379fa9ec54e9d7750) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa): Update wrapHandler so that it is also able to catch errors for sync handlers + +- [#5624](https://github.com/medusajs/medusa/pull/5624) [`57573ed4d`](https://github.com/medusajs/medusa/commit/57573ed4d7d657d0d98bf00fb756cfbfb9cbcd8d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(medusa): Adds a new alternative syntax for creating Subscribers in Medusa, as well as adding a new API for creating scheduled jobs. + +- [#5599](https://github.com/medusajs/medusa/pull/5599) [`b3093c3e3`](https://github.com/medusajs/medusa/commit/b3093c3e3d64e4c024a04d76fb0f727c1c38108b) Thanks [@bqst](https://github.com/bqst)! - feat(medusa): Add `metadata` to Product Category + +- [#5635](https://github.com/medusajs/medusa/pull/5635) [`7226f5b69`](https://github.com/medusajs/medusa/commit/7226f5b6997a69bfcdbdd16ec16b209746023f0c) Thanks [@chemicalkosek](https://github.com/chemicalkosek)! - fix(medusa): Add missing import of promiseAll + +- [#5634](https://github.com/medusajs/medusa/pull/5634) [`52800710a`](https://github.com/medusajs/medusa/commit/52800710a294e32ebda6ba8a224fe85d289bfa0f) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(medusa): Ensure that errorHandler middleware is applied if no middleware config exists + +- Updated dependencies [[`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262)]: + - @medusajs/workflows@0.3.0 + - @medusajs/utils@1.11.0 + ## 1.17.4 ### Patch Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index b6f7a324b3..e39bdc66ec 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.17.4", + "version": "1.18.0", "description": "Building blocks for digital commerce", "main": "dist/index.js", "bin": "./cli.js", @@ -19,7 +19,7 @@ "author": "Sebastian Rindom", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.6", + "@medusajs/types": "^1.11.7", "@types/express": "^4.17.17", "@types/ioredis": "^4.28.10", "@types/jsonwebtoken": "^8.5.9", @@ -51,8 +51,8 @@ "@medusajs/medusa-cli": "^1.3.21", "@medusajs/modules-sdk": "^1.12.3", "@medusajs/orchestration": "^0.4.4", - "@medusajs/utils": "^1.10.5", - "@medusajs/workflows": "^0.2.5", + "@medusajs/utils": "^1.11.0", + "@medusajs/workflows": "^0.3.0", "awilix": "^8.0.0", "body-parser": "^1.19.0", "boxen": "^5.0.1", diff --git a/packages/pricing/CHANGELOG.md b/packages/pricing/CHANGELOG.md index 1ebbda1647..07562740d9 100644 --- a/packages/pricing/CHANGELOG.md +++ b/packages/pricing/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/pricing +## 0.1.4 + +### Patch Changes + +- [#5646](https://github.com/medusajs/medusa/pull/5646) [`4f0bea490`](https://github.com/medusajs/medusa/commit/4f0bea4909f5b42ece922b3efe46b57610fb312b) Thanks [@riqwan](https://github.com/riqwan)! - fix(pricing): add missing migrations for pricing module + +- [#5498](https://github.com/medusajs/medusa/pull/5498) [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types): price list API + price calculations with price lists + +- Updated dependencies [[`61aef4aaa`](https://github.com/medusajs/medusa/commit/61aef4aaa7295f178c61c9a891f03a0a48b15c81), [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4), [`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262)]: + - @medusajs/types@1.11.7 + - @medusajs/utils@1.11.0 + ## 0.1.3 ### Patch Changes diff --git a/packages/pricing/package.json b/packages/pricing/package.json index df7897f696..e407b35d5c 100644 --- a/packages/pricing/package.json +++ b/packages/pricing/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/pricing", - "version": "0.1.3", + "version": "0.1.4", "description": "Medusa Pricing module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -48,8 +48,8 @@ }, "dependencies": { "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/types": "^1.11.6", - "@medusajs/utils": "^1.10.5", + "@medusajs/types": "^1.11.7", + "@medusajs/utils": "^1.11.0", "@mikro-orm/core": "5.7.12", "@mikro-orm/migrations": "5.7.12", "@mikro-orm/postgresql": "5.7.12", diff --git a/packages/product/CHANGELOG.md b/packages/product/CHANGELOG.md index cce27c8790..72da4c3f5d 100644 --- a/packages/product/CHANGELOG.md +++ b/packages/product/CHANGELOG.md @@ -1,5 +1,15 @@ # @medusajs/product +## 0.3.4 + +### Patch Changes + +- [#5643](https://github.com/medusajs/medusa/pull/5643) [`c4722715c`](https://github.com/medusajs/medusa/commit/c4722715cd103e88ff8a3a3856d8138f211478ca) Thanks [@riqwan](https://github.com/riqwan)! - fix(product): when running migrations, prevent exploding on isolated case + +- Updated dependencies [[`61aef4aaa`](https://github.com/medusajs/medusa/commit/61aef4aaa7295f178c61c9a891f03a0a48b15c81), [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4), [`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262)]: + - @medusajs/types@1.11.7 + - @medusajs/utils@1.11.0 + ## 0.3.3 ### Patch Changes diff --git a/packages/product/package.json b/packages/product/package.json index a21faf987f..9adc2292de 100644 --- a/packages/product/package.json +++ b/packages/product/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/product", - "version": "0.3.3", + "version": "0.3.4", "description": "Medusa Product module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -50,8 +50,8 @@ }, "dependencies": { "@medusajs/modules-sdk": "^1.12.3", - "@medusajs/types": "^1.11.6", - "@medusajs/utils": "^1.10.5", + "@medusajs/types": "^1.11.7", + "@medusajs/utils": "^1.11.0", "@mikro-orm/core": "5.7.12", "@mikro-orm/migrations": "5.7.12", "@mikro-orm/postgresql": "5.7.12", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index f1aa39ac8a..5839e5efd6 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,13 @@ # @medusajs/types +## 1.11.7 + +### Patch Changes + +- [#5630](https://github.com/medusajs/medusa/pull/5630) [`61aef4aaa`](https://github.com/medusajs/medusa/commit/61aef4aaa7295f178c61c9a891f03a0a48b15c81) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(types): Fix types used in the IInventoryService + +- [#5498](https://github.com/medusajs/medusa/pull/5498) [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing,types): price list API + price calculations with price lists + ## 1.11.6 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index cae4aa074e..205fc15b66 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/types", - "version": "1.11.6", + "version": "1.11.7", "description": "Medusa Types definition", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 9ecc8ccd10..15ad6d31c4 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/utils +## 1.11.0 + +### Minor Changes + +- [#5603](https://github.com/medusajs/medusa/pull/5603) [`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262) Thanks [@riqwan](https://github.com/riqwan)! - feat(workflows,medusa,utils): add medusa v2 feature flag + +### Patch Changes + +- Updated dependencies [[`61aef4aaa`](https://github.com/medusajs/medusa/commit/61aef4aaa7295f178c61c9a891f03a0a48b15c81), [`1772e80ed`](https://github.com/medusajs/medusa/commit/1772e80ed1ecab27741be80204f5df92eaa3f2b4)]: + - @medusajs/types@1.11.7 + ## 1.10.5 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 9f9936017b..32e60dd30d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/utils", - "version": "1.10.5", + "version": "1.11.0", "description": "Medusa utilities functions shared by Medusa core and Modules", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -27,7 +27,7 @@ "typescript": "^5.1.6" }, "dependencies": { - "@medusajs/types": "^1.11.6", + "@medusajs/types": "^1.11.7", "@mikro-orm/core": "5.7.12", "@mikro-orm/migrations": "5.7.12", "@mikro-orm/postgresql": "5.7.12", diff --git a/packages/workflows/CHANGELOG.md b/packages/workflows/CHANGELOG.md index 54c181d688..f9771a3e5a 100644 --- a/packages/workflows/CHANGELOG.md +++ b/packages/workflows/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/workflows +## 0.3.0 + +### Minor Changes + +- [#5603](https://github.com/medusajs/medusa/pull/5603) [`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262) Thanks [@riqwan](https://github.com/riqwan)! - feat(workflows,medusa,utils): add medusa v2 feature flag + +### Patch Changes + +- Updated dependencies [[`cedab5833`](https://github.com/medusajs/medusa/commit/cedab583395275444001f0268e4b9ccab9b2b262)]: + - @medusajs/utils@1.11.0 + ## 0.2.5 ### Patch Changes diff --git a/packages/workflows/package.json b/packages/workflows/package.json index 689f598936..f41bef9c52 100644 --- a/packages/workflows/package.json +++ b/packages/workflows/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflows", - "version": "0.2.5", + "version": "0.3.0", "description": "Set of workflows for Medusa", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -18,7 +18,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.6", + "@medusajs/types": "^1.11.7", "cross-env": "^5.2.1", "jest": "^29.6.3", "rimraf": "^5.0.1", @@ -28,7 +28,7 @@ "dependencies": { "@medusajs/modules-sdk": "^1.12.3", "@medusajs/orchestration": "^0.4.4", - "@medusajs/utils": "^1.10.5", + "@medusajs/utils": "^1.11.0", "awilix": "^8.0.1", "ulid": "^2.3.0" },