diff --git a/.changeset/little-books-reply.md b/.changeset/little-books-reply.md deleted file mode 100644 index f65846b17d..0000000000 --- a/.changeset/little-books-reply.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -"create-medusa-app": major -"@medusajs/cli": major -"medusa-dev-cli": major -"@medusajs/medusa-oas-cli": major -"@medusajs/oas-github-ci": major -"@medusajs/core-flows": major -"@medusajs/test-utils": major -"@medusajs/modules-sdk": major -"@medusajs/orchestration": major -"@medusajs/types": major -"@medusajs/utils": major -"@medusajs/workflows-sdk": major -"@medusajs/icons": major -"@medusajs/toolbox": major -"@medusajs/ui": major -"@medusajs/ui-preset": major -"@medusajs/medusa": major -"@medusajs/telemetry": major -"@medusajs/api-key": major -"@medusajs/auth": major -"@medusajs/auth-emailpass": major -"@medusajs/auth-google": major -"@medusajs/js-sdk": major -"@medusajs/cache-inmemory": major -"@medusajs/cache-redis": major -"@medusajs/cart": major -"@medusajs/currency": major -"@medusajs/customer": major -"@medusajs/event-bus-local": major -"@medusajs/event-bus-redis": major -"@medusajs/file": major -"@medusajs/fulfillment": major -"@medusajs/inventory": major -"@medusajs/link-modules": major -"@medusajs/notification": major -"@medusajs/order": major -"@medusajs/payment": major -"@medusajs/pricing": major -"@medusajs/product": major -"@medusajs/promotion": major -"@medusajs/file-local": major -"@medusajs/file-s3": major -"@medusajs/fulfillment-manual": major -"@medusajs/notification-local": major -"@medusajs/notification-sendgrid": major -"@medusajs/payment-stripe": major -"@medusajs/region": major -"@medusajs/sales-channel": major -"@medusajs/stock-location": major -"@medusajs/store": major -"@medusajs/tax": major -"@medusajs/user": major -"@medusajs/workflow-engine-inmemory": major -"@medusajs/workflow-engine-redis": major -"@medusajs/dashboard": major -"@medusajs/admin-bundler": major -"@medusajs/admin-sdk": major -"@medusajs/admin-shared": major -"@medusajs/admin-vite-plugin": major -"@medusajs/framework": major -"@medusajs/index": major -"@medusajs/locking": major -"@medusajs/locking-redis": major -"@medusajs/locking-postgres": major ---- - -chore: Medusa 2.0 diff --git a/integration-tests/http/CHANGELOG.md b/integration-tests/http/CHANGELOG.md new file mode 100644 index 0000000000..e545e4593a --- /dev/null +++ b/integration-tests/http/CHANGELOG.md @@ -0,0 +1,29 @@ +# integration-tests-http + +## 1.0.1 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/core-flows@2.0.0 + - @medusajs/test-utils@2.0.0 + - @medusajs/modules-sdk@2.0.0 + - @medusajs/utils@2.0.0 + - @medusajs/medusa@2.0.0 + - @medusajs/api-key@2.0.0 + - @medusajs/auth@2.0.0 + - @medusajs/cache-inmemory@2.0.0 + - @medusajs/customer@2.0.0 + - @medusajs/event-bus-local@2.0.0 + - @medusajs/fulfillment@2.0.0 + - @medusajs/inventory@2.0.0 + - @medusajs/pricing@2.0.0 + - @medusajs/product@2.0.0 + - @medusajs/promotion@2.0.0 + - @medusajs/fulfillment-manual@2.0.0 + - @medusajs/region@2.0.0 + - @medusajs/stock-location@2.0.0 + - @medusajs/store@2.0.0 + - @medusajs/tax@2.0.0 + - @medusajs/user@2.0.0 + - @medusajs/workflow-engine-inmemory@2.0.0 diff --git a/integration-tests/http/package.json b/integration-tests/http/package.json index 31c32ba4df..46093bc6e8 100644 --- a/integration-tests/http/package.json +++ b/integration-tests/http/package.json @@ -1,6 +1,6 @@ { "name": "integration-tests-http", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "license": "MIT", "private": true, diff --git a/packages/admin/admin-bundler/CHANGELOG.md b/packages/admin/admin-bundler/CHANGELOG.md new file mode 100644 index 0000000000..aed7b205c0 --- /dev/null +++ b/packages/admin/admin-bundler/CHANGELOG.md @@ -0,0 +1,14 @@ +# @medusajs/admin-bundler + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/dashboard@2.0.0 + - @medusajs/admin-shared@2.0.0 + - @medusajs/admin-vite-plugin@2.0.0 diff --git a/packages/admin/admin-bundler/package.json b/packages/admin/admin-bundler/package.json index 0ee5fdfb55..d09e857728 100644 --- a/packages/admin/admin-bundler/package.json +++ b/packages/admin/admin-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin-bundler", - "version": "1.0.1", + "version": "2.0.0", "description": "Bundler for the Medusa admin dashboard.", "author": "Kasper Kristensen ", "scripts": { @@ -18,7 +18,7 @@ "package.json" ], "devDependencies": { - "@medusajs/types": "^1.11.16", + "@medusajs/types": "^2.0.0", "@types/compression": "^1.7.5", "copyfiles": "^2.4.1", "express": "^4.21.0", @@ -26,9 +26,9 @@ "typescript": "^5.3.3" }, "dependencies": { - "@medusajs/admin-shared": "1.0.1", - "@medusajs/admin-vite-plugin": "1.0.1", - "@medusajs/dashboard": "1.0.1", + "@medusajs/admin-shared": "2.0.0", + "@medusajs/admin-vite-plugin": "2.0.0", + "@medusajs/dashboard": "2.0.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", "compression": "^1.7.4", diff --git a/packages/admin/admin-sdk/CHANGELOG.md b/packages/admin/admin-sdk/CHANGELOG.md new file mode 100644 index 0000000000..8be9b312e4 --- /dev/null +++ b/packages/admin/admin-sdk/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/admin-sdk + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/admin-shared@2.0.0 diff --git a/packages/admin/admin-sdk/package.json b/packages/admin/admin-sdk/package.json index 0fc6398ff6..613e7a1581 100644 --- a/packages/admin/admin-sdk/package.json +++ b/packages/admin/admin-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@medusajs/admin-sdk", "description": "SDK for building extension for the Medusa admin dashboard.", - "version": "1.0.1", + "version": "2.0.0", "author": "Kasper Kristensen ", "types": "dist/index.d.ts", "main": "dist/index.js", @@ -25,7 +25,7 @@ "zod": "^3.22" }, "dependencies": { - "@medusajs/admin-shared": "^1.0.1" + "@medusajs/admin-shared": "^2.0.0" }, "peerDependencies": { "zod": "^3.22" diff --git a/packages/admin/admin-shared/CHANGELOG.md b/packages/admin/admin-shared/CHANGELOG.md new file mode 100644 index 0000000000..c7284f3258 --- /dev/null +++ b/packages/admin/admin-shared/CHANGELOG.md @@ -0,0 +1,7 @@ +# @medusajs/admin-shared + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 diff --git a/packages/admin/admin-shared/package.json b/packages/admin/admin-shared/package.json index 884a86b99d..f0db375e88 100644 --- a/packages/admin/admin-shared/package.json +++ b/packages/admin/admin-shared/package.json @@ -1,7 +1,7 @@ { "name": "@medusajs/admin-shared", "description": "Shared code for Medusa admin packages.", - "version": "1.0.1", + "version": "2.0.0", "author": "Kasper Kristensen ", "types": "dist/index.d.ts", "main": "dist/index.js", diff --git a/packages/admin/admin-vite-plugin/CHANGELOG.md b/packages/admin/admin-vite-plugin/CHANGELOG.md new file mode 100644 index 0000000000..3d50c2f435 --- /dev/null +++ b/packages/admin/admin-vite-plugin/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/admin-vite-plugin + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/admin-shared@2.0.0 diff --git a/packages/admin/admin-vite-plugin/package.json b/packages/admin/admin-vite-plugin/package.json index 519ddd8d3e..9a168f7be0 100644 --- a/packages/admin/admin-vite-plugin/package.json +++ b/packages/admin/admin-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/admin-vite-plugin", - "version": "1.0.1", + "version": "2.0.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", @@ -40,7 +40,7 @@ "dependencies": { "@babel/parser": "7.25.6", "@babel/traverse": "7.25.6", - "@medusajs/admin-shared": "1.0.1", + "@medusajs/admin-shared": "2.0.0", "chokidar": "3.5.3", "fdir": "6.1.1", "magic-string": "0.30.5", diff --git a/packages/admin/dashboard/CHANGELOG.md b/packages/admin/dashboard/CHANGELOG.md new file mode 100644 index 0000000000..8b9761cff5 --- /dev/null +++ b/packages/admin/dashboard/CHANGELOG.md @@ -0,0 +1,15 @@ +# @medusajs/dashboard + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/icons@2.0.0 + - @medusajs/ui@4.0.0 + - @medusajs/js-sdk@2.0.0 + - @medusajs/admin-shared@2.0.0 diff --git a/packages/admin/dashboard/package.json b/packages/admin/dashboard/package.json index d8ca8331ab..fe9e4d8145 100644 --- a/packages/admin/dashboard/package.json +++ b/packages/admin/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/dashboard", - "version": "1.0.1", + "version": "2.0.0", "scripts": { "generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts", "dev": "vite", @@ -42,10 +42,10 @@ "@dnd-kit/sortable": "^8.0.0", "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "3.4.2", - "@medusajs/admin-shared": "1.0.1", - "@medusajs/icons": "1.2.1", - "@medusajs/js-sdk": "1.0.1", - "@medusajs/ui": "3.0.0", + "@medusajs/admin-shared": "2.0.0", + "@medusajs/icons": "2.0.0", + "@medusajs/js-sdk": "2.0.0", + "@medusajs/ui": "4.0.0", "@radix-ui/react-collapsible": "1.1.0", "@tanstack/react-query": "^5.28.14", "@tanstack/react-table": "8.20.5", @@ -72,10 +72,10 @@ "zod": "3.22.4" }, "devDependencies": { - "@medusajs/admin-shared": "^1.0.1", - "@medusajs/admin-vite-plugin": "1.0.1", - "@medusajs/types": "1.11.16", - "@medusajs/ui-preset": "1.1.3", + "@medusajs/admin-shared": "^2.0.0", + "@medusajs/admin-vite-plugin": "2.0.0", + "@medusajs/types": "2.0.0", + "@medusajs/ui-preset": "2.0.0", "@types/node": "^20.11.15", "@types/react": "^18.2.79", "@types/react-dom": "^18.2.25", diff --git a/packages/cli/create-medusa-app/CHANGELOG.md b/packages/cli/create-medusa-app/CHANGELOG.md index ac3fc09628..633b3f7e33 100644 --- a/packages/cli/create-medusa-app/CHANGELOG.md +++ b/packages/cli/create-medusa-app/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/telemetry@2.0.0 + ## 1.2.8 ### Patch Changes diff --git a/packages/cli/create-medusa-app/package.json b/packages/cli/create-medusa-app/package.json index c210a4678b..a0b35ab650 100644 --- a/packages/cli/create-medusa-app/package.json +++ b/packages/cli/create-medusa-app/package.json @@ -1,6 +1,6 @@ { "name": "create-medusa-app", - "version": "1.2.8", + "version": "2.0.0", "description": "Create a Medusa project using a single command.", "type": "module", "exports": "./dist/index.js", @@ -13,7 +13,7 @@ "watch": "tsc --watch" }, "dependencies": { - "@medusajs/telemetry": "^1.0.1", + "@medusajs/telemetry": "^2.0.0", "boxen": "^5", "chalk": "^5.2.0", "commander": "^10.0.1", diff --git a/packages/cli/medusa-cli/CHANGELOG.md b/packages/cli/medusa-cli/CHANGELOG.md index 9a85ae2a1c..a3918d2c34 100644 --- a/packages/cli/medusa-cli/CHANGELOG.md +++ b/packages/cli/medusa-cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/utils@2.0.0 + - @medusajs/telemetry@2.0.0 + ## 1.3.22 ### Patch Changes diff --git a/packages/cli/medusa-cli/package.json b/packages/cli/medusa-cli/package.json index 2b0fd01dad..0f6e1cfa47 100644 --- a/packages/cli/medusa-cli/package.json +++ b/packages/cli/medusa-cli/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cli", - "version": "1.3.22", + "version": "2.0.0", "description": "Command Line interface for Medusa Commerce", "main": "dist/index.js", "bin": { @@ -46,8 +46,8 @@ "typescript": "^5.6.2" }, "dependencies": { - "@medusajs/telemetry": "^1.0.1", - "@medusajs/utils": "1.11.9", + "@medusajs/telemetry": "^2.0.0", + "@medusajs/utils": "2.0.0", "@types/express": "^4.17.17", "chalk": "^4.0.0", "configstore": "5.0.1", diff --git a/packages/cli/medusa-dev-cli/CHANGELOG.md b/packages/cli/medusa-dev-cli/CHANGELOG.md index be802cf44c..2d978c67a9 100644 --- a/packages/cli/medusa-dev-cli/CHANGELOG.md +++ b/packages/cli/medusa-dev-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + ## 0.0.32 ### Patch Changes diff --git a/packages/cli/medusa-dev-cli/package.json b/packages/cli/medusa-dev-cli/package.json index 7e6bcb44e1..215bc54550 100644 --- a/packages/cli/medusa-dev-cli/package.json +++ b/packages/cli/medusa-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "medusa-dev-cli", "description": "CLI helpers for contributors working on Medusa", - "version": "1.0.1", + "version": "2.0.0", "author": "Sebastian Rindom ", "bin": { "medusa-dev": "./dist/index.js" diff --git a/packages/cli/oas/medusa-oas-cli/CHANGELOG.md b/packages/cli/oas/medusa-oas-cli/CHANGELOG.md index 1d8fab750a..5cf099a309 100644 --- a/packages/cli/oas/medusa-oas-cli/CHANGELOG.md +++ b/packages/cli/oas/medusa-oas-cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/oas-cli +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/utils@2.0.0 + - @medusajs/medusa@2.0.0 + ## 0.3.2 ### Patch Changes diff --git a/packages/cli/oas/medusa-oas-cli/package.json b/packages/cli/oas/medusa-oas-cli/package.json index c5f028bd26..b75809a848 100644 --- a/packages/cli/oas/medusa-oas-cli/package.json +++ b/packages/cli/oas/medusa-oas-cli/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa-oas-cli", - "version": "1.0.1", + "version": "2.0.0", "description": "OAS CLI", "main": "dist/index.js", "bin": { @@ -21,7 +21,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/types": "^1.11.15", + "@medusajs/types": "^2.0.0", "@types/js-yaml": "^4.0.9", "jest": "^29.1.0", "js-yaml": "^4.1.0", @@ -35,8 +35,8 @@ "medusa-oas": "ts-node src/index.ts" }, "dependencies": { - "@medusajs/medusa": "^1.20.4", - "@medusajs/utils": "^1.11.9", + "@medusajs/medusa": "^2.0.0", + "@medusajs/utils": "^2.0.0", "@readme/json-schema-ref-parser": "^1.2.0", "@readme/openapi-parser": "^2.4.0", "@redocly/cli": "^1.7.0", diff --git a/packages/cli/oas/oas-github-ci/CHANGELOG.md b/packages/cli/oas/oas-github-ci/CHANGELOG.md index cc7478d577..e0a4b69080 100644 --- a/packages/cli/oas/oas-github-ci/CHANGELOG.md +++ b/packages/cli/oas/oas-github-ci/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/oas-github-ci +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/medusa-oas-cli@2.0.0 + ## 1.0.27 ### Patch Changes diff --git a/packages/cli/oas/oas-github-ci/package.json b/packages/cli/oas/oas-github-ci/package.json index 362df4206a..5c1e52974e 100644 --- a/packages/cli/oas/oas-github-ci/package.json +++ b/packages/cli/oas/oas-github-ci/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/oas-github-ci", - "version": "1.0.27", + "version": "2.0.0", "description": "OAS Github CI", "main": "scripts/build-openapi.js", "files": [ @@ -21,7 +21,7 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@medusajs/medusa-oas-cli": "1.0.1", + "@medusajs/medusa-oas-cli": "2.0.0", "execa": "^5.1.1" } } diff --git a/packages/core/core-flows/CHANGELOG.md b/packages/core/core-flows/CHANGELOG.md index 5b627598f7..296294046b 100644 --- a/packages/core/core-flows/CHANGELOG.md +++ b/packages/core/core-flows/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/core-flows +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.9 ### Patch Changes diff --git a/packages/core/core-flows/package.json b/packages/core/core-flows/package.json index 3e5868bba9..3008a696b7 100644 --- a/packages/core/core-flows/package.json +++ b/packages/core/core-flows/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/core-flows", - "version": "1.0.1", + "version": "2.0.0", "description": "Set of workflow definitions for Medusa", "main": "dist/index.js", "exports": { @@ -26,7 +26,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/knex": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -44,7 +44,7 @@ "json-2-csv": "^5.5.4" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "awilix": "^8.0.1" }, "scripts": { diff --git a/packages/core/framework/CHANGELOG.md b/packages/core/framework/CHANGELOG.md new file mode 100644 index 0000000000..51e3f888eb --- /dev/null +++ b/packages/core/framework/CHANGELOG.md @@ -0,0 +1,18 @@ +# @medusajs/framework + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/cli@2.0.0 + - @medusajs/modules-sdk@2.0.0 + - @medusajs/orchestration@2.0.0 + - @medusajs/types@2.0.0 + - @medusajs/utils@2.0.0 + - @medusajs/workflows-sdk@2.0.0 + - @medusajs/telemetry@2.0.0 diff --git a/packages/core/framework/package.json b/packages/core/framework/package.json index 500aaaffc6..7190fb9da9 100644 --- a/packages/core/framework/package.json +++ b/packages/core/framework/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/framework", - "version": "1.0.1", + "version": "2.0.0", "description": "Framework", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -52,7 +52,7 @@ "test": "jest --runInBand --bail --passWithNoTests --forceExit" }, "devDependencies": { - "@medusajs/cli": "^1.3.22", + "@medusajs/cli": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/knex": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -71,12 +71,12 @@ }, "dependencies": { "@jercle/yargonaut": "^1.1.5", - "@medusajs/modules-sdk": "^1.12.11", - "@medusajs/orchestration": "^1.0.1", - "@medusajs/telemetry": "^1.0.1", - "@medusajs/types": "^1.11.16", - "@medusajs/utils": "^1.11.9", - "@medusajs/workflows-sdk": "^1.0.1", + "@medusajs/modules-sdk": "^2.0.0", + "@medusajs/orchestration": "^2.0.0", + "@medusajs/telemetry": "^2.0.0", + "@medusajs/types": "^2.0.0", + "@medusajs/utils": "^2.0.0", + "@medusajs/workflows-sdk": "^2.0.0", "@opentelemetry/api": "^1.9.0", "@types/express": "^4.17.17", "connect-redis": "5.2.0", @@ -90,7 +90,7 @@ "zod": "3.22.4" }, "peerDependencies": { - "@medusajs/cli": "^1.3.22", + "@medusajs/cli": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/knex": "5.9.7", diff --git a/packages/core/js-sdk/CHANGELOG.md b/packages/core/js-sdk/CHANGELOG.md index e69de29bb2..4ace9d08ca 100644 --- a/packages/core/js-sdk/CHANGELOG.md +++ b/packages/core/js-sdk/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/js-sdk + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/types@2.0.0 diff --git a/packages/core/js-sdk/package.json b/packages/core/js-sdk/package.json index f91cbffcd1..5a3db8fa3e 100644 --- a/packages/core/js-sdk/package.json +++ b/packages/core/js-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/js-sdk", - "version": "1.0.1", + "version": "2.0.0", "description": "SDK for the Medusa API", "main": "dist/index.js", "module": "dist/esm/index.js", @@ -35,7 +35,7 @@ "typescript": "^5.6.2" }, "dependencies": { - "@medusajs/types": "^1.11.16", + "@medusajs/types": "^2.0.0", "fetch-event-stream": "^0.1.5", "qs": "^6.12.1" }, diff --git a/packages/core/modules-sdk/CHANGELOG.md b/packages/core/modules-sdk/CHANGELOG.md index e7cd0b79c4..357fb34ff3 100644 --- a/packages/core/modules-sdk/CHANGELOG.md +++ b/packages/core/modules-sdk/CHANGELOG.md @@ -1,5 +1,18 @@ # @medusajs/modules-sdk +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/orchestration@2.0.0 + - @medusajs/types@2.0.0 + - @medusajs/utils@2.0.0 + ## 1.12.11 ### Patch Changes diff --git a/packages/core/modules-sdk/package.json b/packages/core/modules-sdk/package.json index 79bbc728fe..0eb6a4dab1 100644 --- a/packages/core/modules-sdk/package.json +++ b/packages/core/modules-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/modules-sdk", - "version": "1.12.11", + "version": "2.0.0", "description": "SDK for medusa modules", "main": "dist/index.js", "export": { @@ -45,9 +45,9 @@ "typescript": "^5.6.2" }, "dependencies": { - "@medusajs/orchestration": "^1.0.1", - "@medusajs/types": "^1.11.16", - "@medusajs/utils": "^1.11.9" + "@medusajs/orchestration": "^2.0.0", + "@medusajs/types": "^2.0.0", + "@medusajs/utils": "^2.0.0" }, "peerDependencies": { "@mikro-orm/core": "5.9.7", diff --git a/packages/core/orchestration/CHANGELOG.md b/packages/core/orchestration/CHANGELOG.md index 837ea57070..9cb9e809ee 100644 --- a/packages/core/orchestration/CHANGELOG.md +++ b/packages/core/orchestration/CHANGELOG.md @@ -1,5 +1,17 @@ # @medusajs/orchestration +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/types@2.0.0 + - @medusajs/utils@2.0.0 + ## 0.5.7 ### Patch Changes diff --git a/packages/core/orchestration/package.json b/packages/core/orchestration/package.json index 87cd790b6c..0ab65b25e3 100644 --- a/packages/core/orchestration/package.json +++ b/packages/core/orchestration/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/orchestration", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa utilities to orchestrate modules", "main": "dist/index.js", "exports": { @@ -39,8 +39,8 @@ "typescript": "^5.6.2" }, "dependencies": { - "@medusajs/types": "^1.11.16", - "@medusajs/utils": "^1.11.9" + "@medusajs/types": "^2.0.0", + "@medusajs/utils": "^2.0.0" }, "peerDependencies": { "@mikro-orm/core": "5.9.7", diff --git a/packages/core/types/CHANGELOG.md b/packages/core/types/CHANGELOG.md index 9983098958..c8399d178b 100644 --- a/packages/core/types/CHANGELOG.md +++ b/packages/core/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/types +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + ## 1.11.16 ### Patch Changes diff --git a/packages/core/types/package.json b/packages/core/types/package.json index a74319b964..05127705dd 100644 --- a/packages/core/types/package.json +++ b/packages/core/types/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/types", - "version": "1.11.16", + "version": "2.0.0", "description": "Medusa Types definition", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/core/utils/CHANGELOG.md b/packages/core/utils/CHANGELOG.md index 54ec2be953..64ca877438 100644 --- a/packages/core/utils/CHANGELOG.md +++ b/packages/core/utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/utils +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/types@2.0.0 + ## 1.11.9 ### Patch Changes diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index f2583d1dbf..128dd60571 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/utils", - "version": "1.11.9", + "version": "2.0.0", "description": "Medusa utilities functions shared by Medusa core and Modules", "main": "dist/index.js", "exports": { @@ -47,7 +47,7 @@ "@graphql-codegen/typescript": "^4.0.9", "@graphql-tools/merge": "^9.0.7", "@graphql-tools/schema": "^10.0.6", - "@medusajs/types": "^1.11.16", + "@medusajs/types": "^2.0.0", "bignumber.js": "^9.1.2", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", diff --git a/packages/core/workflows-sdk/CHANGELOG.md b/packages/core/workflows-sdk/CHANGELOG.md index 8cc89a8707..2dba456f9e 100644 --- a/packages/core/workflows-sdk/CHANGELOG.md +++ b/packages/core/workflows-sdk/CHANGELOG.md @@ -1,5 +1,19 @@ # @medusajs/workflows-sdk +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/modules-sdk@2.0.0 + - @medusajs/orchestration@2.0.0 + - @medusajs/types@2.0.0 + - @medusajs/utils@2.0.0 + ## 0.1.6 ### Patch Changes diff --git a/packages/core/workflows-sdk/package.json b/packages/core/workflows-sdk/package.json index 51881c3d73..166929ca22 100644 --- a/packages/core/workflows-sdk/package.json +++ b/packages/core/workflows-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflows-sdk", - "version": "1.0.1", + "version": "2.0.0", "description": "Set of workflows tooling for Medusa", "main": "dist/index.js", "exports": { @@ -40,10 +40,10 @@ "typescript": "^5.6.2" }, "dependencies": { - "@medusajs/modules-sdk": "^1.12.11", - "@medusajs/orchestration": "^1.0.1", - "@medusajs/types": "^1.11.16", - "@medusajs/utils": "^1.11.9", + "@medusajs/modules-sdk": "^2.0.0", + "@medusajs/orchestration": "^2.0.0", + "@medusajs/types": "^2.0.0", + "@medusajs/utils": "^2.0.0", "ulid": "^2.3.0" }, "peerDependencies": { diff --git a/packages/design-system/icons/CHANGELOG.md b/packages/design-system/icons/CHANGELOG.md index a2dc84afe5..835dac2dc2 100644 --- a/packages/design-system/icons/CHANGELOG.md +++ b/packages/design-system/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/icons +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/design-system/icons/package.json b/packages/design-system/icons/package.json index c2913eba1b..ae96244c4d 100644 --- a/packages/design-system/icons/package.json +++ b/packages/design-system/icons/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/icons", - "version": "1.2.1", + "version": "2.0.0", "description": "Medusa UI React icon library", "author": "Kasper Kristensen ", "license": "MIT", @@ -29,7 +29,7 @@ }, "devDependencies": { "@atomico/rollup-plugin-sizes": "^1.1.4", - "@medusajs/toolbox": "^1.0.1", + "@medusajs/toolbox": "^2.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-replace": "^5.0.2", "@testing-library/dom": "^9.3.1", diff --git a/packages/design-system/toolbox/CHANGELOG.md b/packages/design-system/toolbox/CHANGELOG.md new file mode 100644 index 0000000000..590b270ee3 --- /dev/null +++ b/packages/design-system/toolbox/CHANGELOG.md @@ -0,0 +1,7 @@ +# @medusajs/toolbox + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 diff --git a/packages/design-system/toolbox/package.json b/packages/design-system/toolbox/package.json index 3f535b9c58..ae95c8f0cb 100644 --- a/packages/design-system/toolbox/package.json +++ b/packages/design-system/toolbox/package.json @@ -1,7 +1,7 @@ { "name": "@medusajs/toolbox", "private": true, - "version": "1.0.1", + "version": "2.0.0", "description": "CLI tool for importing Figma designs for Medusa UI", "license": "MIT", "author": "Kasper Kristensen ", diff --git a/packages/design-system/ui-preset/CHANGELOG.md b/packages/design-system/ui-preset/CHANGELOG.md index 56d128f3ba..7d56ef0b19 100644 --- a/packages/design-system/ui-preset/CHANGELOG.md +++ b/packages/design-system/ui-preset/CHANGELOG.md @@ -1,5 +1,11 @@ # @medusajs/ui-preset +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + ## 1.1.3 ### Patch Changes diff --git a/packages/design-system/ui-preset/package.json b/packages/design-system/ui-preset/package.json index ea6f9ddb1c..511e731266 100644 --- a/packages/design-system/ui-preset/package.json +++ b/packages/design-system/ui-preset/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/ui-preset", - "version": "1.1.3", + "version": "2.0.0", "description": "Medusa UI preset", "license": "MIT", "repository": { @@ -30,7 +30,7 @@ "tailwindcss": ">=3.0.0" }, "devDependencies": { - "@medusajs/toolbox": "^1.0.1", + "@medusajs/toolbox": "^2.0.0", "tailwindcss": "^3.4.1", "tsup": "^7.1.0", "typescript": "^5.1.6" diff --git a/packages/design-system/ui/CHANGELOG.md b/packages/design-system/ui/CHANGELOG.md index fb2023b60d..cb3e348718 100644 --- a/packages/design-system/ui/CHANGELOG.md +++ b/packages/design-system/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/ui +## 4.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/icons@2.0.0 + ## 3.0.0 ### Major Changes diff --git a/packages/design-system/ui/package.json b/packages/design-system/ui/package.json index adad89634c..abb6edc8d0 100644 --- a/packages/design-system/ui/package.json +++ b/packages/design-system/ui/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/ui", - "version": "3.0.0", + "version": "4.0.0", "author": "Kasper Kristensen ", "license": "MIT", "repository": { @@ -42,7 +42,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@medusajs/ui-preset": "^1.1.3", + "@medusajs/ui-preset": "^2.0.0", "@storybook/addon-essentials": "^8.3.5", "@storybook/addon-interactions": "^8.3.5", "@storybook/addon-links": "^8.3.5", @@ -80,7 +80,7 @@ "vitest": "^0.32.2" }, "dependencies": { - "@medusajs/icons": "^1.2.1", + "@medusajs/icons": "^2.0.0", "@radix-ui/react-accordion": "1.2.0", "@radix-ui/react-alert-dialog": "1.1.1", "@radix-ui/react-avatar": "1.1.0", diff --git a/packages/medusa-telemetry/CHANGELOG.md b/packages/medusa-telemetry/CHANGELOG.md index 51a1641334..1bada52c23 100644 --- a/packages/medusa-telemetry/CHANGELOG.md +++ b/packages/medusa-telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + ## 0.0.17 ### Patch Changes diff --git a/packages/medusa-telemetry/package.json b/packages/medusa-telemetry/package.json index 683ba594c6..7bbb53fb40 100644 --- a/packages/medusa-telemetry/package.json +++ b/packages/medusa-telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/telemetry", - "version": "1.0.1", + "version": "2.0.0", "description": "Telemetry for Medusa", "main": "dist/index.js", "repository": { diff --git a/packages/medusa-test-utils/CHANGELOG.md b/packages/medusa-test-utils/CHANGELOG.md index b295f3d5cc..c78ceef5ed 100644 --- a/packages/medusa-test-utils/CHANGELOG.md +++ b/packages/medusa-test-utils/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/medusa@2.0.0 + - @medusajs/framework@2.0.0 + ## 1.1.44 ### Patch Changes diff --git a/packages/medusa-test-utils/package.json b/packages/medusa-test-utils/package.json index fe5e4fad97..d11cdf4a80 100644 --- a/packages/medusa-test-utils/package.json +++ b/packages/medusa-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/test-utils", - "version": "1.1.44", + "version": "2.0.0", "description": "Test utils for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/knex": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -45,8 +45,8 @@ "randomatic": "^3.1.1" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/medusa": "^1.20.5", + "@medusajs/framework": "^2.0.0", + "@medusajs/medusa": "^2.0.0", "@mikro-orm/postgresql": "5.9.7", "awilix": "^8.0.1" }, diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 36b700a765..ab8111d671 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,59 @@ # Change Log +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/core-flows@2.0.0 + - @medusajs/telemetry@2.0.0 + - @medusajs/api-key@2.0.0 + - @medusajs/auth@2.0.0 + - @medusajs/auth-emailpass@2.0.0 + - @medusajs/auth-google@2.0.0 + - @medusajs/cache-inmemory@2.0.0 + - @medusajs/cache-redis@2.0.0 + - @medusajs/cart@2.0.0 + - @medusajs/currency@2.0.0 + - @medusajs/customer@2.0.0 + - @medusajs/event-bus-local@2.0.0 + - @medusajs/event-bus-redis@2.0.0 + - @medusajs/file@2.0.0 + - @medusajs/fulfillment@2.0.0 + - @medusajs/inventory@2.0.0 + - @medusajs/link-modules@2.0.0 + - @medusajs/notification@2.0.0 + - @medusajs/order@2.0.0 + - @medusajs/payment@2.0.0 + - @medusajs/pricing@2.0.0 + - @medusajs/product@2.0.0 + - @medusajs/promotion@2.0.0 + - @medusajs/file-local@2.0.0 + - @medusajs/file-s3@2.0.0 + - @medusajs/fulfillment-manual@2.0.0 + - @medusajs/notification-local@2.0.0 + - @medusajs/notification-sendgrid@2.0.0 + - @medusajs/payment-stripe@2.0.0 + - @medusajs/region@2.0.0 + - @medusajs/sales-channel@2.0.0 + - @medusajs/stock-location@2.0.0 + - @medusajs/store@2.0.0 + - @medusajs/tax@2.0.0 + - @medusajs/user@2.0.0 + - @medusajs/workflow-engine-inmemory@2.0.0 + - @medusajs/workflow-engine-redis@2.0.0 + - @medusajs/admin-bundler@2.0.0 + - @medusajs/framework@2.0.0 + - @medusajs/index@2.0.0 + - @medusajs/locking@2.0.0 + - @medusajs/locking-redis@2.0.0 + - @medusajs/locking-postgres@2.0.0 + - @medusajs/auth-github@2.0.0 + ## 1.20.5 ### Patch Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index 028e64234f..a0e327cd3f 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.20.5", + "version": "2.0.0", "description": "Building blocks for digital commerce", "main": "dist/index.js", "exports": { @@ -42,7 +42,7 @@ "test": "jest --silent --bail --maxWorkers=50% --forceExit" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@opentelemetry/api": "^1.9.0", "@opentelemetry/instrumentation": "^0.53.0", "@opentelemetry/instrumentation-pg": "^0.44.0", @@ -61,49 +61,49 @@ "dependencies": { "@inquirer/checkbox": "^2.3.11", "@inquirer/input": "^2.2.9", - "@medusajs/admin-bundler": "^1.0.1", - "@medusajs/api-key": "^1.0.1", - "@medusajs/auth": "^1.0.1", - "@medusajs/auth-emailpass": "^1.0.1", - "@medusajs/auth-github": "^1.0.1", - "@medusajs/auth-google": "^1.0.1", - "@medusajs/cache-inmemory": "^1.8.10", - "@medusajs/cache-redis": "^1.9.1", - "@medusajs/cart": "^1.0.1", - "@medusajs/core-flows": "^1.0.1", - "@medusajs/currency": "^1.0.1", - "@medusajs/customer": "^1.0.1", - "@medusajs/event-bus-local": "^1.9.8", - "@medusajs/event-bus-redis": "^1.8.13", - "@medusajs/file": "^1.0.1", - "@medusajs/file-local": "^1.0.1", - "@medusajs/file-s3": "^1.0.1", - "@medusajs/fulfillment": "^1.0.1", - "@medusajs/fulfillment-manual": "^1.0.1", - "@medusajs/index": "^1.0.1", - "@medusajs/inventory": "^1.0.1", - "@medusajs/link-modules": "^1.0.1", - "@medusajs/locking": "^1.0.1", - "@medusajs/locking-postgres": "^1.0.1", - "@medusajs/locking-redis": "^1.0.1", - "@medusajs/notification": "^1.0.1", - "@medusajs/notification-local": "^1.0.1", - "@medusajs/notification-sendgrid": "^1.0.1", - "@medusajs/order": "^1.0.1", - "@medusajs/payment": "^1.0.1", - "@medusajs/payment-stripe": "^1.0.1", - "@medusajs/pricing": "^1.0.1", - "@medusajs/product": "^1.0.1", - "@medusajs/promotion": "^1.0.1", - "@medusajs/region": "^1.0.1", - "@medusajs/sales-channel": "^1.0.1", - "@medusajs/stock-location": "^1.0.1", - "@medusajs/store": "^1.0.1", - "@medusajs/tax": "^1.0.1", - "@medusajs/telemetry": "^1.0.1", - "@medusajs/user": "^1.0.1", - "@medusajs/workflow-engine-inmemory": "^1.0.1", - "@medusajs/workflow-engine-redis": "^1.0.1", + "@medusajs/admin-bundler": "^2.0.0", + "@medusajs/api-key": "^2.0.0", + "@medusajs/auth": "^2.0.0", + "@medusajs/auth-emailpass": "^2.0.0", + "@medusajs/auth-github": "^2.0.0", + "@medusajs/auth-google": "^2.0.0", + "@medusajs/cache-inmemory": "^2.0.0", + "@medusajs/cache-redis": "^2.0.0", + "@medusajs/cart": "^2.0.0", + "@medusajs/core-flows": "^2.0.0", + "@medusajs/currency": "^2.0.0", + "@medusajs/customer": "^2.0.0", + "@medusajs/event-bus-local": "^2.0.0", + "@medusajs/event-bus-redis": "^2.0.0", + "@medusajs/file": "^2.0.0", + "@medusajs/file-local": "^2.0.0", + "@medusajs/file-s3": "^2.0.0", + "@medusajs/fulfillment": "^2.0.0", + "@medusajs/fulfillment-manual": "^2.0.0", + "@medusajs/index": "^2.0.0", + "@medusajs/inventory": "^2.0.0", + "@medusajs/link-modules": "^2.0.0", + "@medusajs/locking": "^2.0.0", + "@medusajs/locking-postgres": "^2.0.0", + "@medusajs/locking-redis": "^2.0.0", + "@medusajs/notification": "^2.0.0", + "@medusajs/notification-local": "^2.0.0", + "@medusajs/notification-sendgrid": "^2.0.0", + "@medusajs/order": "^2.0.0", + "@medusajs/payment": "^2.0.0", + "@medusajs/payment-stripe": "^2.0.0", + "@medusajs/pricing": "^2.0.0", + "@medusajs/product": "^2.0.0", + "@medusajs/promotion": "^2.0.0", + "@medusajs/region": "^2.0.0", + "@medusajs/sales-channel": "^2.0.0", + "@medusajs/stock-location": "^2.0.0", + "@medusajs/store": "^2.0.0", + "@medusajs/tax": "^2.0.0", + "@medusajs/telemetry": "^2.0.0", + "@medusajs/user": "^2.0.0", + "@medusajs/workflow-engine-inmemory": "^2.0.0", + "@medusajs/workflow-engine-redis": "^2.0.0", "@swc/core": "1.5.7", "@swc/helpers": "^0.5.11", "@types/express": "^4.17.17", @@ -124,7 +124,7 @@ "zod": "3.22.4" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/knex": "5.9.7", "@mikro-orm/migrations": "5.9.7", diff --git a/packages/modules/api-key/CHANGELOG.md b/packages/modules/api-key/CHANGELOG.md index 00b47aa267..d76912f5b4 100644 --- a/packages/modules/api-key/CHANGELOG.md +++ b/packages/modules/api-key/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/api-key +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/modules/api-key/package.json b/packages/modules/api-key/package.json index 99fe06a29b..815c37c836 100644 --- a/packages/modules/api-key/package.json +++ b/packages/modules/api-key/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/api-key", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa API Key module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", @@ -48,7 +48,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/auth/CHANGELOG.md b/packages/modules/auth/CHANGELOG.md index c078fb87d6..82a9f4e097 100644 --- a/packages/modules/auth/CHANGELOG.md +++ b/packages/modules/auth/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/auth +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/modules/auth/package.json b/packages/modules/auth/package.json index 79b99d7fc9..a61b5071d1 100644 --- a/packages/modules/auth/package.json +++ b/packages/modules/auth/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/auth", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Auth module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/cache-inmemory/CHANGELOG.md b/packages/modules/cache-inmemory/CHANGELOG.md index 6e585cf67a..a7bc4399c2 100644 --- a/packages/modules/cache-inmemory/CHANGELOG.md +++ b/packages/modules/cache-inmemory/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/cache-inmemory +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 1.8.10 ### Patch Changes diff --git a/packages/modules/cache-inmemory/package.json b/packages/modules/cache-inmemory/package.json index dd2abdb1b3..8e20ffcd40 100644 --- a/packages/modules/cache-inmemory/package.json +++ b/packages/modules/cache-inmemory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cache-inmemory", - "version": "1.8.10", + "version": "2.0.0", "description": "In-memory Cache Module for Medusa", "main": "dist/index.js", "repository": { @@ -23,7 +23,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -36,6 +36,6 @@ "test": "jest --passWithNoTests" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" } } diff --git a/packages/modules/cache-redis/CHANGELOG.md b/packages/modules/cache-redis/CHANGELOG.md index f16e11386f..f1bdce0339 100644 --- a/packages/modules/cache-redis/CHANGELOG.md +++ b/packages/modules/cache-redis/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/cache-redis +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 1.9.1 ### Patch Changes diff --git a/packages/modules/cache-redis/package.json b/packages/modules/cache-redis/package.json index 626b92711d..2fa3a4b13d 100644 --- a/packages/modules/cache-redis/package.json +++ b/packages/modules/cache-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cache-redis", - "version": "1.9.1", + "version": "2.0.0", "description": "Redis Cache Module for Medusa", "main": "dist/index.js", "repository": { @@ -23,7 +23,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -39,7 +39,7 @@ "ioredis": "^5.4.1" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "awilix": "^8.0.1" } } diff --git a/packages/modules/cart/CHANGELOG.md b/packages/modules/cart/CHANGELOG.md index 20f6d948ed..bba0ddc72c 100644 --- a/packages/modules/cart/CHANGELOG.md +++ b/packages/modules/cart/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/cart +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/modules/cart/package.json b/packages/modules/cart/package.json index 3b46c785b9..388f27476f 100644 --- a/packages/modules/cart/package.json +++ b/packages/modules/cart/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/cart", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Cart module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,7 +37,7 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/test-utils": "^1.1.44", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -50,7 +50,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/currency/CHANGELOG.md b/packages/modules/currency/CHANGELOG.md index 12e3ed8626..6a4d00ad4a 100644 --- a/packages/modules/currency/CHANGELOG.md +++ b/packages/modules/currency/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/currency +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/modules/currency/package.json b/packages/modules/currency/package.json index 793e3608b4..51197ee642 100644 --- a/packages/modules/currency/package.json +++ b/packages/modules/currency/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/currency", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Currency module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/customer/CHANGELOG.md b/packages/modules/customer/CHANGELOG.md index 1f7992d760..a02951e451 100644 --- a/packages/modules/customer/CHANGELOG.md +++ b/packages/modules/customer/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/customer +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/modules/customer/package.json b/packages/modules/customer/package.json index 66eea7df6d..b970664c53 100644 --- a/packages/modules/customer/package.json +++ b/packages/modules/customer/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/customer", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Customer module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": "MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/event-bus-local/CHANGELOG.md b/packages/modules/event-bus-local/CHANGELOG.md index d7da84bcb4..c423b390dc 100644 --- a/packages/modules/event-bus-local/CHANGELOG.md +++ b/packages/modules/event-bus-local/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/event-bus-local +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 1.9.8 ### Patch Changes diff --git a/packages/modules/event-bus-local/package.json b/packages/modules/event-bus-local/package.json index 0511061ed8..21ca8826bc 100644 --- a/packages/modules/event-bus-local/package.json +++ b/packages/modules/event-bus-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/event-bus-local", - "version": "1.9.8", + "version": "2.0.0", "description": "Local Event Bus Module for Medusa", "main": "dist/index.js", "files": [ @@ -23,7 +23,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -39,6 +39,6 @@ "ulid": "^2.3.0" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" } } diff --git a/packages/modules/event-bus-redis/CHANGELOG.md b/packages/modules/event-bus-redis/CHANGELOG.md index f8768f8d6d..9b04861a1f 100644 --- a/packages/modules/event-bus-redis/CHANGELOG.md +++ b/packages/modules/event-bus-redis/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/event-bus-redis +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 1.8.13 ### Patch Changes diff --git a/packages/modules/event-bus-redis/package.json b/packages/modules/event-bus-redis/package.json index dc52fdde6d..e447fe72be 100644 --- a/packages/modules/event-bus-redis/package.json +++ b/packages/modules/event-bus-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/event-bus-redis", - "version": "1.8.13", + "version": "2.0.0", "description": "Redis Event Bus Module for Medusa", "main": "dist/index.js", "files": [ @@ -23,7 +23,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -40,7 +40,7 @@ "ioredis": "^5.4.1" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "awilix": "^8.0.1" } } diff --git a/packages/modules/file/CHANGELOG.md b/packages/modules/file/CHANGELOG.md index a5019c0b54..48c73fa630 100644 --- a/packages/modules/file/CHANGELOG.md +++ b/packages/modules/file/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/product +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.3.11 ### Patch Changes diff --git a/packages/modules/file/package.json b/packages/modules/file/package.json index 42b0cfbe96..111b245993 100644 --- a/packages/modules/file/package.json +++ b/packages/modules/file/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/file", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa File module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "awilix": "^8.0.1" } } diff --git a/packages/modules/fulfillment/CHANGELOG.md b/packages/modules/fulfillment/CHANGELOG.md index 1691c97540..2182211d7c 100644 --- a/packages/modules/fulfillment/CHANGELOG.md +++ b/packages/modules/fulfillment/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/fulfillment +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/modules/fulfillment/package.json b/packages/modules/fulfillment/package.json index ed00f8588b..8ff06dbee4 100644 --- a/packages/modules/fulfillment/package.json +++ b/packages/modules/fulfillment/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/fulfillment", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Fulfillment module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/index/CHANGELOG.md b/packages/modules/index/CHANGELOG.md index 8a6a8e0f6d..0b0d97a3f2 100644 --- a/packages/modules/index/CHANGELOG.md +++ b/packages/modules/index/CHANGELOG.md @@ -1 +1,12 @@ # @medusajs/index + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/index/package.json b/packages/modules/index/package.json index 62041fc54d..5e83b15c81 100644 --- a/packages/modules/index/package.json +++ b/packages/modules/index/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/index", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Index module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/knex": "5.9.7", @@ -52,7 +52,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/knex": "5.9.7", "@mikro-orm/migrations": "5.9.7", diff --git a/packages/modules/inventory/CHANGELOG.md b/packages/modules/inventory/CHANGELOG.md index c87c698297..c230337c91 100644 --- a/packages/modules/inventory/CHANGELOG.md +++ b/packages/modules/inventory/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/inventory-next +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/modules/inventory/package.json b/packages/modules/inventory/package.json index 61eb934402..895fb31085 100644 --- a/packages/modules/inventory/package.json +++ b/packages/modules/inventory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/inventory", - "version": "1.0.1", + "version": "2.0.0", "description": "Inventory Module for Medusa", "main": "dist/index.js", "repository": { @@ -23,8 +23,8 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -37,7 +37,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/link-modules/CHANGELOG.md b/packages/modules/link-modules/CHANGELOG.md index 443f77f768..3ae2fed070 100644 --- a/packages/modules/link-modules/CHANGELOG.md +++ b/packages/modules/link-modules/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/link-modules +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.2.11 ### Patch Changes diff --git a/packages/modules/link-modules/package.json b/packages/modules/link-modules/package.json index 4dd736e53f..4cdaad7aa6 100644 --- a/packages/modules/link-modules/package.json +++ b/packages/modules/link-modules/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/link-modules", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Default Link Modules Package and Definitions", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -33,8 +33,8 @@ "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", @@ -47,7 +47,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/locking/CHANGELOG.md b/packages/modules/locking/CHANGELOG.md new file mode 100644 index 0000000000..5eddde7678 --- /dev/null +++ b/packages/modules/locking/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/locking + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/locking/package.json b/packages/modules/locking/package.json index 2112411d07..6b747ea321 100644 --- a/packages/modules/locking/package.json +++ b/packages/modules/locking/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/locking", - "version": "1.0.1", + "version": "2.0.0", "description": "Locking Module for Medusa", "main": "dist/index.js", "repository": { @@ -33,8 +33,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -47,7 +47,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/notification/CHANGELOG.md b/packages/modules/notification/CHANGELOG.md index e69de29bb2..c4c5680730 100644 --- a/packages/modules/notification/CHANGELOG.md +++ b/packages/modules/notification/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/notification + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/notification/package.json b/packages/modules/notification/package.json index 91f7511adc..6ee4b34b8b 100644 --- a/packages/modules/notification/package.json +++ b/packages/modules/notification/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/notification", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Notification module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/order/CHANGELOG.md b/packages/modules/order/CHANGELOG.md index bc72765ea4..39309f4eab 100644 --- a/packages/modules/order/CHANGELOG.md +++ b/packages/modules/order/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/order +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/modules/order/package.json b/packages/modules/order/package.json index 30ba4f8e92..201b71e944 100644 --- a/packages/modules/order/package.json +++ b/packages/modules/order/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/order", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Order module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/payment/CHANGELOG.md b/packages/modules/payment/CHANGELOG.md index 47c02a1bf7..ce078e2596 100644 --- a/packages/modules/payment/CHANGELOG.md +++ b/packages/modules/payment/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/payment +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/modules/payment/package.json b/packages/modules/payment/package.json index bb26b95ee1..be2efe680c 100644 --- a/packages/modules/payment/package.json +++ b/packages/modules/payment/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/payment", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Payment module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/pricing/CHANGELOG.md b/packages/modules/pricing/CHANGELOG.md index 5609c7d2c0..925fdae8ea 100644 --- a/packages/modules/pricing/CHANGELOG.md +++ b/packages/modules/pricing/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/pricing +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.1.12 ### Patch Changes diff --git a/packages/modules/pricing/package.json b/packages/modules/pricing/package.json index 40dab0523b..524477aa61 100644 --- a/packages/modules/pricing/package.json +++ b/packages/modules/pricing/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/pricing", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Pricing module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/product/CHANGELOG.md b/packages/modules/product/CHANGELOG.md index 3701878bf5..6c4f86c26a 100644 --- a/packages/modules/product/CHANGELOG.md +++ b/packages/modules/product/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/product +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.3.12 ### Patch Changes diff --git a/packages/modules/product/package.json b/packages/modules/product/package.json index c7f353014a..1940c78a6b 100644 --- a/packages/modules/product/package.json +++ b/packages/modules/product/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/product", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Product module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -52,7 +52,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/promotion/CHANGELOG.md b/packages/modules/promotion/CHANGELOG.md index d92c7d1bb3..ecc516a56e 100644 --- a/packages/modules/promotion/CHANGELOG.md +++ b/packages/modules/promotion/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/promotion +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/modules/promotion/package.json b/packages/modules/promotion/package.json index 642e0f9d54..b093f6c510 100644 --- a/packages/modules/promotion/package.json +++ b/packages/modules/promotion/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/promotion", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Promotion module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/providers/auth-emailpass/CHANGELOG.md b/packages/modules/providers/auth-emailpass/CHANGELOG.md new file mode 100644 index 0000000000..85c2982bd3 --- /dev/null +++ b/packages/modules/providers/auth-emailpass/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/auth-emailpass + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/providers/auth-emailpass/package.json b/packages/modules/providers/auth-emailpass/package.json index 208ef3683e..751d514dce 100644 --- a/packages/modules/providers/auth-emailpass/package.json +++ b/packages/modules/providers/auth-emailpass/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/auth-emailpass", - "version": "1.0.1", + "version": "2.0.0", "description": "Email and password credential authentication provider for Medusa", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -37,7 +37,7 @@ "scrypt-kdf": "^2.0.1" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/auth-github/CHANGELOG.md b/packages/modules/providers/auth-github/CHANGELOG.md new file mode 100644 index 0000000000..11e3017709 --- /dev/null +++ b/packages/modules/providers/auth-github/CHANGELOG.md @@ -0,0 +1,8 @@ +# @medusajs/auth-github + +## 2.0.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/providers/auth-github/package.json b/packages/modules/providers/auth-github/package.json index 939f260869..727f2bbee6 100644 --- a/packages/modules/providers/auth-github/package.json +++ b/packages/modules/providers/auth-github/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/auth-github", - "version": "1.0.1", + "version": "2.0.0", "description": "Github OAuth authentication provider for Medusa", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -35,7 +35,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/auth-google/CHANGELOG.md b/packages/modules/providers/auth-google/CHANGELOG.md new file mode 100644 index 0000000000..21a1380a5c --- /dev/null +++ b/packages/modules/providers/auth-google/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/auth-google + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/providers/auth-google/package.json b/packages/modules/providers/auth-google/package.json index d96d79ec8e..bd84a1f6c0 100644 --- a/packages/modules/providers/auth-google/package.json +++ b/packages/modules/providers/auth-google/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/auth-google", - "version": "1.0.1", + "version": "2.0.0", "description": "Google OAuth authentication provider for Medusa", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -38,7 +38,7 @@ "jsonwebtoken": "^9.0.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/file-local/CHANGELOG.md b/packages/modules/providers/file-local/CHANGELOG.md new file mode 100644 index 0000000000..82071bc90f --- /dev/null +++ b/packages/modules/providers/file-local/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/file-local + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/providers/file-local/package.json b/packages/modules/providers/file-local/package.json index 70259b55af..49829ff318 100644 --- a/packages/modules/providers/file-local/package.json +++ b/packages/modules/providers/file-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/file-local", - "version": "1.0.1", + "version": "2.0.0", "description": "Local filesystem file storage for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -33,7 +33,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "keywords": [ "medusa-plugin", diff --git a/packages/modules/providers/file-s3/CHANGELOG.md b/packages/modules/providers/file-s3/CHANGELOG.md new file mode 100644 index 0000000000..8acf3c68aa --- /dev/null +++ b/packages/modules/providers/file-s3/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/file-s3 + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/providers/file-s3/package.json b/packages/modules/providers/file-s3/package.json index 608831f3e7..262fff2849 100644 --- a/packages/modules/providers/file-s3/package.json +++ b/packages/modules/providers/file-s3/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/file-s3", - "version": "1.0.1", + "version": "2.0.0", "description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "axios": "^1.6.8", @@ -40,7 +40,7 @@ "ulid": "^2.3.0" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "keywords": [ "medusa-plugin", diff --git a/packages/modules/providers/fulfillment-manual/CHANGELOG.md b/packages/modules/providers/fulfillment-manual/CHANGELOG.md index 0181990102..9b0fea4cac 100644 --- a/packages/modules/providers/fulfillment-manual/CHANGELOG.md +++ b/packages/modules/providers/fulfillment-manual/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/fulfillment-manual +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/modules/providers/fulfillment-manual/package.json b/packages/modules/providers/fulfillment-manual/package.json index 9912219c20..e55794ef05 100644 --- a/packages/modules/providers/fulfillment-manual/package.json +++ b/packages/modules/providers/fulfillment-manual/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/fulfillment-manual", - "version": "1.0.1", + "version": "2.0.0", "description": "Manual fulfillment for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -33,7 +33,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "keywords": [ "medusa-plugin", diff --git a/packages/modules/providers/locking-postgres/CHANGELOG.md b/packages/modules/providers/locking-postgres/CHANGELOG.md new file mode 100644 index 0000000000..44cff754ac --- /dev/null +++ b/packages/modules/providers/locking-postgres/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/locking-postgres + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/providers/locking-postgres/package.json b/packages/modules/providers/locking-postgres/package.json index d9be1e5fdf..95d0fede35 100644 --- a/packages/modules/providers/locking-postgres/package.json +++ b/packages/modules/providers/locking-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/locking-postgres", - "version": "1.0.1", + "version": "2.0.0", "description": "Postgres Advisory Locks for Medusa", "main": "dist/index.js", "repository": { @@ -20,7 +20,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -32,7 +32,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "scripts": { "watch": "tsc --build --watch", diff --git a/packages/modules/providers/locking-redis/CHANGELOG.md b/packages/modules/providers/locking-redis/CHANGELOG.md new file mode 100644 index 0000000000..350f38b817 --- /dev/null +++ b/packages/modules/providers/locking-redis/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/locking-redis + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/providers/locking-redis/package.json b/packages/modules/providers/locking-redis/package.json index 7e5be2561f..f77b90c0fc 100644 --- a/packages/modules/providers/locking-redis/package.json +++ b/packages/modules/providers/locking-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/locking-redis", - "version": "1.0.1", + "version": "2.0.0", "description": "Redis Lock for Medusa", "main": "dist/index.js", "repository": { @@ -20,7 +20,7 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -28,7 +28,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "dependencies": { "ioredis": "^5.4.1" diff --git a/packages/modules/providers/notification-local/CHANGELOG.md b/packages/modules/providers/notification-local/CHANGELOG.md new file mode 100644 index 0000000000..6b2c356ac1 --- /dev/null +++ b/packages/modules/providers/notification-local/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/notification-local + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/providers/notification-local/package.json b/packages/modules/providers/notification-local/package.json index 5965ab851b..e60aa7201d 100644 --- a/packages/modules/providers/notification-local/package.json +++ b/packages/modules/providers/notification-local/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/notification-local", - "version": "1.0.1", + "version": "2.0.0", "description": "Local (logging) notification provider for Medusa, useful for testing purposes and log audits", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -34,7 +34,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/notification-sendgrid/CHANGELOG.md b/packages/modules/providers/notification-sendgrid/CHANGELOG.md new file mode 100644 index 0000000000..42f96ef903 --- /dev/null +++ b/packages/modules/providers/notification-sendgrid/CHANGELOG.md @@ -0,0 +1,12 @@ +# @medusajs/notification-sendgrid + +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 diff --git a/packages/modules/providers/notification-sendgrid/package.json b/packages/modules/providers/notification-sendgrid/package.json index d2900c58ee..d5aab2c5c1 100644 --- a/packages/modules/providers/notification-sendgrid/package.json +++ b/packages/modules/providers/notification-sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/notification-sendgrid", - "version": "1.0.1", + "version": "2.0.0", "description": "Sendgrid notification provider for Medusa", "main": "dist/index.js", "repository": { @@ -26,7 +26,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -37,7 +37,7 @@ "@sendgrid/mail": "^8.1.3" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1" + "@medusajs/framework": "^2.0.0" }, "keywords": [ "medusa-provider", diff --git a/packages/modules/providers/payment-stripe/CHANGELOG.md b/packages/modules/providers/payment-stripe/CHANGELOG.md index a13c34b3fc..6a61e1f792 100644 --- a/packages/modules/providers/payment-stripe/CHANGELOG.md +++ b/packages/modules/providers/payment-stripe/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/payment-stripe +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/modules/providers/payment-stripe/package.json b/packages/modules/providers/payment-stripe/package.json index 7eb381c737..db5546f6f2 100644 --- a/packages/modules/providers/payment-stripe/package.json +++ b/packages/modules/providers/payment-stripe/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/payment-stripe", - "version": "1.0.1", + "version": "2.0.0", "description": "Stripe payment provider for Medusa", "main": "dist/index.js", "repository": { @@ -25,7 +25,7 @@ "watch": "tsc --watch" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@swc/core": "^1.7.28", "@swc/jest": "^0.2.36", "jest": "^29.7.0", @@ -33,7 +33,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "awilix": "^8.0.1" }, "dependencies": { diff --git a/packages/modules/region/CHANGELOG.md b/packages/modules/region/CHANGELOG.md index 633ce20e6c..78b9d0cfe9 100644 --- a/packages/modules/region/CHANGELOG.md +++ b/packages/modules/region/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/region +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/modules/region/package.json b/packages/modules/region/package.json index 00a6e2d94b..ea081e8219 100644 --- a/packages/modules/region/package.json +++ b/packages/modules/region/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/region", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Region module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/sales-channel/CHANGELOG.md b/packages/modules/sales-channel/CHANGELOG.md index 7ddb3aefdf..17f5f5d3f0 100644 --- a/packages/modules/sales-channel/CHANGELOG.md +++ b/packages/modules/sales-channel/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/sales-channel +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/modules/sales-channel/package.json b/packages/modules/sales-channel/package.json index f0f640d14a..3bc436d5b8 100644 --- a/packages/modules/sales-channel/package.json +++ b/packages/modules/sales-channel/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/sales-channel", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Sales Channel module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/stock-location/CHANGELOG.md b/packages/modules/stock-location/CHANGELOG.md index 587afe716a..bebf4d6c58 100644 --- a/packages/modules/stock-location/CHANGELOG.md +++ b/packages/modules/stock-location/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/stock-location +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/modules/stock-location/package.json b/packages/modules/stock-location/package.json index c04e8959db..820d2fdbca 100644 --- a/packages/modules/stock-location/package.json +++ b/packages/modules/stock-location/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/stock-location", - "version": "1.0.1", + "version": "2.0.0", "description": "Stock Location Module for Medusa", "main": "dist/index.js", "repository": { @@ -23,8 +23,8 @@ "author": "Medusa", "license": "MIT", "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -37,7 +37,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/store/CHANGELOG.md b/packages/modules/store/CHANGELOG.md index f64d1ea58a..fc06b8388a 100644 --- a/packages/modules/store/CHANGELOG.md +++ b/packages/modules/store/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/store +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/modules/store/package.json b/packages/modules/store/package.json index 39216a3e94..c01ad63d2e 100644 --- a/packages/modules/store/package.json +++ b/packages/modules/store/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/store", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Store module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/tax/CHANGELOG.md b/packages/modules/tax/CHANGELOG.md index 517359c87c..3b6b9c8348 100644 --- a/packages/modules/tax/CHANGELOG.md +++ b/packages/modules/tax/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/tax +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/modules/tax/package.json b/packages/modules/tax/package.json index e571ad477d..2bbaab0b66 100644 --- a/packages/modules/tax/package.json +++ b/packages/modules/tax/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/tax", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Tax module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -51,7 +51,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/user/CHANGELOG.md b/packages/modules/user/CHANGELOG.md index 7556d060c1..8de32af70a 100644 --- a/packages/modules/user/CHANGELOG.md +++ b/packages/modules/user/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/user +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/modules/user/package.json b/packages/modules/user/package.json index 109fd171e4..cd5aaf5c07 100644 --- a/packages/modules/user/package.json +++ b/packages/modules/user/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/user", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Users module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -54,7 +54,7 @@ "jsonwebtoken": "^9.0.2" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/workflow-engine-inmemory/CHANGELOG.md b/packages/modules/workflow-engine-inmemory/CHANGELOG.md index 7a93a3bf26..bebce47b68 100644 --- a/packages/modules/workflow-engine-inmemory/CHANGELOG.md +++ b/packages/modules/workflow-engine-inmemory/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/workflow-engine-inmemory +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/modules/workflow-engine-inmemory/package.json b/packages/modules/workflow-engine-inmemory/package.json index da3e93bbaf..2aa53c3040 100644 --- a/packages/modules/workflow-engine-inmemory/package.json +++ b/packages/modules/workflow-engine-inmemory/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflow-engine-inmemory", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Workflow Orchestrator module", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -55,7 +55,7 @@ "ulid": "^2.3.0" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/packages/modules/workflow-engine-redis/CHANGELOG.md b/packages/modules/workflow-engine-redis/CHANGELOG.md index dcda189c78..ecfd830a1a 100644 --- a/packages/modules/workflow-engine-redis/CHANGELOG.md +++ b/packages/modules/workflow-engine-redis/CHANGELOG.md @@ -1,5 +1,16 @@ # @medusajs/workflow-engine-redis +## 2.0.0 + +### Major Changes + +- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0 + +### Patch Changes + +- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]: + - @medusajs/framework@2.0.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/modules/workflow-engine-redis/package.json b/packages/modules/workflow-engine-redis/package.json index 0cdef71f3b..47cd00e9e0 100644 --- a/packages/modules/workflow-engine-redis/package.json +++ b/packages/modules/workflow-engine-redis/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/workflow-engine-redis", - "version": "1.0.1", + "version": "2.0.0", "description": "Medusa Workflow Orchestrator module using Redis to track workflows executions", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" }, "devDependencies": { - "@medusajs/framework": "^1.0.1", - "@medusajs/test-utils": "^1.1.44", + "@medusajs/framework": "^2.0.0", + "@medusajs/test-utils": "^2.0.0", "@mikro-orm/cli": "5.9.7", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", @@ -56,7 +56,7 @@ "ulid": "^2.3.0" }, "peerDependencies": { - "@medusajs/framework": "^1.0.1", + "@medusajs/framework": "^2.0.0", "@mikro-orm/core": "5.9.7", "@mikro-orm/migrations": "5.9.7", "@mikro-orm/postgresql": "5.9.7", diff --git a/yarn.lock b/yarn.lock index e0fde69c74..cdbce7b214 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5238,14 +5238,14 @@ __metadata: languageName: node linkType: hard -"@medusajs/admin-bundler@^1.0.1, @medusajs/admin-bundler@workspace:packages/admin/admin-bundler": +"@medusajs/admin-bundler@^2.0.0, @medusajs/admin-bundler@workspace:packages/admin/admin-bundler": version: 0.0.0-use.local resolution: "@medusajs/admin-bundler@workspace:packages/admin/admin-bundler" dependencies: - "@medusajs/admin-shared": 1.0.1 - "@medusajs/admin-vite-plugin": 1.0.1 - "@medusajs/dashboard": 1.0.1 - "@medusajs/types": ^1.11.16 + "@medusajs/admin-shared": 2.0.0 + "@medusajs/admin-vite-plugin": 2.0.0 + "@medusajs/dashboard": 2.0.0 + "@medusajs/types": ^2.0.0 "@types/compression": ^1.7.5 "@vitejs/plugin-react": ^4.2.1 autoprefixer: ^10.4.16 @@ -5267,7 +5267,7 @@ __metadata: version: 0.0.0-use.local resolution: "@medusajs/admin-sdk@workspace:packages/admin/admin-sdk" dependencies: - "@medusajs/admin-shared": ^1.0.1 + "@medusajs/admin-shared": ^2.0.0 "@types/react": ^18.3.2 tsup: ^8.0.1 typescript: ^5.3.3 @@ -5277,7 +5277,7 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/admin-shared@1.0.1, @medusajs/admin-shared@^1.0.1, @medusajs/admin-shared@workspace:packages/admin/admin-shared": +"@medusajs/admin-shared@2.0.0, @medusajs/admin-shared@^2.0.0, @medusajs/admin-shared@workspace:packages/admin/admin-shared": version: 0.0.0-use.local resolution: "@medusajs/admin-shared@workspace:packages/admin/admin-shared" dependencies: @@ -5287,14 +5287,14 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/admin-vite-plugin@1.0.1, @medusajs/admin-vite-plugin@workspace:packages/admin/admin-vite-plugin": +"@medusajs/admin-vite-plugin@2.0.0, @medusajs/admin-vite-plugin@workspace:packages/admin/admin-vite-plugin": version: 0.0.0-use.local resolution: "@medusajs/admin-vite-plugin@workspace:packages/admin/admin-vite-plugin" dependencies: "@babel/parser": 7.25.6 "@babel/traverse": 7.25.6 "@babel/types": 7.25.6 - "@medusajs/admin-shared": 1.0.1 + "@medusajs/admin-shared": 2.0.0 "@types/node": ^20.10.4 chokidar: 3.5.3 fdir: 6.1.1 @@ -5310,12 +5310,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/api-key@^1.0.1, @medusajs/api-key@workspace:^, @medusajs/api-key@workspace:packages/modules/api-key": +"@medusajs/api-key@^2.0.0, @medusajs/api-key@workspace:^, @medusajs/api-key@workspace:packages/modules/api-key": version: 0.0.0-use.local resolution: "@medusajs/api-key@workspace:packages/modules/api-key" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 @@ -5324,7 +5324,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -5332,11 +5332,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/auth-emailpass@^1.0.1, @medusajs/auth-emailpass@workspace:packages/modules/providers/auth-emailpass": +"@medusajs/auth-emailpass@^2.0.0, @medusajs/auth-emailpass@workspace:packages/modules/providers/auth-emailpass": version: 0.0.0-use.local resolution: "@medusajs/auth-emailpass@workspace:packages/modules/providers/auth-emailpass" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 jest: ^29.7.0 @@ -5344,15 +5344,15 @@ __metadata: scrypt-kdf: ^2.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/auth-github@^1.0.1, @medusajs/auth-github@workspace:packages/modules/providers/auth-github": +"@medusajs/auth-github@^2.0.0, @medusajs/auth-github@workspace:packages/modules/providers/auth-github": version: 0.0.0-use.local resolution: "@medusajs/auth-github@workspace:packages/modules/providers/auth-github" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 jest: ^29.7.0 @@ -5360,15 +5360,15 @@ __metadata: rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/auth-google@^1.0.1, @medusajs/auth-google@workspace:packages/modules/providers/auth-google": +"@medusajs/auth-google@^2.0.0, @medusajs/auth-google@workspace:packages/modules/providers/auth-google": version: 0.0.0-use.local resolution: "@medusajs/auth-google@workspace:packages/modules/providers/auth-google" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 jest: ^29.7.0 @@ -5377,16 +5377,16 @@ __metadata: rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/auth@^1.0.1, @medusajs/auth@workspace:*, @medusajs/auth@workspace:packages/modules/auth": +"@medusajs/auth@^2.0.0, @medusajs/auth@workspace:*, @medusajs/auth@workspace:packages/modules/auth": version: 0.0.0-use.local resolution: "@medusajs/auth@workspace:packages/modules/auth" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5398,7 +5398,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -5406,26 +5406,26 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/cache-inmemory@^1.8.10, @medusajs/cache-inmemory@workspace:*, @medusajs/cache-inmemory@workspace:packages/modules/cache-inmemory": +"@medusajs/cache-inmemory@^2.0.0, @medusajs/cache-inmemory@workspace:*, @medusajs/cache-inmemory@workspace:packages/modules/cache-inmemory": version: 0.0.0-use.local resolution: "@medusajs/cache-inmemory@workspace:packages/modules/cache-inmemory" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 jest: ^29.7.0 rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/cache-redis@^1.9.1, @medusajs/cache-redis@workspace:packages/modules/cache-redis": +"@medusajs/cache-redis@^2.0.0, @medusajs/cache-redis@workspace:packages/modules/cache-redis": version: 0.0.0-use.local resolution: "@medusajs/cache-redis@workspace:packages/modules/cache-redis" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 ioredis: ^5.4.1 @@ -5433,16 +5433,16 @@ __metadata: rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 awilix: ^8.0.1 languageName: unknown linkType: soft -"@medusajs/cart@^1.0.1, @medusajs/cart@workspace:packages/modules/cart": +"@medusajs/cart@^2.0.0, @medusajs/cart@workspace:packages/modules/cart": version: 0.0.0-use.local resolution: "@medusajs/cart@workspace:packages/modules/cart" dependencies: - "@medusajs/test-utils": ^1.1.44 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5454,7 +5454,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -5462,12 +5462,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/cli@^1.3.22, @medusajs/cli@workspace:packages/cli/medusa-cli": +"@medusajs/cli@^2.0.0, @medusajs/cli@workspace:packages/cli/medusa-cli": version: 0.0.0-use.local resolution: "@medusajs/cli@workspace:packages/cli/medusa-cli" dependencies: - "@medusajs/telemetry": ^1.0.1 - "@medusajs/utils": 1.11.9 + "@medusajs/telemetry": ^2.0.0 + "@medusajs/utils": 2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5513,11 +5513,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/core-flows@^1.0.1, @medusajs/core-flows@workspace:*, @medusajs/core-flows@workspace:^, @medusajs/core-flows@workspace:packages/core/core-flows": +"@medusajs/core-flows@^2.0.0, @medusajs/core-flows@workspace:*, @medusajs/core-flows@workspace:^, @medusajs/core-flows@workspace:packages/core/core-flows": version: 0.0.0-use.local resolution: "@medusajs/core-flows@workspace:packages/core/core-flows" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5532,17 +5532,17 @@ __metadata: rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 awilix: ^8.0.1 languageName: unknown linkType: soft -"@medusajs/currency@^1.0.1, @medusajs/currency@workspace:^, @medusajs/currency@workspace:packages/modules/currency": +"@medusajs/currency@^2.0.0, @medusajs/currency@workspace:^, @medusajs/currency@workspace:packages/modules/currency": version: 0.0.0-use.local resolution: "@medusajs/currency@workspace:packages/modules/currency" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5554,7 +5554,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -5562,12 +5562,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/customer@^1.0.1, @medusajs/customer@workspace:^, @medusajs/customer@workspace:packages/modules/customer": +"@medusajs/customer@^2.0.0, @medusajs/customer@workspace:^, @medusajs/customer@workspace:packages/modules/customer": version: 0.0.0-use.local resolution: "@medusajs/customer@workspace:packages/modules/customer" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5579,7 +5579,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -5587,7 +5587,7 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/dashboard@1.0.1, @medusajs/dashboard@workspace:packages/admin/dashboard": +"@medusajs/dashboard@2.0.0, @medusajs/dashboard@workspace:packages/admin/dashboard": version: 0.0.0-use.local resolution: "@medusajs/dashboard@workspace:packages/admin/dashboard" dependencies: @@ -5596,13 +5596,13 @@ __metadata: "@dnd-kit/sortable": ^8.0.0 "@hookform/error-message": ^2.0.1 "@hookform/resolvers": 3.4.2 - "@medusajs/admin-shared": ^1.0.1 - "@medusajs/admin-vite-plugin": 1.0.1 - "@medusajs/icons": 1.2.1 - "@medusajs/js-sdk": 1.0.1 - "@medusajs/types": 1.11.16 - "@medusajs/ui": 3.0.0 - "@medusajs/ui-preset": 1.1.3 + "@medusajs/admin-shared": ^2.0.0 + "@medusajs/admin-vite-plugin": 2.0.0 + "@medusajs/icons": 2.0.0 + "@medusajs/js-sdk": 2.0.0 + "@medusajs/types": 2.0.0 + "@medusajs/ui": 4.0.0 + "@medusajs/ui-preset": 2.0.0 "@radix-ui/react-collapsible": 1.1.0 "@tanstack/react-query": ^5.28.14 "@tanstack/react-table": 8.20.5 @@ -5642,11 +5642,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/event-bus-local@^1.9.8, @medusajs/event-bus-local@workspace:*, @medusajs/event-bus-local@workspace:packages/modules/event-bus-local": +"@medusajs/event-bus-local@^2.0.0, @medusajs/event-bus-local@workspace:*, @medusajs/event-bus-local@workspace:packages/modules/event-bus-local": version: 0.0.0-use.local resolution: "@medusajs/event-bus-local@workspace:packages/modules/event-bus-local" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 jest: ^29.7.0 @@ -5654,15 +5654,15 @@ __metadata: typescript: ^5.6.2 ulid: ^2.3.0 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/event-bus-redis@^1.8.13, @medusajs/event-bus-redis@workspace:packages/modules/event-bus-redis": +"@medusajs/event-bus-redis@^2.0.0, @medusajs/event-bus-redis@workspace:packages/modules/event-bus-redis": version: 0.0.0-use.local resolution: "@medusajs/event-bus-redis@workspace:packages/modules/event-bus-redis" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 bullmq: 5.13.0 @@ -5671,33 +5671,33 @@ __metadata: rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 awilix: ^8.0.1 languageName: unknown linkType: soft -"@medusajs/file-local@^1.0.1, @medusajs/file-local@workspace:packages/modules/providers/file-local": +"@medusajs/file-local@^2.0.0, @medusajs/file-local@workspace:packages/modules/providers/file-local": version: 0.0.0-use.local resolution: "@medusajs/file-local@workspace:packages/modules/providers/file-local" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 jest: ^29.7.0 rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/file-s3@^1.0.1, @medusajs/file-s3@workspace:packages/modules/providers/file-s3": +"@medusajs/file-s3@^2.0.0, @medusajs/file-s3@workspace:packages/modules/providers/file-s3": version: 0.0.0-use.local resolution: "@medusajs/file-s3@workspace:packages/modules/providers/file-s3" dependencies: "@aws-sdk/client-s3": ^3.556.0 "@aws-sdk/s3-request-presigner": ^3.556.0 - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 axios: ^1.6.8 @@ -5706,16 +5706,16 @@ __metadata: typescript: ^5.6.2 ulid: ^2.3.0 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/file@^1.0.1, @medusajs/file@workspace:packages/modules/file": +"@medusajs/file@^2.0.0, @medusajs/file@workspace:packages/modules/file": version: 0.0.0-use.local resolution: "@medusajs/file@workspace:packages/modules/file" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5727,23 +5727,23 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 awilix: ^8.0.1 languageName: unknown linkType: soft -"@medusajs/framework@^1.0.1, @medusajs/framework@workspace:^, @medusajs/framework@workspace:packages/core/framework": +"@medusajs/framework@^2.0.0, @medusajs/framework@workspace:^, @medusajs/framework@workspace:packages/core/framework": version: 0.0.0-use.local resolution: "@medusajs/framework@workspace:packages/core/framework" dependencies: "@jercle/yargonaut": ^1.1.5 - "@medusajs/cli": ^1.3.22 - "@medusajs/modules-sdk": ^1.12.11 - "@medusajs/orchestration": ^1.0.1 - "@medusajs/telemetry": ^1.0.1 - "@medusajs/types": ^1.11.16 - "@medusajs/utils": ^1.11.9 - "@medusajs/workflows-sdk": ^1.0.1 + "@medusajs/cli": ^2.0.0 + "@medusajs/modules-sdk": ^2.0.0 + "@medusajs/orchestration": ^2.0.0 + "@medusajs/telemetry": ^2.0.0 + "@medusajs/types": ^2.0.0 + "@medusajs/utils": ^2.0.0 + "@medusajs/workflows-sdk": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5771,7 +5771,7 @@ __metadata: vite: ^5.2.11 zod: 3.22.4 peerDependencies: - "@medusajs/cli": ^1.3.22 + "@medusajs/cli": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 @@ -5793,27 +5793,27 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/fulfillment-manual@^1.0.1, @medusajs/fulfillment-manual@workspace:^, @medusajs/fulfillment-manual@workspace:packages/modules/providers/fulfillment-manual": +"@medusajs/fulfillment-manual@^2.0.0, @medusajs/fulfillment-manual@workspace:^, @medusajs/fulfillment-manual@workspace:packages/modules/providers/fulfillment-manual": version: 0.0.0-use.local resolution: "@medusajs/fulfillment-manual@workspace:packages/modules/providers/fulfillment-manual" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 jest: ^29.7.0 rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/fulfillment@^1.0.1, @medusajs/fulfillment@workspace:^, @medusajs/fulfillment@workspace:packages/modules/fulfillment": +"@medusajs/fulfillment@^2.0.0, @medusajs/fulfillment@workspace:^, @medusajs/fulfillment@workspace:packages/modules/fulfillment": version: 0.0.0-use.local resolution: "@medusajs/fulfillment@workspace:packages/modules/fulfillment" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5825,7 +5825,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -5833,12 +5833,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/icons@1.2.1, @medusajs/icons@^1.2.1, @medusajs/icons@workspace:packages/design-system/icons": +"@medusajs/icons@2.0.0, @medusajs/icons@^2.0.0, @medusajs/icons@workspace:packages/design-system/icons": version: 0.0.0-use.local resolution: "@medusajs/icons@workspace:packages/design-system/icons" dependencies: "@atomico/rollup-plugin-sizes": ^1.1.4 - "@medusajs/toolbox": ^1.0.1 + "@medusajs/toolbox": ^2.0.0 "@rollup/plugin-node-resolve": ^15.1.0 "@rollup/plugin-replace": ^5.0.2 "@testing-library/dom": ^9.3.1 @@ -5867,12 +5867,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/index@^1.0.1, @medusajs/index@workspace:packages/modules/index": +"@medusajs/index@^2.0.0, @medusajs/index@workspace:packages/modules/index": version: 0.0.0-use.local resolution: "@medusajs/index@workspace:packages/modules/index" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 @@ -5885,7 +5885,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5894,12 +5894,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/inventory@^1.0.1, @medusajs/inventory@workspace:^, @medusajs/inventory@workspace:packages/modules/inventory": +"@medusajs/inventory@^2.0.0, @medusajs/inventory@workspace:^, @medusajs/inventory@workspace:packages/modules/inventory": version: 0.0.0-use.local resolution: "@medusajs/inventory@workspace:packages/modules/inventory" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5911,7 +5911,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -5919,11 +5919,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/js-sdk@1.0.1, @medusajs/js-sdk@workspace:packages/core/js-sdk": +"@medusajs/js-sdk@2.0.0, @medusajs/js-sdk@workspace:packages/core/js-sdk": version: 0.0.0-use.local resolution: "@medusajs/js-sdk@workspace:packages/core/js-sdk" dependencies: - "@medusajs/types": ^1.11.16 + "@medusajs/types": ^2.0.0 fetch-event-stream: ^0.1.5 jest: ^29.7.0 msw: ^2.3.0 @@ -5933,12 +5933,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/link-modules@^1.0.1, @medusajs/link-modules@workspace:^, @medusajs/link-modules@workspace:packages/modules/link-modules": +"@medusajs/link-modules@^2.0.0, @medusajs/link-modules@workspace:^, @medusajs/link-modules@workspace:packages/modules/link-modules": version: 0.0.0-use.local resolution: "@medusajs/link-modules@workspace:packages/modules/link-modules" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -5950,7 +5950,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -5958,11 +5958,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/locking-postgres@^1.0.1, @medusajs/locking-postgres@workspace:packages/modules/providers/locking-postgres": +"@medusajs/locking-postgres@^2.0.0, @medusajs/locking-postgres@workspace:packages/modules/providers/locking-postgres": version: 0.0.0-use.local resolution: "@medusajs/locking-postgres@workspace:packages/modules/providers/locking-postgres" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -5973,15 +5973,15 @@ __metadata: rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/locking-redis@^1.0.1, @medusajs/locking-redis@workspace:packages/modules/providers/locking-redis": +"@medusajs/locking-redis@^2.0.0, @medusajs/locking-redis@workspace:packages/modules/providers/locking-redis": version: 0.0.0-use.local resolution: "@medusajs/locking-redis@workspace:packages/modules/providers/locking-redis" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 ioredis: ^5.4.1 @@ -5989,16 +5989,16 @@ __metadata: rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/locking@^1.0.1, @medusajs/locking@workspace:packages/modules/locking": +"@medusajs/locking@^2.0.0, @medusajs/locking@workspace:packages/modules/locking": version: 0.0.0-use.local resolution: "@medusajs/locking@workspace:packages/modules/locking" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6010,7 +6010,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6018,13 +6018,13 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/medusa-oas-cli@1.0.1, @medusajs/medusa-oas-cli@workspace:packages/cli/oas/medusa-oas-cli": +"@medusajs/medusa-oas-cli@2.0.0, @medusajs/medusa-oas-cli@workspace:packages/cli/oas/medusa-oas-cli": version: 0.0.0-use.local resolution: "@medusajs/medusa-oas-cli@workspace:packages/cli/oas/medusa-oas-cli" dependencies: - "@medusajs/medusa": ^1.20.4 - "@medusajs/types": ^1.11.15 - "@medusajs/utils": ^1.11.9 + "@medusajs/medusa": ^2.0.0 + "@medusajs/types": ^2.0.0 + "@medusajs/utils": ^2.0.0 "@readme/json-schema-ref-parser": ^1.2.0 "@readme/openapi-parser": ^2.4.0 "@redocly/cli": ^1.7.0 @@ -6047,56 +6047,56 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/medusa@^1.20.4, @medusajs/medusa@workspace:*, @medusajs/medusa@workspace:packages/medusa": +"@medusajs/medusa@^2.0.0, @medusajs/medusa@workspace:*, @medusajs/medusa@workspace:packages/medusa": version: 0.0.0-use.local resolution: "@medusajs/medusa@workspace:packages/medusa" dependencies: "@inquirer/checkbox": ^2.3.11 "@inquirer/input": ^2.2.9 - "@medusajs/admin-bundler": ^1.0.1 - "@medusajs/api-key": ^1.0.1 - "@medusajs/auth": ^1.0.1 - "@medusajs/auth-emailpass": ^1.0.1 - "@medusajs/auth-github": ^1.0.1 - "@medusajs/auth-google": ^1.0.1 - "@medusajs/cache-inmemory": ^1.8.10 - "@medusajs/cache-redis": ^1.9.1 - "@medusajs/cart": ^1.0.1 - "@medusajs/core-flows": ^1.0.1 - "@medusajs/currency": ^1.0.1 - "@medusajs/customer": ^1.0.1 - "@medusajs/event-bus-local": ^1.9.8 - "@medusajs/event-bus-redis": ^1.8.13 - "@medusajs/file": ^1.0.1 - "@medusajs/file-local": ^1.0.1 - "@medusajs/file-s3": ^1.0.1 - "@medusajs/framework": ^1.0.1 - "@medusajs/fulfillment": ^1.0.1 - "@medusajs/fulfillment-manual": ^1.0.1 - "@medusajs/index": ^1.0.1 - "@medusajs/inventory": ^1.0.1 - "@medusajs/link-modules": ^1.0.1 - "@medusajs/locking": ^1.0.1 - "@medusajs/locking-postgres": ^1.0.1 - "@medusajs/locking-redis": ^1.0.1 - "@medusajs/notification": ^1.0.1 - "@medusajs/notification-local": ^1.0.1 - "@medusajs/notification-sendgrid": ^1.0.1 - "@medusajs/order": ^1.0.1 - "@medusajs/payment": ^1.0.1 - "@medusajs/payment-stripe": ^1.0.1 - "@medusajs/pricing": ^1.0.1 - "@medusajs/product": ^1.0.1 - "@medusajs/promotion": ^1.0.1 - "@medusajs/region": ^1.0.1 - "@medusajs/sales-channel": ^1.0.1 - "@medusajs/stock-location": ^1.0.1 - "@medusajs/store": ^1.0.1 - "@medusajs/tax": ^1.0.1 - "@medusajs/telemetry": ^1.0.1 - "@medusajs/user": ^1.0.1 - "@medusajs/workflow-engine-inmemory": ^1.0.1 - "@medusajs/workflow-engine-redis": ^1.0.1 + "@medusajs/admin-bundler": ^2.0.0 + "@medusajs/api-key": ^2.0.0 + "@medusajs/auth": ^2.0.0 + "@medusajs/auth-emailpass": ^2.0.0 + "@medusajs/auth-github": ^2.0.0 + "@medusajs/auth-google": ^2.0.0 + "@medusajs/cache-inmemory": ^2.0.0 + "@medusajs/cache-redis": ^2.0.0 + "@medusajs/cart": ^2.0.0 + "@medusajs/core-flows": ^2.0.0 + "@medusajs/currency": ^2.0.0 + "@medusajs/customer": ^2.0.0 + "@medusajs/event-bus-local": ^2.0.0 + "@medusajs/event-bus-redis": ^2.0.0 + "@medusajs/file": ^2.0.0 + "@medusajs/file-local": ^2.0.0 + "@medusajs/file-s3": ^2.0.0 + "@medusajs/framework": ^2.0.0 + "@medusajs/fulfillment": ^2.0.0 + "@medusajs/fulfillment-manual": ^2.0.0 + "@medusajs/index": ^2.0.0 + "@medusajs/inventory": ^2.0.0 + "@medusajs/link-modules": ^2.0.0 + "@medusajs/locking": ^2.0.0 + "@medusajs/locking-postgres": ^2.0.0 + "@medusajs/locking-redis": ^2.0.0 + "@medusajs/notification": ^2.0.0 + "@medusajs/notification-local": ^2.0.0 + "@medusajs/notification-sendgrid": ^2.0.0 + "@medusajs/order": ^2.0.0 + "@medusajs/payment": ^2.0.0 + "@medusajs/payment-stripe": ^2.0.0 + "@medusajs/pricing": ^2.0.0 + "@medusajs/product": ^2.0.0 + "@medusajs/promotion": ^2.0.0 + "@medusajs/region": ^2.0.0 + "@medusajs/sales-channel": ^2.0.0 + "@medusajs/stock-location": ^2.0.0 + "@medusajs/store": ^2.0.0 + "@medusajs/tax": ^2.0.0 + "@medusajs/telemetry": ^2.0.0 + "@medusajs/user": ^2.0.0 + "@medusajs/workflow-engine-inmemory": ^2.0.0 + "@medusajs/workflow-engine-redis": ^2.0.0 "@opentelemetry/api": ^1.9.0 "@opentelemetry/instrumentation": ^0.53.0 "@opentelemetry/instrumentation-pg": ^0.44.0 @@ -6129,7 +6129,7 @@ __metadata: uuid: ^9.0.0 zod: 3.22.4 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6138,13 +6138,13 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/modules-sdk@^1.12.11, @medusajs/modules-sdk@workspace:^, @medusajs/modules-sdk@workspace:packages/core/modules-sdk": +"@medusajs/modules-sdk@^2.0.0, @medusajs/modules-sdk@workspace:^, @medusajs/modules-sdk@workspace:packages/core/modules-sdk": version: 0.0.0-use.local resolution: "@medusajs/modules-sdk@workspace:packages/core/modules-sdk" dependencies: - "@medusajs/orchestration": ^1.0.1 - "@medusajs/types": ^1.11.16 - "@medusajs/utils": ^1.11.9 + "@medusajs/orchestration": ^2.0.0 + "@medusajs/types": ^2.0.0 + "@medusajs/utils": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6168,26 +6168,26 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/notification-local@^1.0.1, @medusajs/notification-local@workspace:packages/modules/providers/notification-local": +"@medusajs/notification-local@^2.0.0, @medusajs/notification-local@workspace:packages/modules/providers/notification-local": version: 0.0.0-use.local resolution: "@medusajs/notification-local@workspace:packages/modules/providers/notification-local" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 jest: ^29.7.0 rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/notification-sendgrid@^1.0.1, @medusajs/notification-sendgrid@workspace:packages/modules/providers/notification-sendgrid": +"@medusajs/notification-sendgrid@^2.0.0, @medusajs/notification-sendgrid@workspace:packages/modules/providers/notification-sendgrid": version: 0.0.0-use.local resolution: "@medusajs/notification-sendgrid@workspace:packages/modules/providers/notification-sendgrid" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@sendgrid/mail": ^8.1.3 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 @@ -6195,16 +6195,16 @@ __metadata: rimraf: ^5.0.1 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 languageName: unknown linkType: soft -"@medusajs/notification@^1.0.1, @medusajs/notification@workspace:packages/modules/notification": +"@medusajs/notification@^2.0.0, @medusajs/notification@workspace:packages/modules/notification": version: 0.0.0-use.local resolution: "@medusajs/notification@workspace:packages/modules/notification" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6216,7 +6216,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6228,17 +6228,17 @@ __metadata: version: 0.0.0-use.local resolution: "@medusajs/oas-github-ci@workspace:packages/cli/oas/oas-github-ci" dependencies: - "@medusajs/medusa-oas-cli": 1.0.1 + "@medusajs/medusa-oas-cli": 2.0.0 execa: ^5.1.1 languageName: unknown linkType: soft -"@medusajs/orchestration@^1.0.1, @medusajs/orchestration@workspace:packages/core/orchestration": +"@medusajs/orchestration@^2.0.0, @medusajs/orchestration@workspace:packages/core/orchestration": version: 0.0.0-use.local resolution: "@medusajs/orchestration@workspace:packages/core/orchestration" dependencies: - "@medusajs/types": ^1.11.16 - "@medusajs/utils": ^1.11.9 + "@medusajs/types": ^2.0.0 + "@medusajs/utils": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6261,12 +6261,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/order@^1.0.1, @medusajs/order@workspace:packages/modules/order": +"@medusajs/order@^2.0.0, @medusajs/order@workspace:packages/modules/order": version: 0.0.0-use.local resolution: "@medusajs/order@workspace:packages/modules/order" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6278,7 +6278,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6286,11 +6286,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/payment-stripe@^1.0.1, @medusajs/payment-stripe@workspace:packages/modules/providers/payment-stripe": +"@medusajs/payment-stripe@^2.0.0, @medusajs/payment-stripe@workspace:packages/modules/providers/payment-stripe": version: 0.0.0-use.local resolution: "@medusajs/payment-stripe@workspace:packages/modules/providers/payment-stripe" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@swc/core": ^1.7.28 "@swc/jest": ^0.2.36 jest: ^29.7.0 @@ -6298,17 +6298,17 @@ __metadata: stripe: ^15.5.0 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 awilix: ^8.0.1 languageName: unknown linkType: soft -"@medusajs/payment@^1.0.1, @medusajs/payment@workspace:^, @medusajs/payment@workspace:packages/modules/payment": +"@medusajs/payment@^2.0.0, @medusajs/payment@workspace:^, @medusajs/payment@workspace:packages/modules/payment": version: 0.0.0-use.local resolution: "@medusajs/payment@workspace:packages/modules/payment" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6320,7 +6320,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6328,12 +6328,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/pricing@^1.0.1, @medusajs/pricing@workspace:^, @medusajs/pricing@workspace:packages/modules/pricing": +"@medusajs/pricing@^2.0.0, @medusajs/pricing@workspace:^, @medusajs/pricing@workspace:packages/modules/pricing": version: 0.0.0-use.local resolution: "@medusajs/pricing@workspace:packages/modules/pricing" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6345,7 +6345,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6353,12 +6353,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/product@^1.0.1, @medusajs/product@workspace:^, @medusajs/product@workspace:packages/modules/product": +"@medusajs/product@^2.0.0, @medusajs/product@workspace:^, @medusajs/product@workspace:packages/modules/product": version: 0.0.0-use.local resolution: "@medusajs/product@workspace:packages/modules/product" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6371,7 +6371,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6379,12 +6379,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/promotion@^1.0.1, @medusajs/promotion@workspace:^, @medusajs/promotion@workspace:packages/modules/promotion": +"@medusajs/promotion@^2.0.0, @medusajs/promotion@workspace:^, @medusajs/promotion@workspace:packages/modules/promotion": version: 0.0.0-use.local resolution: "@medusajs/promotion@workspace:packages/modules/promotion" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6396,7 +6396,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6404,12 +6404,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/region@^1.0.1, @medusajs/region@workspace:^, @medusajs/region@workspace:packages/modules/region": +"@medusajs/region@^2.0.0, @medusajs/region@workspace:^, @medusajs/region@workspace:packages/modules/region": version: 0.0.0-use.local resolution: "@medusajs/region@workspace:packages/modules/region" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6421,7 +6421,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6429,12 +6429,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/sales-channel@^1.0.1, @medusajs/sales-channel@workspace:packages/modules/sales-channel": +"@medusajs/sales-channel@^2.0.0, @medusajs/sales-channel@workspace:packages/modules/sales-channel": version: 0.0.0-use.local resolution: "@medusajs/sales-channel@workspace:packages/modules/sales-channel" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6446,7 +6446,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6454,12 +6454,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/stock-location@^1.0.1, @medusajs/stock-location@workspace:^, @medusajs/stock-location@workspace:packages/modules/stock-location": +"@medusajs/stock-location@^2.0.0, @medusajs/stock-location@workspace:^, @medusajs/stock-location@workspace:packages/modules/stock-location": version: 0.0.0-use.local resolution: "@medusajs/stock-location@workspace:packages/modules/stock-location" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6471,7 +6471,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6479,12 +6479,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/store@^1.0.1, @medusajs/store@workspace:^, @medusajs/store@workspace:packages/modules/store": +"@medusajs/store@^2.0.0, @medusajs/store@workspace:^, @medusajs/store@workspace:packages/modules/store": version: 0.0.0-use.local resolution: "@medusajs/store@workspace:packages/modules/store" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6496,7 +6496,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6504,12 +6504,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/tax@^1.0.1, @medusajs/tax@workspace:^, @medusajs/tax@workspace:packages/modules/tax": +"@medusajs/tax@^2.0.0, @medusajs/tax@workspace:^, @medusajs/tax@workspace:packages/modules/tax": version: 0.0.0-use.local resolution: "@medusajs/tax@workspace:packages/modules/tax" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6521,7 +6521,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6529,7 +6529,7 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/telemetry@^1.0.1, @medusajs/telemetry@workspace:packages/medusa-telemetry": +"@medusajs/telemetry@^2.0.0, @medusajs/telemetry@workspace:packages/medusa-telemetry": version: 0.0.0-use.local resolution: "@medusajs/telemetry@workspace:packages/medusa-telemetry" dependencies: @@ -6551,11 +6551,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/test-utils@^1.1.44, @medusajs/test-utils@workspace:*, @medusajs/test-utils@workspace:packages/medusa-test-utils": +"@medusajs/test-utils@^2.0.0, @medusajs/test-utils@workspace:*, @medusajs/test-utils@workspace:packages/medusa-test-utils": version: 0.0.0-use.local resolution: "@medusajs/test-utils@workspace:packages/medusa-test-utils" dependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6572,8 +6572,8 @@ __metadata: rimraf: ^3.0.2 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/medusa": ^1.20.5 + "@medusajs/framework": ^2.0.0 + "@medusajs/medusa": ^2.0.0 "@mikro-orm/postgresql": 5.9.7 awilix: ^8.0.1 peerDependenciesMeta: @@ -6582,7 +6582,7 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/toolbox@^1.0.1, @medusajs/toolbox@workspace:packages/design-system/toolbox": +"@medusajs/toolbox@^2.0.0, @medusajs/toolbox@workspace:packages/design-system/toolbox": version: 0.0.0-use.local resolution: "@medusajs/toolbox@workspace:packages/design-system/toolbox" dependencies: @@ -6608,7 +6608,7 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/types@1.11.16, @medusajs/types@^1.11.15, @medusajs/types@^1.11.16, @medusajs/types@workspace:^, @medusajs/types@workspace:packages/core/types": +"@medusajs/types@2.0.0, @medusajs/types@^2.0.0, @medusajs/types@workspace:^, @medusajs/types@workspace:packages/core/types": version: 0.0.0-use.local resolution: "@medusajs/types@workspace:packages/core/types" dependencies: @@ -6631,11 +6631,11 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/ui-preset@1.1.3, @medusajs/ui-preset@^1.1.3, @medusajs/ui-preset@workspace:packages/design-system/ui-preset": +"@medusajs/ui-preset@2.0.0, @medusajs/ui-preset@^2.0.0, @medusajs/ui-preset@workspace:packages/design-system/ui-preset": version: 0.0.0-use.local resolution: "@medusajs/ui-preset@workspace:packages/design-system/ui-preset" dependencies: - "@medusajs/toolbox": ^1.0.1 + "@medusajs/toolbox": ^2.0.0 "@tailwindcss/forms": ^0.5.3 tailwindcss: ^3.4.1 tailwindcss-animate: ^1.0.6 @@ -6646,12 +6646,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/ui@3.0.0, @medusajs/ui@workspace:packages/design-system/ui": +"@medusajs/ui@4.0.0, @medusajs/ui@workspace:packages/design-system/ui": version: 0.0.0-use.local resolution: "@medusajs/ui@workspace:packages/design-system/ui" dependencies: - "@medusajs/icons": ^1.2.1 - "@medusajs/ui-preset": ^1.1.3 + "@medusajs/icons": ^2.0.0 + "@medusajs/ui-preset": ^2.0.0 "@radix-ui/react-accordion": 1.2.0 "@radix-ui/react-alert-dialog": 1.1.1 "@radix-ui/react-avatar": 1.1.0 @@ -6718,12 +6718,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/user@^1.0.1, @medusajs/user@workspace:^, @medusajs/user@workspace:packages/modules/user": +"@medusajs/user@^2.0.0, @medusajs/user@workspace:^, @medusajs/user@workspace:packages/modules/user": version: 0.0.0-use.local resolution: "@medusajs/user@workspace:packages/modules/user" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6736,7 +6736,7 @@ __metadata: tsc-alias: ^1.8.6 typescript: ^5.6.2 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6744,7 +6744,7 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/utils@1.11.9, @medusajs/utils@^1.11.9, @medusajs/utils@workspace:^, @medusajs/utils@workspace:packages/core/utils": +"@medusajs/utils@2.0.0, @medusajs/utils@^2.0.0, @medusajs/utils@workspace:^, @medusajs/utils@workspace:packages/core/utils": version: 0.0.0-use.local resolution: "@medusajs/utils@workspace:packages/core/utils" dependencies: @@ -6752,7 +6752,7 @@ __metadata: "@graphql-codegen/typescript": ^4.0.9 "@graphql-tools/merge": ^9.0.7 "@graphql-tools/schema": ^10.0.6 - "@medusajs/types": ^1.11.16 + "@medusajs/types": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6787,12 +6787,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/workflow-engine-inmemory@^1.0.1, @medusajs/workflow-engine-inmemory@workspace:*, @medusajs/workflow-engine-inmemory@workspace:packages/modules/workflow-engine-inmemory": +"@medusajs/workflow-engine-inmemory@^2.0.0, @medusajs/workflow-engine-inmemory@workspace:*, @medusajs/workflow-engine-inmemory@workspace:packages/modules/workflow-engine-inmemory": version: 0.0.0-use.local resolution: "@medusajs/workflow-engine-inmemory@workspace:packages/modules/workflow-engine-inmemory" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6806,7 +6806,7 @@ __metadata: typescript: ^5.6.2 ulid: ^2.3.0 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6814,12 +6814,12 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/workflow-engine-redis@^1.0.1, @medusajs/workflow-engine-redis@workspace:packages/modules/workflow-engine-redis": +"@medusajs/workflow-engine-redis@^2.0.0, @medusajs/workflow-engine-redis@workspace:packages/modules/workflow-engine-redis": version: 0.0.0-use.local resolution: "@medusajs/workflow-engine-redis@workspace:packages/modules/workflow-engine-redis" dependencies: - "@medusajs/framework": ^1.0.1 - "@medusajs/test-utils": ^1.1.44 + "@medusajs/framework": ^2.0.0 + "@medusajs/test-utils": ^2.0.0 "@mikro-orm/cli": 5.9.7 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -6834,7 +6834,7 @@ __metadata: typescript: ^5.6.2 ulid: ^2.3.0 peerDependencies: - "@medusajs/framework": ^1.0.1 + "@medusajs/framework": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/migrations": 5.9.7 "@mikro-orm/postgresql": 5.9.7 @@ -6842,14 +6842,14 @@ __metadata: languageName: unknown linkType: soft -"@medusajs/workflows-sdk@^1.0.1, @medusajs/workflows-sdk@workspace:packages/core/workflows-sdk": +"@medusajs/workflows-sdk@^2.0.0, @medusajs/workflows-sdk@workspace:packages/core/workflows-sdk": version: 0.0.0-use.local resolution: "@medusajs/workflows-sdk@workspace:packages/core/workflows-sdk" dependencies: - "@medusajs/modules-sdk": ^1.12.11 - "@medusajs/orchestration": ^1.0.1 - "@medusajs/types": ^1.11.16 - "@medusajs/utils": ^1.11.9 + "@medusajs/modules-sdk": ^2.0.0 + "@medusajs/orchestration": ^2.0.0 + "@medusajs/types": ^2.0.0 + "@medusajs/utils": ^2.0.0 "@mikro-orm/core": 5.9.7 "@mikro-orm/knex": 5.9.7 "@mikro-orm/migrations": 5.9.7 @@ -17278,7 +17278,7 @@ __metadata: version: 0.0.0-use.local resolution: "create-medusa-app@workspace:packages/cli/create-medusa-app" dependencies: - "@medusajs/telemetry": ^1.0.1 + "@medusajs/telemetry": ^2.0.0 "@types/chalk": ^2.2.0 "@types/commander": ^2.12.2 "@types/configstore": ^6.0.0