chore: Version packages

This commit is contained in:
olivermrbl
2024-12-04 18:36:57 +01:00
parent 51b8b39525
commit 4723acd949
143 changed files with 533 additions and 295 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
fix: do not rely on model loading order to find an implicit owner

View File

@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Fix broken number input in adjust inventory form

View File

@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Add default value to inventory item combobox

View File

@@ -1,6 +0,0 @@
---
"@medusajs/types": patch
"@medusajs/utils": patch
---
feature: add support for check constraints in DML

View File

@@ -1,6 +0,0 @@
---
"@medusajs/pricing": patch
"@medusajs/types": patch
---
feat(pricing, types): add price rule operators to price calculations

View File

@@ -1,5 +0,0 @@
---
"@medusajs/auth": minor
---
feat(auth): Migrate auth module to DML

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): remove request body type argument from cancel order transfer routes

View File

@@ -1,5 +0,0 @@
---
"@medusajs/framework": patch
---
fix(framework): Apply CORS and auth middleware for global middleware that is not already applied by routes

View File

@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Prevent language ptBR from breaking dashboard

View File

@@ -1,5 +0,0 @@
---
"@medusajs/product": patch
---
fix(product): change export name of ProductImage

View File

@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Prevent order details page from crashing on no region

View File

@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): Add Shipping Profile metadata route

View File

@@ -1,5 +0,0 @@
---
"@medusajs/user": minor
---
feat(user): Migrate user module to DML

View File

@@ -1,7 +0,0 @@
---
"@medusajs/core-flows": patch
"@medusajs/framework": patch
"@medusajs/medusa": patch
---
feat(core-flows,framework,medusa): list shipping options pass in cart as pricing context

View File

@@ -1,6 +0,0 @@
---
"@medusajs/ui-preset": patch
"@medusajs/icons": patch
---
feat(ui,icons,ui-preset): Sync with latest changes from Figma, and fix Code components

View File

