chore: Version Packages (#12883)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-08 19:49:15 +02:00
committed by GitHub
parent 42be9a88d6
commit b7aa719540
145 changed files with 875 additions and 336 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): show TIP flag only for fixed promotions

View File

@@ -1,6 +0,0 @@
---
"@medusajs/test-utils": patch
"@medusajs/orchestration": patch
---
fix(orchestration): Handle expected lifecycle errors

View File

@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): Locations levels check in draft order and order edit flows

View File

@@ -1,5 +0,0 @@
---
"create-medusa-app": patch
---
feat(create-medusa-app): Allow to create project with specific medusa version

View File

@@ -1,24 +0,0 @@
---
"@medusajs/api-key": patch
"@medusajs/auth": patch
"@medusajs/cart": patch
"@medusajs/currency": patch
"@medusajs/file": patch
"@medusajs/fulfillment": patch
"@medusajs/index": patch
"@medusajs/inventory": patch
"@medusajs/locking": patch
"@medusajs/notification": patch
"@medusajs/order": patch
"@medusajs/payment": patch
"@medusajs/pricing": patch
"@medusajs/product": patch
"@medusajs/promotion": patch
"@medusajs/region": patch
"@medusajs/sales-channel": patch
"@medusajs/stock-location": patch
"@medusajs/store": patch
"@medusajs/locking-postgres": patch
---
fix(): Order constraint and receive return

View File

@@ -1,6 +0,0 @@
---
"@medusajs/test-utils": patch
"@medusajs/index": patch
---
fix(index): merge filterable fields with default fields

View File

@@ -1,7 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/types": patch
"@medusajs/dashboard": patch
---
fix: Update TIP on promotions

View File