@@ -1,5 +1,14 @@
# @medusajs/admin-bundler
## 2.1.0
### Patch Changes
- Updated dependencies [[`18583ed56725b1faa8b19f7e46e8bc0a59dec33c`](https://github.com/medusajs/medusa/commit/18583ed56725b1faa8b19f7e46e8bc0a59dec33c), [`e8f4f7ea2ba33a747a61a13537e073c82a56d29e`](https://github.com/medusajs/medusa/commit/e8f4f7ea2ba33a747a61a13537e073c82a56d29e), [`a5c8cc992ce9f1dbed6b30048f99fa5bae4af05a`](https://github.com/medusajs/medusa/commit/a5c8cc992ce9f1dbed6b30048f99fa5bae4af05a), [`3d5ca155e303548853ba5ca9e6b3d37ce477823f`](https://github.com/medusajs/medusa/commit/3d5ca155e303548853ba5ca9e6b3d37ce477823f), [`c6f955f0b51a795b4f6a1aeaa1de36205d2d32e5`](https://github.com/medusajs/medusa/commit/c6f955f0b51a795b4f6a1aeaa1de36205d2d32e5)]:
- @medusajs/dashboard@2.1.0
- @medusajs/admin-shared@2.1.0
- @medusajs/admin-vite-plugin@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.0.7",
"version": "2.1.0",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": {
@@ -18,7 +18,7 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "^2.0.7",
"@medusajs/types": "^2.1.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": "2.0.7",
"@medusajs/admin-vite-plugin": "2.0.7",
"@medusajs/dashboard": "2.0.7",
"@medusajs/admin-shared": "2.1.0",
"@medusajs/admin-vite-plugin": "2.1.0",
"@medusajs/dashboard": "2.1.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",

View File

@@ -1,5 +1,12 @@
# @medusajs/admin-sdk
## 2.1.0
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "2.0.7",
"version": "2.1.0",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
@@ -25,7 +25,7 @@
"zod": "^3.22"
},
"dependencies": {
"@medusajs/admin-shared": "^2.0.7"
"@medusajs/admin-shared": "^2.1.0"
},
"peerDependencies": {
"zod": "^3.22"

View File

@@ -1,5 +1,7 @@
# @medusajs/admin-shared
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-shared",
"description": "Shared code for Medusa admin packages.",
"version": "2.0.7",
"version": "2.1.0",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",

View File

@@ -1,5 +1,12 @@
# @medusajs/admin-vite-plugin
## 2.1.0
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-vite-plugin",
"version": "2.0.7",
"version": "2.1.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
"@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@medusajs/admin-shared": "2.0.7",
"@medusajs/admin-shared": "2.1.0",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",

View File

@@ -1,5 +1,24 @@
# @medusajs/dashboard
## 2.1.0
### Patch Changes
- [#10416](https://github.com/medusajs/medusa/pull/10416) [`18583ed56725b1faa8b19f7e46e8bc0a59dec33c`](https://github.com/medusajs/medusa/commit/18583ed56725b1faa8b19f7e46e8bc0a59dec33c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Fix broken number input in adjust inventory form
- [#10412](https://github.com/medusajs/medusa/pull/10412) [`e8f4f7ea2ba33a747a61a13537e073c82a56d29e`](https://github.com/medusajs/medusa/commit/e8f4f7ea2ba33a747a61a13537e073c82a56d29e) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Add default value to inventory item combobox
- [#10422](https://github.com/medusajs/medusa/pull/10422) [`a5c8cc992ce9f1dbed6b30048f99fa5bae4af05a`](https://github.com/medusajs/medusa/commit/a5c8cc992ce9f1dbed6b30048f99fa5bae4af05a) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Prevent language ptBR from breaking dashboard
- [#10431](https://github.com/medusajs/medusa/pull/10431) [`3d5ca155e303548853ba5ca9e6b3d37ce477823f`](https://github.com/medusajs/medusa/commit/3d5ca155e303548853ba5ca9e6b3d37ce477823f) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Prevent order details page from crashing on no region
- [#10430](https://github.com/medusajs/medusa/pull/10430) [`c6f955f0b51a795b4f6a1aeaa1de36205d2d32e5`](https://github.com/medusajs/medusa/commit/c6f955f0b51a795b4f6a1aeaa1de36205d2d32e5) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Add Shipping Profile metadata route
- Updated dependencies [[`94f6265dfc074969f2f141a19f2fc33a6ab96af1`](https://github.com/medusajs/medusa/commit/94f6265dfc074969f2f141a19f2fc33a6ab96af1)]:
- @medusajs/icons@2.1.0
- @medusajs/admin-shared@2.1.0
- @medusajs/js-sdk@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.0.7",
"version": "2.1.0",
"scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "vite",
@@ -45,9 +45,9 @@
"@dnd-kit/sortable": "^8.0.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.4.2",
"@medusajs/admin-shared": "2.0.7",
"@medusajs/icons": "2.0.7",
"@medusajs/js-sdk": "2.0.7",
"@medusajs/admin-shared": "2.1.0",
"@medusajs/icons": "2.1.0",
"@medusajs/js-sdk": "2.1.0",
"@medusajs/ui": "4.0.1",
"@radix-ui/react-collapsible": "1.1.0",
"@tanstack/react-query": "^5.28.14",
@@ -75,10 +75,10 @@
"zod": "3.22.4"
},
"devDependencies": {
"@medusajs/admin-shared": "^2.0.7",
"@medusajs/admin-vite-plugin": "2.0.7",
"@medusajs/types": "2.0.7",
"@medusajs/ui-preset": "2.0.7",
"@medusajs/admin-shared": "^2.1.0",
"@medusajs/admin-vite-plugin": "2.1.0",
"@medusajs/types": "2.1.0",
"@medusajs/ui-preset": "2.1.0",
"@types/node": "^20.11.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",

View File

@@ -1,5 +1,12 @@
# Change Log
## 2.1.0
### Patch Changes
- Updated dependencies []:
- @medusajs/telemetry@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "2.0.7",
"version": "2.1.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": "^2.0.7",
"@medusajs/telemetry": "^2.1.0",
"boxen": "^5",
"chalk": "^5.2.0",
"commander": "^10.0.1",

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.1.0
### Patch Changes
- Updated dependencies [[`194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7`](https://github.com/medusajs/medusa/commit/194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7), [`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923)]:
- @medusajs/utils@2.1.0
- @medusajs/telemetry@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cli",
"version": "2.0.7",
"version": "2.1.0",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -46,8 +46,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/telemetry": "^2.0.7",
"@medusajs/utils": "2.0.7",
"@medusajs/telemetry": "^2.1.0",
"@medusajs/utils": "2.1.0",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
"configstore": "5.0.1",

View File

@@ -1,5 +1,7 @@
# Change Log
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,7 +1,7 @@
{
"name": "medusa-dev-cli",
"description": "CLI helpers for contributors working on Medusa",
"version": "2.0.7",
"version": "2.1.0",
"author": "Sebastian Rindom <skrindom@gmail.com>",
"bin": {
"medusa-dev": "./dist/index.js"

View File

@@ -1,5 +1,13 @@
# @medusajs/oas-cli
## 2.1.0
### Patch Changes
- Updated dependencies [[`194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7`](https://github.com/medusajs/medusa/commit/194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7), [`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923), [`ef046844cca26deddc02008cd50675fcfb4c8af4`](https://github.com/medusajs/medusa/commit/ef046844cca26deddc02008cd50675fcfb4c8af4), [`11bd55613304350a5478fd4c001e2309cca3a995`](https://github.com/medusajs/medusa/commit/11bd55613304350a5478fd4c001e2309cca3a995)]:
- @medusajs/utils@2.1.0
- @medusajs/medusa@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "2.0.7",
"version": "2.1.0",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
@@ -21,7 +21,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "^2.0.7",
"@medusajs/types": "^2.1.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": "^2.0.7",
"@medusajs/utils": "^2.0.7",
"@medusajs/medusa": "^2.1.0",
"@medusajs/utils": "^2.1.0",
"@readme/json-schema-ref-parser": "^1.2.0",
"@readme/openapi-parser": "^2.4.0",
"@redocly/cli": "^1.7.0",

View File

@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci
## 2.1.0
### Patch Changes
- Updated dependencies []:
- @medusajs/medusa-oas-cli@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "2.0.7",
"version": "2.1.0",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "2.0.7",
"@medusajs/medusa-oas-cli": "2.1.0",
"execa": "^5.1.1"
}
}

View File

@@ -1,5 +1,11 @@
# @medusajs/core-flows
## 2.1.0
### Patch Changes
- [#10374](https://github.com/medusajs/medusa/pull/10374) [`11bd55613304350a5478fd4c001e2309cca3a995`](https://github.com/medusajs/medusa/commit/11bd55613304350a5478fd4c001e2309cca3a995) Thanks [@riqwan](https://github.com/riqwan)! - feat(core-flows,framework,medusa): list shipping options pass in cart as pricing context
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/core-flows",
"version": "2.0.7",
"version": "2.1.0",
"description": "Set of workflow definitions for Medusa",
"main": "dist/index.js",
"exports": {
@@ -26,7 +26,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,21 @@
# @medusajs/framework
## 2.1.0
### Patch Changes
- [#10339](https://github.com/medusajs/medusa/pull/10339) [`a5263083fae89d6885b291b9cb06de8d74aec074`](https://github.com/medusajs/medusa/commit/a5263083fae89d6885b291b9cb06de8d74aec074) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(framework): Apply CORS and auth middleware for global middleware that is not already applied by routes
- [#10374](https://github.com/medusajs/medusa/pull/10374) [`11bd55613304350a5478fd4c001e2309cca3a995`](https://github.com/medusajs/medusa/commit/11bd55613304350a5478fd4c001e2309cca3a995) Thanks [@riqwan](https://github.com/riqwan)! - feat(core-flows,framework,medusa): list shipping options pass in cart as pricing context
- Updated dependencies [[`194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7`](https://github.com/medusajs/medusa/commit/194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7), [`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923), [`324b4ab438662f44de495ffe4d9137677a032a00`](https://github.com/medusajs/medusa/commit/324b4ab438662f44de495ffe4d9137677a032a00)]:
- @medusajs/utils@2.1.0
- @medusajs/types@2.1.0
- @medusajs/modules-sdk@2.1.0
- @medusajs/orchestration@2.1.0
- @medusajs/workflows-sdk@2.1.0
- @medusajs/telemetry@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/framework",
"version": "2.0.7",
"version": "2.1.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": "^2.0.7",
"@medusajs/cli": "^2.1.0",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
@@ -72,12 +72,12 @@
},
"dependencies": {
"@jercle/yargonaut": "^1.1.5",
"@medusajs/modules-sdk": "^2.0.7",
"@medusajs/orchestration": "^2.0.7",
"@medusajs/telemetry": "^2.0.7",
"@medusajs/types": "^2.0.7",
"@medusajs/utils": "^2.0.7",
"@medusajs/workflows-sdk": "^2.0.7",
"@medusajs/modules-sdk": "^2.1.0",
"@medusajs/orchestration": "^2.1.0",
"@medusajs/telemetry": "^2.1.0",
"@medusajs/types": "^2.1.0",
"@medusajs/utils": "^2.1.0",
"@medusajs/workflows-sdk": "^2.1.0",
"@opentelemetry/api": "^1.9.0",
"@types/express": "^4.17.17",
"connect-redis": "5.2.0",

View File

@@ -1,5 +1,12 @@
# @medusajs/js-sdk
## 2.1.0
### Patch Changes
- Updated dependencies [[`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923), [`324b4ab438662f44de495ffe4d9137677a032a00`](https://github.com/medusajs/medusa/commit/324b4ab438662f44de495ffe4d9137677a032a00)]:
- @medusajs/types@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/js-sdk",
"version": "2.0.7",
"version": "2.1.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": "^2.0.7",
"@medusajs/types": "^2.1.0",
"fetch-event-stream": "^0.1.5",
"qs": "^6.12.1"
},

View File

@@ -1,5 +1,14 @@
# @medusajs/modules-sdk
## 2.1.0
### Patch Changes
- Updated dependencies [[`194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7`](https://github.com/medusajs/medusa/commit/194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7), [`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923), [`324b4ab438662f44de495ffe4d9137677a032a00`](https://github.com/medusajs/medusa/commit/324b4ab438662f44de495ffe4d9137677a032a00)]:
- @medusajs/utils@2.1.0
- @medusajs/types@2.1.0
- @medusajs/orchestration@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/modules-sdk",
"version": "2.0.7",
"version": "2.1.0",
"description": "SDK for medusa modules",
"main": "dist/index.js",
"export": {
@@ -45,9 +45,9 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/orchestration": "^2.0.7",
"@medusajs/types": "^2.0.7",
"@medusajs/utils": "^2.0.7"
"@medusajs/orchestration": "^2.1.0",
"@medusajs/types": "^2.1.0",
"@medusajs/utils": "^2.1.0"
},
"peerDependencies": {
"@mikro-orm/core": "5.9.7",

View File

@@ -1,5 +1,13 @@
# @medusajs/orchestration
## 2.1.0
### Patch Changes
- Updated dependencies [[`194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7`](https://github.com/medusajs/medusa/commit/194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7), [`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923), [`324b4ab438662f44de495ffe4d9137677a032a00`](https://github.com/medusajs/medusa/commit/324b4ab438662f44de495ffe4d9137677a032a00)]:
- @medusajs/utils@2.1.0
- @medusajs/types@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"exports": {
@@ -39,8 +39,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/types": "^2.0.7",
"@medusajs/utils": "^2.0.7"
"@medusajs/types": "^2.1.0",
"@medusajs/utils": "^2.1.0"
},
"peerDependencies": {
"@mikro-orm/core": "5.9.7",

View File

@@ -1,5 +1,13 @@
# @medusajs/types
## 2.1.0
### Patch Changes
- [#10391](https://github.com/medusajs/medusa/pull/10391) [`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923) Thanks [@thetutlage](https://github.com/thetutlage)! - feature: add support for check constraints in DML
- [#10350](https://github.com/medusajs/medusa/pull/10350) [`324b4ab438662f44de495ffe4d9137677a032a00`](https://github.com/medusajs/medusa/commit/324b4ab438662f44de495ffe4d9137677a032a00) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing, types): add price rule operators to price calculations
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/types",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,5 +1,16 @@
# @medusajs/utils
## 2.1.0
### Patch Changes
- [#10360](https://github.com/medusajs/medusa/pull/10360) [`194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7`](https://github.com/medusajs/medusa/commit/194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: do not rely on model loading order to find an implicit owner
- [#10391](https://github.com/medusajs/medusa/pull/10391) [`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923) Thanks [@thetutlage](https://github.com/thetutlage)! - feature: add support for check constraints in DML
- Updated dependencies [[`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923), [`324b4ab438662f44de495ffe4d9137677a032a00`](https://github.com/medusajs/medusa/commit/324b4ab438662f44de495ffe4d9137677a032a00)]:
- @medusajs/types@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/utils",
"version": "2.0.7",
"version": "2.1.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": "^2.0.7",
"@medusajs/types": "^2.1.0",
"bignumber.js": "^9.1.2",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",

View File

@@ -1,5 +1,15 @@
# @medusajs/workflows-sdk
## 2.1.0
### Patch Changes
- Updated dependencies [[`194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7`](https://github.com/medusajs/medusa/commit/194361b95a0ed2c182e0a3c107fde9b4b6a7bcf7), [`3e98364bd1631f96846cd3199bf7497702cf5923`](https://github.com/medusajs/medusa/commit/3e98364bd1631f96846cd3199bf7497702cf5923), [`324b4ab438662f44de495ffe4d9137677a032a00`](https://github.com/medusajs/medusa/commit/324b4ab438662f44de495ffe4d9137677a032a00)]:
- @medusajs/utils@2.1.0
- @medusajs/types@2.1.0
- @medusajs/modules-sdk@2.1.0
- @medusajs/orchestration@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "2.0.7",
"version": "2.1.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": "^2.0.7",
"@medusajs/orchestration": "^2.0.7",
"@medusajs/types": "^2.0.7",
"@medusajs/utils": "^2.0.7",
"@medusajs/modules-sdk": "^2.1.0",
"@medusajs/orchestration": "^2.1.0",
"@medusajs/types": "^2.1.0",
"@medusajs/utils": "^2.1.0",
"ulid": "^2.3.0"
},
"peerDependencies": {

View File

@@ -1,5 +1,11 @@
# @medusajs/icons
## 2.1.0
### Patch Changes
- [#10369](https://github.com/medusajs/medusa/pull/10369) [`94f6265dfc074969f2f141a19f2fc33a6ab96af1`](https://github.com/medusajs/medusa/commit/94f6265dfc074969f2f141a19f2fc33a6ab96af1) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui,icons,ui-preset): Sync with latest changes from Figma, and fix Code components
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa UI React icon library",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
@@ -29,7 +29,7 @@
},
"devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4",
"@medusajs/toolbox": "^2.0.7",
"@medusajs/toolbox": "^2.1.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^9.3.1",

View File

@@ -1,5 +1,7 @@
# @medusajs/toolbox
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/toolbox",
"private": true,
"version": "2.0.7",
"version": "2.1.0",
"description": "CLI tool for importing Figma designs for Medusa UI",
"license": "MIT",
"author": "Kasper Kristensen <kasper@medusajs.com>",

View File

@@ -1,5 +1,11 @@
# @medusajs/ui-preset
## 2.1.0
### Patch Changes
- [#10369](https://github.com/medusajs/medusa/pull/10369) [`94f6265dfc074969f2f141a19f2fc33a6ab96af1`](https://github.com/medusajs/medusa/commit/94f6265dfc074969f2f141a19f2fc33a6ab96af1) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui,icons,ui-preset): Sync with latest changes from Figma, and fix Code components
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui-preset",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa UI preset",
"license": "MIT",
"repository": {
@@ -30,7 +30,7 @@
"tailwindcss": ">=3.0.0"
},
"devDependencies": {
"@medusajs/toolbox": "^2.0.7",
"@medusajs/toolbox": "^2.1.0",
"tailwindcss": "^3.4.1",
"tsup": "^7.1.0",
"typescript": "^5.1.6"

View File

@@ -1,5 +1,7 @@
# Change Log
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/telemetry",
"version": "2.0.7",
"version": "2.1.0",
"description": "Telemetry for Medusa",
"main": "dist/index.js",
"repository": {

View File

@@ -1,5 +1,7 @@
# Change Log
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/test-utils",
"version": "2.0.7",
"version": "2.1.0",
"description": "Test utils for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,58 @@
# Change Log
## 2.1.0
### Patch Changes
- [#10327](https://github.com/medusajs/medusa/pull/10327) [`ef046844cca26deddc02008cd50675fcfb4c8af4`](https://github.com/medusajs/medusa/commit/ef046844cca26deddc02008cd50675fcfb4c8af4) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(medusa): remove request body type argument from cancel order transfer routes
- [#10374](https://github.com/medusajs/medusa/pull/10374) [`11bd55613304350a5478fd4c001e2309cca3a995`](https://github.com/medusajs/medusa/commit/11bd55613304350a5478fd4c001e2309cca3a995) Thanks [@riqwan](https://github.com/riqwan)! - feat(core-flows,framework,medusa): list shipping options pass in cart as pricing context
- Updated dependencies [[`324b4ab438662f44de495ffe4d9137677a032a00`](https://github.com/medusajs/medusa/commit/324b4ab438662f44de495ffe4d9137677a032a00), [`4ef353a7b9e807f727d97025954306c9312ff786`](https://github.com/medusajs/medusa/commit/4ef353a7b9e807f727d97025954306c9312ff786), [`2838100efc8f1bef7f1bea022912dfbfa064bb56`](https://github.com/medusajs/medusa/commit/2838100efc8f1bef7f1bea022912dfbfa064bb56), [`ac7958523218fe01528ad25ef6a203f620ecb6dd`](https://github.com/medusajs/medusa/commit/ac7958523218fe01528ad25ef6a203f620ecb6dd), [`11bd55613304350a5478fd4c001e2309cca3a995`](https://github.com/medusajs/medusa/commit/11bd55613304350a5478fd4c001e2309cca3a995)]:
- @medusajs/pricing@2.1.0
- @medusajs/auth@2.1.0
- @medusajs/product@2.1.0
- @medusajs/user@2.1.0
- @medusajs/core-flows@2.1.0
- @medusajs/admin-bundler@2.1.0
- @medusajs/telemetry@2.1.0
- @medusajs/api-key@2.1.0
- @medusajs/cache-inmemory@2.1.0
- @medusajs/cache-redis@2.1.0
- @medusajs/cart@2.1.0
- @medusajs/currency@2.1.0
- @medusajs/customer@2.1.0
- @medusajs/event-bus-local@2.1.0
- @medusajs/event-bus-redis@2.1.0
- @medusajs/file@2.1.0
- @medusajs/fulfillment@2.1.0
- @medusajs/index@2.1.0
- @medusajs/inventory@2.1.0
- @medusajs/link-modules@2.1.0
- @medusajs/locking@2.1.0
- @medusajs/notification@2.1.0
- @medusajs/order@2.1.0
- @medusajs/payment@2.1.0
- @medusajs/promotion@2.1.0
- @medusajs/auth-emailpass@2.1.0
- @medusajs/auth-github@2.1.0
- @medusajs/auth-google@2.1.0
- @medusajs/file-local@2.1.0
- @medusajs/file-s3@2.1.0
- @medusajs/fulfillment-manual@2.1.0
- @medusajs/locking-postgres@2.1.0
- @medusajs/locking-redis@2.1.0
- @medusajs/notification-local@2.1.0
- @medusajs/notification-sendgrid@2.1.0
- @medusajs/payment-stripe@2.1.0
- @medusajs/region@2.1.0
- @medusajs/sales-channel@2.1.0
- @medusajs/stock-location@2.1.0
- @medusajs/store@2.1.0
- @medusajs/tax@2.1.0
- @medusajs/workflow-engine-inmemory@2.1.0
- @medusajs/workflow-engine-redis@2.1.0
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "2.0.7",
"version": "2.1.0",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
@@ -43,7 +43,7 @@
"test": "jest --silent --bail --maxWorkers=50% --forceExit"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/instrumentation-pg": "^0.44.0",
@@ -62,49 +62,49 @@
"dependencies": {
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "^2.0.7",
"@medusajs/api-key": "^2.0.7",
"@medusajs/auth": "^2.0.7",
"@medusajs/auth-emailpass": "^2.0.7",
"@medusajs/auth-github": "^2.0.7",
"@medusajs/auth-google": "^2.0.7",
"@medusajs/cache-inmemory": "^2.0.7",
"@medusajs/cache-redis": "^2.0.7",
"@medusajs/cart": "^2.0.7",
"@medusajs/core-flows": "^2.0.7",
"@medusajs/currency": "^2.0.7",
"@medusajs/customer": "^2.0.7",
"@medusajs/event-bus-local": "^2.0.7",
"@medusajs/event-bus-redis": "^2.0.7",
"@medusajs/file": "^2.0.7",
"@medusajs/file-local": "^2.0.7",
"@medusajs/file-s3": "^2.0.7",
"@medusajs/fulfillment": "^2.0.7",
"@medusajs/fulfillment-manual": "^2.0.7",
"@medusajs/index": "^2.0.7",
"@medusajs/inventory": "^2.0.7",
"@medusajs/link-modules": "^2.0.7",
"@medusajs/locking": "^2.0.7",
"@medusajs/locking-postgres": "^2.0.7",
"@medusajs/locking-redis": "^2.0.7",
"@medusajs/notification": "^2.0.7",
"@medusajs/notification-local": "^2.0.7",
"@medusajs/notification-sendgrid": "^2.0.7",
"@medusajs/order": "^2.0.7",
"@medusajs/payment": "^2.0.7",
"@medusajs/payment-stripe": "^2.0.7",
"@medusajs/pricing": "^2.0.7",
"@medusajs/product": "^2.0.7",
"@medusajs/promotion": "^2.0.7",
"@medusajs/region": "^2.0.7",
"@medusajs/sales-channel": "^2.0.7",
"@medusajs/stock-location": "^2.0.7",
"@medusajs/store": "^2.0.7",
"@medusajs/tax": "^2.0.7",
"@medusajs/telemetry": "^2.0.7",
"@medusajs/user": "^2.0.7",
"@medusajs/workflow-engine-inmemory": "^2.0.7",
"@medusajs/workflow-engine-redis": "^2.0.7",
"@medusajs/admin-bundler": "^2.1.0",
"@medusajs/api-key": "^2.1.0",
"@medusajs/auth": "^2.1.0",
"@medusajs/auth-emailpass": "^2.1.0",
"@medusajs/auth-github": "^2.1.0",
"@medusajs/auth-google": "^2.1.0",
"@medusajs/cache-inmemory": "^2.1.0",
"@medusajs/cache-redis": "^2.1.0",
"@medusajs/cart": "^2.1.0",
"@medusajs/core-flows": "^2.1.0",
"@medusajs/currency": "^2.1.0",
"@medusajs/customer": "^2.1.0",
"@medusajs/event-bus-local": "^2.1.0",
"@medusajs/event-bus-redis": "^2.1.0",
"@medusajs/file": "^2.1.0",
"@medusajs/file-local": "^2.1.0",
"@medusajs/file-s3": "^2.1.0",
"@medusajs/fulfillment": "^2.1.0",
"@medusajs/fulfillment-manual": "^2.1.0",
"@medusajs/index": "^2.1.0",
"@medusajs/inventory": "^2.1.0",
"@medusajs/link-modules": "^2.1.0",
"@medusajs/locking": "^2.1.0",
"@medusajs/locking-postgres": "^2.1.0",
"@medusajs/locking-redis": "^2.1.0",
"@medusajs/notification": "^2.1.0",
"@medusajs/notification-local": "^2.1.0",
"@medusajs/notification-sendgrid": "^2.1.0",
"@medusajs/order": "^2.1.0",
"@medusajs/payment": "^2.1.0",
"@medusajs/payment-stripe": "^2.1.0",
"@medusajs/pricing": "^2.1.0",
"@medusajs/product": "^2.1.0",
"@medusajs/promotion": "^2.1.0",
"@medusajs/region": "^2.1.0",
"@medusajs/sales-channel": "^2.1.0",
"@medusajs/stock-location": "^2.1.0",
"@medusajs/store": "^2.1.0",
"@medusajs/tax": "^2.1.0",
"@medusajs/telemetry": "^2.1.0",
"@medusajs/user": "^2.1.0",
"@medusajs/workflow-engine-inmemory": "^2.1.0",
"@medusajs/workflow-engine-redis": "^2.1.0",
"@swc/core": "1.5.7",
"@swc/helpers": "^0.5.11",
"@types/express": "^4.17.17",

View File

@@ -1,5 +1,7 @@
# @medusajs/api-key
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/api-key",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa API Key module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",

View File

@@ -1,5 +1,11 @@
# @medusajs/auth
## 2.1.0
### Minor Changes
- [#10387](https://github.com/medusajs/medusa/pull/10387) [`4ef353a7b9e807f727d97025954306c9312ff786`](https://github.com/medusajs/medusa/commit/4ef353a7b9e807f727d97025954306c9312ff786) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(auth): Migrate auth module to DML
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa Auth module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/cache-inmemory
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-inmemory",
"version": "2.0.7",
"version": "2.1.0",
"description": "In-memory Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",

View File

@@ -1,5 +1,7 @@
# @medusajs/cache-redis
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-redis",
"version": "2.0.7",
"version": "2.1.0",
"description": "Redis Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",

View File

@@ -1,5 +1,7 @@
# @medusajs/cart
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cart",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa Cart module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/currency
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/currency",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa Currency module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/customer
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/customer",
"version": "2.0.7",
"version": "2.1.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": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/event-bus-local
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-local",
"version": "2.0.7",
"version": "2.1.0",
"description": "Local Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",

View File

@@ -1,5 +1,7 @@
# @medusajs/event-bus-redis
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-redis",
"version": "2.0.7",
"version": "2.1.0",
"description": "Redis Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",

View File

@@ -1,5 +1,7 @@
# @medusajs/product
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/file",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa File module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/fulfillment
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/fulfillment",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa Fulfillment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/index
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/index",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa Index module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/inventory-next
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "2.0.7",
"version": "2.1.0",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,8 +23,8 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/link-modules
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.0.7",
"version": "2.1.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": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/locking
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking",
"version": "2.0.7",
"version": "2.1.0",
"description": "Locking Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -32,8 +32,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/notification
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa Notification module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/order
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/order",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa Order module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,7 @@
# @medusajs/payment
## 2.1.0
## 2.0.7
## 2.0.6

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment",
"version": "2.0.7",
"version": "2.1.0",
"description": "Medusa Payment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.0.7",
"@medusajs/test-utils": "^2.0.7",
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",

View File

@@ -1,5 +1,11 @@
# @medusajs/pricing
## 2.1.0
### Patch Changes
- [#10350](https://github.com/medusajs/medusa/pull/10350) [`324b4ab438662f44de495ffe4d9137677a032a00`](https://github.com/medusajs/medusa/commit/324b4ab438662f44de495ffe4d9137677a032a00) Thanks [@riqwan](https://github.com/riqwan)! - feat(pricing, types): add price rule operators to price calculations
## 2.0.7
## 2.0.6

Some files were not shown because too many files have changed in this diff Show More