@@ -1,5 +1,33 @@
# integration-tests-http
## 1.0.19
### Patch Changes
- Updated dependencies [[`e9a33d0700c47c3d2357bb325791bc272a4d4569`](https://github.com/medusajs/medusa/commit/e9a33d0700c47c3d2357bb325791bc272a4d4569), [`46bf7ae7aead3f33485ce8adebb602eda305088c`](https://github.com/medusajs/medusa/commit/46bf7ae7aead3f33485ce8adebb602eda305088c), [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9), [`fa76f85bba253528964bacf86c061fef6d3d0742`](https://github.com/medusajs/medusa/commit/fa76f85bba253528964bacf86c061fef6d3d0742), [`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/test-utils@2.8.7
- @medusajs/core-flows@2.8.7
- @medusajs/api-key@2.8.7
- @medusajs/auth@2.8.7
- @medusajs/fulfillment@2.8.7
- @medusajs/inventory@2.8.7
- @medusajs/pricing@2.8.7
- @medusajs/product@2.8.7
- @medusajs/promotion@2.8.7
- @medusajs/region@2.8.7
- @medusajs/stock-location@2.8.7
- @medusajs/store@2.8.7
- @medusajs/medusa@2.8.7
- @medusajs/customer@2.8.7
- @medusajs/tax@2.8.7
- @medusajs/user@2.8.7
- @medusajs/workflow-engine-inmemory@2.8.7
- @medusajs/modules-sdk@2.8.7
- @medusajs/utils@2.8.7
- @medusajs/cache-inmemory@2.8.7
- @medusajs/event-bus-local@2.8.7
- @medusajs/fulfillment-manual@2.8.7
## 1.0.18
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "integration-tests-http",
"version": "1.0.18",
"version": "1.0.19",
"main": "index.js",
"license": "MIT",
"private": true,

View File

@@ -1,5 +1,14 @@
# @medusajs/admin-bundler
## 2.8.7
### Patch Changes
- Updated dependencies [[`1438b394aea8b570fa6703543faaea506ef816b0`](https://github.com/medusajs/medusa/commit/1438b394aea8b570fa6703543faaea506ef816b0), [`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/dashboard@2.8.7
- @medusajs/admin-shared@2.8.7
- @medusajs/admin-vite-plugin@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.8.6",
"version": "2.8.7",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": {
@@ -18,16 +18,16 @@
"package.json"
],
"devDependencies": {
"@medusajs/types": "2.8.6",
"@medusajs/types": "2.8.7",
"@types/compression": "^1.7.5",
"express": "^4.21.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/admin-shared": "2.8.6",
"@medusajs/admin-vite-plugin": "2.8.6",
"@medusajs/dashboard": "2.8.6",
"@medusajs/admin-shared": "2.8.7",
"@medusajs/admin-vite-plugin": "2.8.7",
"@medusajs/dashboard": "2.8.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"compression": "^1.7.4",

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.",
"version": "2.8.6",
"version": "2.8.7",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts",
"main": "dist/index.js",
@@ -24,7 +24,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/admin-shared": "2.8.6",
"@medusajs/admin-shared": "2.8.7",
"zod": "3.22.4"
},
"packageManager": "yarn@3.2.1"

View File

@@ -1,5 +1,7 @@
# @medusajs/admin-shared
## 2.8.7
## 2.8.6
## 2.8.5

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/admin-shared",
"description": "Shared code for Medusa admin packages.",
"version": "2.8.6",
"version": "2.8.7",
"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.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-vite-plugin",
"version": "2.8.6",
"version": "2.8.7",
"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.8.6",
"@medusajs/admin-shared": "2.8.7",
"chokidar": "3.5.3",
"fdir": "6.1.1",
"magic-string": "0.30.5",

View File

@@ -1,5 +1,19 @@
# @medusajs/dashboard
## 2.8.7
### Patch Changes
- [#12897](https://github.com/medusajs/medusa/pull/12897) [`1438b394aea8b570fa6703543faaea506ef816b0`](https://github.com/medusajs/medusa/commit/1438b394aea8b570fa6703543faaea506ef816b0) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard): show TIP flag only for fixed promotions
- [#12885](https://github.com/medusajs/medusa/pull/12885) [`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix: Update TIP on promotions
- Updated dependencies []:
- @medusajs/js-sdk@2.8.7
- @medusajs/admin-shared@2.8.7
- @medusajs/icons@2.8.7
- @medusajs/ui@4.0.17
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.8.6",
"version": "2.8.7",
"scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "vite",
@@ -45,10 +45,10 @@
"@dnd-kit/utilities": "^3.2.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.4.2",
"@medusajs/admin-shared": "2.8.6",
"@medusajs/icons": "2.8.6",
"@medusajs/js-sdk": "2.8.6",
"@medusajs/ui": "4.0.16",
"@medusajs/admin-shared": "2.8.7",
"@medusajs/icons": "2.8.7",
"@medusajs/js-sdk": "2.8.7",
"@medusajs/ui": "4.0.17",
"@tanstack/react-query": "5.64.2",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "^3.8.3",
@@ -76,10 +76,10 @@
"zod": "3.22.4"
},
"devDependencies": {
"@medusajs/admin-shared": "2.8.6",
"@medusajs/admin-vite-plugin": "2.8.6",
"@medusajs/types": "2.8.6",
"@medusajs/ui-preset": "2.8.6",
"@medusajs/admin-shared": "2.8.7",
"@medusajs/admin-vite-plugin": "2.8.7",
"@medusajs/types": "2.8.7",
"@medusajs/ui-preset": "2.8.7",
"@types/node": "^20.11.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",

View File

@@ -1,5 +1,14 @@
# Change Log
## 2.8.7
### Patch Changes
- [#12882](https://github.com/medusajs/medusa/pull/12882) [`779ed018b9c1328d6554a0f3d3569147edaeae56`](https://github.com/medusajs/medusa/commit/779ed018b9c1328d6554a0f3d3569147edaeae56) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(create-medusa-app): Allow to create project with specific medusa version
- Updated dependencies []:
- @medusajs/telemetry@2.8.7
## 2.8.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/utils@2.8.7
- @medusajs/telemetry@2.8.7
## 2.8.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# Change Log
## 2.8.7
## 2.8.6
## 2.8.5

View File

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

View File

@@ -1,5 +1,13 @@
# @medusajs/oas-cli
## 2.8.7
### Patch Changes
- Updated dependencies [[`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/medusa@2.8.7
- @medusajs/utils@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "2.8.6",
"version": "2.8.7",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
@@ -21,7 +21,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "2.8.6",
"@medusajs/types": "2.8.7",
"@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.8.6",
"@medusajs/utils": "2.8.6",
"@medusajs/medusa": "2.8.7",
"@medusajs/utils": "2.8.7",
"@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.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/medusa-oas-cli@2.8.7
## 2.8.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @medusajs/core-flows
## 2.8.7
### Patch Changes
- [#12881](https://github.com/medusajs/medusa/pull/12881) [`46bf7ae7aead3f33485ce8adebb602eda305088c`](https://github.com/medusajs/medusa/commit/46bf7ae7aead3f33485ce8adebb602eda305088c) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(core-flows): Locations levels check in draft order and order edit flows
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/core-flows",
"version": "2.8.6",
"version": "2.8.7",
"description": "Set of workflow definitions for Medusa",
"main": "dist/index.js",
"exports": {
@@ -26,7 +26,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -45,7 +45,7 @@
"json-2-csv": "^5.5.4"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"awilix": "^8.0.1"
},
"scripts": {

View File

@@ -1,5 +1,18 @@
# @medusajs/framework
## 2.8.7
### Patch Changes
- Updated dependencies [[`e9a33d0700c47c3d2357bb325791bc272a4d4569`](https://github.com/medusajs/medusa/commit/e9a33d0700c47c3d2357bb325791bc272a4d4569), [`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/orchestration@2.8.7
- @medusajs/types@2.8.7
- @medusajs/modules-sdk@2.8.7
- @medusajs/workflows-sdk@2.8.7
- @medusajs/utils@2.8.7
- @medusajs/cli@2.8.7
- @medusajs/telemetry@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/framework",
"version": "2.8.6",
"version": "2.8.7",
"description": "Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -55,7 +55,7 @@
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.218.0",
"@medusajs/cli": "2.8.6",
"@medusajs/cli": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -76,12 +76,12 @@
},
"dependencies": {
"@jercle/yargonaut": "^1.1.5",
"@medusajs/modules-sdk": "2.8.6",
"@medusajs/orchestration": "2.8.6",
"@medusajs/telemetry": "2.8.6",
"@medusajs/types": "2.8.6",
"@medusajs/utils": "2.8.6",
"@medusajs/workflows-sdk": "2.8.6",
"@medusajs/modules-sdk": "2.8.7",
"@medusajs/orchestration": "2.8.7",
"@medusajs/telemetry": "2.8.7",
"@medusajs/types": "2.8.7",
"@medusajs/utils": "2.8.7",
"@medusajs/workflows-sdk": "2.8.7",
"@opentelemetry/api": "^1.9.0",
"@types/express": "^4.17.17",
"chokidar": "^3.4.2",
@@ -102,7 +102,7 @@
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.218.0",
"@medusajs/cli": "2.8.6",
"@medusajs/cli": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",

View File

@@ -1,5 +1,12 @@
# @medusajs/js-sdk
## 2.8.7
### Patch Changes
- Updated dependencies [[`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/types@2.8.7
## 2.8.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @medusajs/modules-sdk
## 2.8.7
### Patch Changes
- Updated dependencies [[`e9a33d0700c47c3d2357bb325791bc272a4d4569`](https://github.com/medusajs/medusa/commit/e9a33d0700c47c3d2357bb325791bc272a4d4569), [`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/orchestration@2.8.7
- @medusajs/types@2.8.7
- @medusajs/utils@2.8.7
## 2.8.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @medusajs/orchestration
## 2.8.7
### Patch Changes
- [#12886](https://github.com/medusajs/medusa/pull/12886) [`e9a33d0700c47c3d2357bb325791bc272a4d4569`](https://github.com/medusajs/medusa/commit/e9a33d0700c47c3d2357bb325791bc272a4d4569) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(orchestration): Handle expected lifecycle errors
- Updated dependencies [[`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/types@2.8.7
- @medusajs/utils@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/orchestration",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js",
"exports": {
@@ -39,8 +39,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/types": "2.8.6",
"@medusajs/utils": "2.8.6",
"@medusajs/types": "2.8.7",
"@medusajs/utils": "2.8.7",
"ulid": "^2.3.0"
},
"peerDependencies": {

View File

@@ -1,5 +1,11 @@
# @medusajs/types
## 2.8.7
### Patch Changes
- [#12885](https://github.com/medusajs/medusa/pull/12885) [`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix: Update TIP on promotions
## 2.8.6
## 2.8.5

View File

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

View File

@@ -1,5 +1,12 @@
# @medusajs/utils
## 2.8.7
### Patch Changes
- Updated dependencies [[`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/types@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/utils",
"version": "2.8.6",
"version": "2.8.7",
"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.8.6",
"@medusajs/types": "2.8.7",
"@types/pluralize": "^0.0.33",
"bignumber.js": "^9.1.2",
"dotenv": "^16.4.5",

View File

@@ -1,5 +1,15 @@
# @medusajs/workflows-sdk
## 2.8.7
### Patch Changes
- Updated dependencies [[`e9a33d0700c47c3d2357bb325791bc272a4d4569`](https://github.com/medusajs/medusa/commit/e9a33d0700c47c3d2357bb325791bc272a4d4569), [`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/orchestration@2.8.7
- @medusajs/types@2.8.7
- @medusajs/modules-sdk@2.8.7
- @medusajs/utils@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "2.8.6",
"version": "2.8.7",
"description": "Set of workflows tooling for Medusa",
"main": "dist/index.js",
"exports": {
@@ -42,10 +42,10 @@
"zod": "3.22.4"
},
"dependencies": {
"@medusajs/modules-sdk": "2.8.6",
"@medusajs/orchestration": "2.8.6",
"@medusajs/types": "2.8.6",
"@medusajs/utils": "2.8.6",
"@medusajs/modules-sdk": "2.8.7",
"@medusajs/orchestration": "2.8.7",
"@medusajs/types": "2.8.7",
"@medusajs/utils": "2.8.7",
"ulid": "^2.3.0"
},
"peerDependencies": {

View File

@@ -1,5 +1,7 @@
# @medusajs/icons
## 2.8.7
## 2.8.6
## 2.8.5

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "2.8.6",
"version": "2.8.7",
"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.8.6",
"@medusajs/toolbox": "2.8.7",
"@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.8.7
## 2.8.6
## 2.8.5

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/ui-preset
## 2.8.7
## 2.8.6
## 2.8.5

View File

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

View File

@@ -1,5 +1,12 @@
# @medusajs/ui
## 4.0.17
### Patch Changes
- Updated dependencies []:
- @medusajs/icons@2.8.7
## 4.0.16
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "4.0.16",
"version": "4.0.17",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT",
"repository": {
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@medusajs/ui-preset": "2.8.6",
"@medusajs/ui-preset": "2.8.7",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
@@ -81,7 +81,7 @@
"vitest": "^3.0.5"
},
"dependencies": {
"@medusajs/icons": "2.8.6",
"@medusajs/icons": "2.8.7",
"@tanstack/react-table": "8.20.5",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",

View File

@@ -1,5 +1,7 @@
# Change Log
## 2.8.7
## 2.8.6
## 2.8.5

View File

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

View File

@@ -1,5 +1,17 @@
# Change Log
## 2.8.7
### Patch Changes
- [#12886](https://github.com/medusajs/medusa/pull/12886) [`e9a33d0700c47c3d2357bb325791bc272a4d4569`](https://github.com/medusajs/medusa/commit/e9a33d0700c47c3d2357bb325791bc272a4d4569) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(orchestration): Handle expected lifecycle errors
- [#12888](https://github.com/medusajs/medusa/pull/12888) [`fa76f85bba253528964bacf86c061fef6d3d0742`](https://github.com/medusajs/medusa/commit/fa76f85bba253528964bacf86c061fef6d3d0742) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(index): merge filterable fields with default fields
- Updated dependencies [[`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79)]:
- @medusajs/medusa@2.8.7
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/test-utils",
"version": "2.8.6",
"version": "2.8.7",
"description": "Test utils for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -45,8 +45,8 @@
"randomatic": "^3.1.1"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/medusa": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/medusa": "2.8.7",
"@mikro-orm/postgresql": "6.4.3",
"awilix": "^8.0.1"
},

View File

@@ -1,5 +1,60 @@
# Change Log
## 2.8.7
### Patch Changes
- [#12885](https://github.com/medusajs/medusa/pull/12885) [`42be9a88d61a11db7aebde2d6f4d96d43f54ea79`](https://github.com/medusajs/medusa/commit/42be9a88d61a11db7aebde2d6f4d96d43f54ea79) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix: Update TIP on promotions
- Updated dependencies [[`46bf7ae7aead3f33485ce8adebb602eda305088c`](https://github.com/medusajs/medusa/commit/46bf7ae7aead3f33485ce8adebb602eda305088c), [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9), [`fa76f85bba253528964bacf86c061fef6d3d0742`](https://github.com/medusajs/medusa/commit/fa76f85bba253528964bacf86c061fef6d3d0742)]:
- @medusajs/core-flows@2.8.7
- @medusajs/api-key@2.8.7
- @medusajs/auth@2.8.7
- @medusajs/cart@2.8.7
- @medusajs/currency@2.8.7
- @medusajs/file@2.8.7
- @medusajs/fulfillment@2.8.7
- @medusajs/index@2.8.7
- @medusajs/inventory@2.8.7
- @medusajs/locking@2.8.7
- @medusajs/notification@2.8.7
- @medusajs/order@2.8.7
- @medusajs/payment@2.8.7
- @medusajs/pricing@2.8.7
- @medusajs/product@2.8.7
- @medusajs/promotion@2.8.7
- @medusajs/region@2.8.7
- @medusajs/sales-channel@2.8.7
- @medusajs/stock-location@2.8.7
- @medusajs/store@2.8.7
- @medusajs/locking-postgres@2.8.7
- @medusajs/admin-bundler@2.8.7
- @medusajs/analytics@2.8.7
- @medusajs/customer@2.8.7
- @medusajs/link-modules@2.8.7
- @medusajs/tax@2.8.7
- @medusajs/user@2.8.7
- @medusajs/workflow-engine-inmemory@2.8.7
- @medusajs/workflow-engine-redis@2.8.7
- @medusajs/framework@2.8.7
- @medusajs/cache-inmemory@2.8.7
- @medusajs/cache-redis@2.8.7
- @medusajs/event-bus-local@2.8.7
- @medusajs/event-bus-redis@2.8.7
- @medusajs/analytics-local@2.8.7
- @medusajs/analytics-posthog@2.8.7
- @medusajs/auth-emailpass@2.8.7
- @medusajs/auth-github@2.8.7
- @medusajs/auth-google@2.8.7
- @medusajs/file-local@2.8.7
- @medusajs/file-s3@2.8.7
- @medusajs/fulfillment-manual@2.8.7
- @medusajs/locking-redis@2.8.7
- @medusajs/notification-local@2.8.7
- @medusajs/notification-sendgrid@2.8.7
- @medusajs/payment-stripe@2.8.7
- @medusajs/telemetry@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "2.8.6",
"version": "2.8.7",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
@@ -44,7 +44,7 @@
"test:integration": "jest --forceExit -- src/**/integration-tests/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@opentelemetry/instrumentation-pg": "^0.52.0",
"@opentelemetry/resources": "^2.0.0",
"@opentelemetry/sdk-node": "^0.200.0",
@@ -65,52 +65,52 @@
"dependencies": {
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "2.8.6",
"@medusajs/analytics": "2.8.6",
"@medusajs/analytics-local": "2.8.6",
"@medusajs/analytics-posthog": "2.8.6",
"@medusajs/api-key": "2.8.6",
"@medusajs/auth": "2.8.6",
"@medusajs/auth-emailpass": "2.8.6",
"@medusajs/auth-github": "2.8.6",
"@medusajs/auth-google": "2.8.6",
"@medusajs/cache-inmemory": "2.8.6",
"@medusajs/cache-redis": "2.8.6",
"@medusajs/cart": "2.8.6",
"@medusajs/core-flows": "2.8.6",
"@medusajs/currency": "2.8.6",
"@medusajs/customer": "2.8.6",
"@medusajs/event-bus-local": "2.8.6",
"@medusajs/event-bus-redis": "2.8.6",
"@medusajs/file": "2.8.6",
"@medusajs/file-local": "2.8.6",
"@medusajs/file-s3": "2.8.6",
"@medusajs/fulfillment": "2.8.6",
"@medusajs/fulfillment-manual": "2.8.6",
"@medusajs/index": "2.8.6",
"@medusajs/inventory": "2.8.6",
"@medusajs/link-modules": "2.8.6",
"@medusajs/locking": "2.8.6",
"@medusajs/locking-postgres": "2.8.6",
"@medusajs/locking-redis": "2.8.6",
"@medusajs/notification": "2.8.6",
"@medusajs/notification-local": "2.8.6",
"@medusajs/notification-sendgrid": "2.8.6",
"@medusajs/order": "2.8.6",
"@medusajs/payment": "2.8.6",
"@medusajs/payment-stripe": "2.8.6",
"@medusajs/pricing": "2.8.6",
"@medusajs/product": "2.8.6",
"@medusajs/promotion": "2.8.6",
"@medusajs/region": "2.8.6",
"@medusajs/sales-channel": "2.8.6",
"@medusajs/stock-location": "2.8.6",
"@medusajs/store": "2.8.6",
"@medusajs/tax": "2.8.6",
"@medusajs/telemetry": "2.8.6",
"@medusajs/user": "2.8.6",
"@medusajs/workflow-engine-inmemory": "2.8.6",
"@medusajs/workflow-engine-redis": "2.8.6",
"@medusajs/admin-bundler": "2.8.7",
"@medusajs/analytics": "2.8.7",
"@medusajs/analytics-local": "2.8.7",
"@medusajs/analytics-posthog": "2.8.7",
"@medusajs/api-key": "2.8.7",
"@medusajs/auth": "2.8.7",
"@medusajs/auth-emailpass": "2.8.7",
"@medusajs/auth-github": "2.8.7",
"@medusajs/auth-google": "2.8.7",
"@medusajs/cache-inmemory": "2.8.7",
"@medusajs/cache-redis": "2.8.7",
"@medusajs/cart": "2.8.7",
"@medusajs/core-flows": "2.8.7",
"@medusajs/currency": "2.8.7",
"@medusajs/customer": "2.8.7",
"@medusajs/event-bus-local": "2.8.7",
"@medusajs/event-bus-redis": "2.8.7",
"@medusajs/file": "2.8.7",
"@medusajs/file-local": "2.8.7",
"@medusajs/file-s3": "2.8.7",
"@medusajs/fulfillment": "2.8.7",
"@medusajs/fulfillment-manual": "2.8.7",
"@medusajs/index": "2.8.7",
"@medusajs/inventory": "2.8.7",
"@medusajs/link-modules": "2.8.7",
"@medusajs/locking": "2.8.7",
"@medusajs/locking-postgres": "2.8.7",
"@medusajs/locking-redis": "2.8.7",
"@medusajs/notification": "2.8.7",
"@medusajs/notification-local": "2.8.7",
"@medusajs/notification-sendgrid": "2.8.7",
"@medusajs/order": "2.8.7",
"@medusajs/payment": "2.8.7",
"@medusajs/payment-stripe": "2.8.7",
"@medusajs/pricing": "2.8.7",
"@medusajs/product": "2.8.7",
"@medusajs/promotion": "2.8.7",
"@medusajs/region": "2.8.7",
"@medusajs/sales-channel": "2.8.7",
"@medusajs/stock-location": "2.8.7",
"@medusajs/store": "2.8.7",
"@medusajs/tax": "2.8.7",
"@medusajs/telemetry": "2.8.7",
"@medusajs/user": "2.8.7",
"@medusajs/workflow-engine-inmemory": "2.8.7",
"@medusajs/workflow-engine-redis": "2.8.7",
"@opentelemetry/api": "^1.9.0",
"boxen": "^5.0.1",
"chalk": "^4.0.0",
@@ -129,7 +129,7 @@
"zod": "3.22.4"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",

View File

@@ -1,5 +1,12 @@
# @medusajs/analytics
## 2.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Analytics module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -32,8 +32,8 @@
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -42,7 +42,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"awilix": "^8.0.1"
}
}

View File

@@ -1,5 +1,14 @@
# @medusajs/api-key
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/api-key",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa API Key module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
@@ -47,7 +47,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,14 @@
# @medusajs/auth
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Auth module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,12 @@
# @medusajs/cache-inmemory
## 2.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @medusajs/cache-redis
## 2.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-redis",
"version": "2.8.6",
"version": "2.8.7",
"description": "Redis Cache Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@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": "2.8.6",
"@medusajs/framework": "2.8.7",
"awilix": "^8.0.1"
}
}

View File

@@ -1,5 +1,14 @@
# @medusajs/cart
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cart",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Cart module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,14 @@
# @medusajs/currency
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/currency",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Currency module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,12 @@
# @medusajs/customer
## 2.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/customer",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Customer module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,12 @@
# @medusajs/event-bus-local
## 2.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-local",
"version": "2.8.6",
"version": "2.8.7",
"description": "Local Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@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": "2.8.6"
"@medusajs/framework": "2.8.7"
}
}

View File

@@ -1,5 +1,12 @@
# @medusajs/event-bus-redis
## 2.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-redis",
"version": "2.8.6",
"version": "2.8.7",
"description": "Redis Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@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": "2.8.6",
"@medusajs/framework": "2.8.7",
"awilix": "^8.0.1"
}
}

View File

@@ -1,5 +1,14 @@
# @medusajs/product
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/file",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa File module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"awilix": "^8.0.1"
}
}

View File

@@ -1,5 +1,14 @@
# @medusajs/fulfillment
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/fulfillment",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Fulfillment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,16 @@
# @medusajs/index
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- [#12888](https://github.com/medusajs/medusa/pull/12888) [`fa76f85bba253528964bacf86c061fef6d3d0742`](https://github.com/medusajs/medusa/commit/fa76f85bba253528964bacf86c061fef6d3d0742) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(index): merge filterable fields with default fields
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/index",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Index module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",

View File

@@ -1,5 +1,14 @@
# @medusajs/inventory-next
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "2.8.6",
"version": "2.8.7",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,8 +23,8 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -37,7 +37,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,12 @@
# @medusajs/link-modules
## 2.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.8.6",
"version": "2.8.7",
"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.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
@@ -47,7 +47,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,14 @@
# @medusajs/locking
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking",
"version": "2.8.6",
"version": "2.8.7",
"description": "Locking Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -32,8 +32,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -46,7 +46,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,14 @@
# @medusajs/notification
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Notification module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,14 @@
# @medusajs/order
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/order",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Order module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,14 @@
# @medusajs/payment
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Payment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,14 @@
# @medusajs/pricing
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "2.8.6",
"version": "2.8.7",
"description": "Medusa Pricing module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/test-utils": "2.8.6",
"@medusajs/framework": "2.8.7",
"@medusajs/test-utils": "2.8.7",
"@mikro-orm/cli": "6.4.3",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "2.8.6",
"@medusajs/framework": "2.8.7",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",

View File

@@ -1,5 +1,14 @@
# @medusajs/product
## 2.8.7
### Patch Changes
- [#12889](https://github.com/medusajs/medusa/pull/12889) [`2f70f133511857b499a992b65a0a4d6170e03ab9`](https://github.com/medusajs/medusa/commit/2f70f133511857b499a992b65a0a4d6170e03ab9) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Order constraint and receive return
- Updated dependencies []:
- @medusajs/framework@2.8.7
## 2.8.6
### Patch Changes

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