chore: Version Packages (#12583)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-05 20:33:53 +02:00
committed by GitHub
parent 7e1720279d
commit 68a796d300
149 changed files with 853 additions and 341 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/framework": patch
---
fix(framework): Fix compiler to create the dist after clean-up

View File

@@ -1,5 +0,0 @@
---
"@medusajs/modules-sdk": patch
---
chore(modules-sdk): Log full error when a loader fail to run

View File

@@ -1,5 +0,0 @@
---
"@medusajs/analytics": patch
---
fix(analytics): fix type of provider option

View File

@@ -1,9 +0,0 @@
---
"@medusajs/file": patch
"@medusajs/file-local": patch
"@medusajs/file-s3": patch
"@medusajs/types": patch
"@medusajs/utils": patch
---
feat: introduce bulkDelete method for IFileProvider

View File

@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): reservation management on order edit and draft order confirm

View File

@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
fix(utils): export payment events in core flows

View File

@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
fix: module import paths to contain unix slash

View File

@@ -1,7 +0,0 @@
---
"@medusajs/workflows-sdk": patch
"@medusajs/core-flows": patch
"@medusajs/utils": patch
---
fix(core-flows): use cart_id to complete cart on payment webhook and lock cart before completion

View File

@@ -1,7 +0,0 @@
---
"@medusajs/core-flows": patch
"@medusajs/framework": patch
"@medusajs/utils": patch
---
feat: implement stream based processing of the files

View File

@@ -1,5 +0,0 @@
---
"@medusajs/framework": patch
---
fix: expand method ALL for bodyparser config and additional validator

View File

@@ -1,5 +0,0 @@
---
"@medusajs/dashboard": patch
---
fix(dashboard): combobox initial item cache

View File

@@ -1,5 +1,33 @@
# integration-tests-http
## 1.0.16
### Patch Changes
- Updated dependencies [[`da5e278a783010e886fbae96c4b704bc9fcf78e5`](https://github.com/medusajs/medusa/commit/da5e278a783010e886fbae96c4b704bc9fcf78e5), [`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4), [`c4dd29046183bfe3c99b7ec00414449e53478d22`](https://github.com/medusajs/medusa/commit/c4dd29046183bfe3c99b7ec00414449e53478d22), [`3d65807d9924c057ccce6ccaf1c6e0eee8e7c245`](https://github.com/medusajs/medusa/commit/3d65807d9924c057ccce6ccaf1c6e0eee8e7c245), [`f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d`](https://github.com/medusajs/medusa/commit/f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d), [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d)]:
- @medusajs/modules-sdk@2.8.4
- @medusajs/utils@2.8.4
- @medusajs/core-flows@2.8.4
- @medusajs/medusa@2.8.4
- @medusajs/test-utils@2.8.4
- @medusajs/api-key@2.8.4
- @medusajs/auth@2.8.4
- @medusajs/cache-inmemory@2.8.4
- @medusajs/customer@2.8.4
- @medusajs/event-bus-local@2.8.4
- @medusajs/fulfillment@2.8.4
- @medusajs/inventory@2.8.4
- @medusajs/pricing@2.8.4
- @medusajs/product@2.8.4
- @medusajs/promotion@2.8.4
- @medusajs/fulfillment-manual@2.8.4
- @medusajs/region@2.8.4
- @medusajs/stock-location@2.8.4
- @medusajs/store@2.8.4
- @medusajs/tax@2.8.4
- @medusajs/user@2.8.4
- @medusajs/workflow-engine-inmemory@2.8.4
## 1.0.15
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @medusajs/admin-bundler
## 2.8.4
### Patch Changes
- Updated dependencies [[`341a8bb7eeac18460b0e466bda1f4b148e566495`](https://github.com/medusajs/medusa/commit/341a8bb7eeac18460b0e466bda1f4b148e566495)]:
- @medusajs/dashboard@2.8.4
- @medusajs/admin-shared@2.8.4
- @medusajs/admin-vite-plugin@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/admin-bundler",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/types": "2.8.4",
"@types/compression": "^1.7.5",
"express": "^4.21.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@medusajs/admin-shared": "2.8.3",
"@medusajs/admin-vite-plugin": "2.8.3",
"@medusajs/dashboard": "2.8.3",
"@medusajs/admin-shared": "2.8.4",
"@medusajs/admin-vite-plugin": "2.8.4",
"@medusajs/dashboard": "2.8.4",
"@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.4
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.8.4
## 2.8.3
### 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.3",
"version": "2.8.4",
"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.3",
"@medusajs/admin-shared": "2.8.4",
"zod": "3.22.4"
},
"packageManager": "yarn@3.2.1"

View File

@@ -1,5 +1,7 @@
# @medusajs/admin-shared
## 2.8.4
## 2.8.3
## 2.8.2

View File

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

View File

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

View File

@@ -1,5 +1,17 @@
# @medusajs/dashboard
## 2.8.4
### Patch Changes
- [#12522](https://github.com/medusajs/medusa/pull/12522) [`341a8bb7eeac18460b0e466bda1f4b148e566495`](https://github.com/medusajs/medusa/commit/341a8bb7eeac18460b0e466bda1f4b148e566495) Thanks [@fPolic](https://github.com/fPolic)! - fix(dashboard): combobox initial item cache
- Updated dependencies []:
- @medusajs/js-sdk@2.8.4
- @medusajs/admin-shared@2.8.4
- @medusajs/icons@2.8.4
- @medusajs/ui@4.0.14
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/dashboard",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/icons": "2.8.3",
"@medusajs/js-sdk": "2.8.3",
"@medusajs/ui": "4.0.13",
"@medusajs/admin-shared": "2.8.4",
"@medusajs/icons": "2.8.4",
"@medusajs/js-sdk": "2.8.4",
"@medusajs/ui": "4.0.14",
"@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.3",
"@medusajs/admin-vite-plugin": "2.8.3",
"@medusajs/types": "2.8.3",
"@medusajs/ui-preset": "2.8.3",
"@medusajs/admin-shared": "2.8.4",
"@medusajs/admin-vite-plugin": "2.8.4",
"@medusajs/types": "2.8.4",
"@medusajs/ui-preset": "2.8.4",
"@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.8.4
### Patch Changes
- Updated dependencies []:
- @medusajs/telemetry@2.8.4
## 2.8.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.8.4
### Patch Changes
- Updated dependencies [[`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4), [`3d65807d9924c057ccce6ccaf1c6e0eee8e7c245`](https://github.com/medusajs/medusa/commit/3d65807d9924c057ccce6ccaf1c6e0eee8e7c245), [`f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d`](https://github.com/medusajs/medusa/commit/f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d), [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d)]:
- @medusajs/utils@2.8.4
- @medusajs/telemetry@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cli",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/utils": "2.8.3",
"@medusajs/telemetry": "2.8.4",
"@medusajs/utils": "2.8.4",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
"configstore": "5.0.1",

View File

@@ -1,5 +1,7 @@
# Change Log
## 2.8.4
## 2.8.3
## 2.8.2

View File

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

View File

@@ -1,5 +1,13 @@
# @medusajs/oas-cli
## 2.8.4
### Patch Changes
- Updated dependencies [[`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4), [`3d65807d9924c057ccce6ccaf1c6e0eee8e7c245`](https://github.com/medusajs/medusa/commit/3d65807d9924c057ccce6ccaf1c6e0eee8e7c245), [`f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d`](https://github.com/medusajs/medusa/commit/f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d), [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d)]:
- @medusajs/utils@2.8.4
- @medusajs/medusa@2.8.4
## 2.8.3
### Patch Changes

View File

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

View File

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

View File

@@ -1,5 +1,18 @@
# @medusajs/core-flows
## 2.8.4
### Patch Changes
- [#12546](https://github.com/medusajs/medusa/pull/12546) [`c4dd29046183bfe3c99b7ec00414449e53478d22`](https://github.com/medusajs/medusa/commit/c4dd29046183bfe3c99b7ec00414449e53478d22) Thanks [@fPolic](https://github.com/fPolic)! - fix(core-flows): reservation management on order edit and draft order confirm
- [#12646](https://github.com/medusajs/medusa/pull/12646) [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(core-flows): use cart_id to complete cart on payment webhook and lock cart before completion
- [#12574](https://github.com/medusajs/medusa/pull/12574) [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: implement stream based processing of the files
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/core-flows",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/framework": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"awilix": "^8.0.1"
},
"scripts": {

View File

@@ -1,5 +1,24 @@
# @medusajs/framework
## 2.8.4
### Patch Changes
- [#12582](https://github.com/medusajs/medusa/pull/12582) [`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(framework): Fix compiler to create the dist after clean-up
- [#12574](https://github.com/medusajs/medusa/pull/12574) [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: implement stream based processing of the files
- [#12612](https://github.com/medusajs/medusa/pull/12612) [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: expand method ALL for bodyparser config and additional validator
- Updated dependencies [[`da5e278a783010e886fbae96c4b704bc9fcf78e5`](https://github.com/medusajs/medusa/commit/da5e278a783010e886fbae96c4b704bc9fcf78e5), [`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4), [`3d65807d9924c057ccce6ccaf1c6e0eee8e7c245`](https://github.com/medusajs/medusa/commit/3d65807d9924c057ccce6ccaf1c6e0eee8e7c245), [`f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d`](https://github.com/medusajs/medusa/commit/f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d), [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d)]:
- @medusajs/modules-sdk@2.8.4
- @medusajs/types@2.8.4
- @medusajs/utils@2.8.4
- @medusajs/workflows-sdk@2.8.4
- @medusajs/orchestration@2.8.4
- @medusajs/cli@2.8.4
- @medusajs/telemetry@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/framework",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/cli": "2.8.4",
"@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.3",
"@medusajs/orchestration": "2.8.3",
"@medusajs/telemetry": "2.8.3",
"@medusajs/types": "2.8.3",
"@medusajs/utils": "2.8.3",
"@medusajs/workflows-sdk": "2.8.3",
"@medusajs/modules-sdk": "2.8.4",
"@medusajs/orchestration": "2.8.4",
"@medusajs/telemetry": "2.8.4",
"@medusajs/types": "2.8.4",
"@medusajs/utils": "2.8.4",
"@medusajs/workflows-sdk": "2.8.4",
"@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.3",
"@medusajs/cli": "2.8.4",
"@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.4
### Patch Changes
- Updated dependencies [[`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4)]:
- @medusajs/types@2.8.4
## 2.8.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @medusajs/modules-sdk
## 2.8.4
### Patch Changes
- [#12584](https://github.com/medusajs/medusa/pull/12584) [`da5e278a783010e886fbae96c4b704bc9fcf78e5`](https://github.com/medusajs/medusa/commit/da5e278a783010e886fbae96c4b704bc9fcf78e5) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(modules-sdk): Log full error when a loader fail to run
- Updated dependencies [[`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4), [`3d65807d9924c057ccce6ccaf1c6e0eee8e7c245`](https://github.com/medusajs/medusa/commit/3d65807d9924c057ccce6ccaf1c6e0eee8e7c245), [`f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d`](https://github.com/medusajs/medusa/commit/f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d), [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d)]:
- @medusajs/types@2.8.4
- @medusajs/utils@2.8.4
- @medusajs/orchestration@2.8.4
## 2.8.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @medusajs/orchestration
## 2.8.4
### Patch Changes
- Updated dependencies [[`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4), [`3d65807d9924c057ccce6ccaf1c6e0eee8e7c245`](https://github.com/medusajs/medusa/commit/3d65807d9924c057ccce6ccaf1c6e0eee8e7c245), [`f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d`](https://github.com/medusajs/medusa/commit/f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d), [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d)]:
- @medusajs/types@2.8.4
- @medusajs/utils@2.8.4
## 2.8.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @medusajs/types
## 2.8.4
### Patch Changes
- [#12614](https://github.com/medusajs/medusa/pull/12614) [`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: introduce bulkDelete method for IFileProvider
## 2.8.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,22 @@
# @medusajs/utils
## 2.8.4
### Patch Changes
- [#12614](https://github.com/medusajs/medusa/pull/12614) [`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: introduce bulkDelete method for IFileProvider
- [#12636](https://github.com/medusajs/medusa/pull/12636) [`3d65807d9924c057ccce6ccaf1c6e0eee8e7c245`](https://github.com/medusajs/medusa/commit/3d65807d9924c057ccce6ccaf1c6e0eee8e7c245) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(utils): export payment events in core flows
- [#12592](https://github.com/medusajs/medusa/pull/12592) [`f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d`](https://github.com/medusajs/medusa/commit/f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d) Thanks [@thetutlage](https://github.com/thetutlage)! - fix: module import paths to contain unix slash
- [#12646](https://github.com/medusajs/medusa/pull/12646) [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(core-flows): use cart_id to complete cart on payment webhook and lock cart before completion
- [#12574](https://github.com/medusajs/medusa/pull/12574) [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: implement stream based processing of the files
- Updated dependencies [[`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4)]:
- @medusajs/types@2.8.4
## 2.8.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @medusajs/workflows-sdk
## 2.8.4
### Patch Changes
- [#12646](https://github.com/medusajs/medusa/pull/12646) [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(core-flows): use cart_id to complete cart on payment webhook and lock cart before completion
- Updated dependencies [[`da5e278a783010e886fbae96c4b704bc9fcf78e5`](https://github.com/medusajs/medusa/commit/da5e278a783010e886fbae96c4b704bc9fcf78e5), [`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4), [`3d65807d9924c057ccce6ccaf1c6e0eee8e7c245`](https://github.com/medusajs/medusa/commit/3d65807d9924c057ccce6ccaf1c6e0eee8e7c245), [`f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d`](https://github.com/medusajs/medusa/commit/f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d), [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d)]:
- @medusajs/modules-sdk@2.8.4
- @medusajs/types@2.8.4
- @medusajs/utils@2.8.4
- @medusajs/orchestration@2.8.4
## 2.8.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/icons
## 2.8.4
## 2.8.3
## 2.8.2

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/toolbox": "2.8.4",
"@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.4
## 2.8.3
## 2.8.2

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/toolbox",
"private": true,
"version": "2.8.3",
"version": "2.8.4",
"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.4
## 2.8.3
## 2.8.2

View File

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

View File

@@ -1,5 +1,12 @@
# @medusajs/ui
## 4.0.14
### Patch Changes
- Updated dependencies []:
- @medusajs/icons@2.8.4
## 4.0.13
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/ui",
"version": "4.0.13",
"version": "4.0.14",
"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.3",
"@medusajs/ui-preset": "2.8.4",
"@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.3",
"@medusajs/icons": "2.8.4",
"@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.4
## 2.8.3
## 2.8.2

View File

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

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
- @medusajs/medusa@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/test-utils",
"version": "2.8.3",
"version": "2.8.4",
"description": "Test utils for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.3",
"@medusajs/framework": "2.8.4",
"@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.3",
"@medusajs/medusa": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/medusa": "2.8.4",
"@mikro-orm/postgresql": "6.4.3",
"awilix": "^8.0.1"
},

View File

@@ -1,5 +1,58 @@
# Change Log
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`820965e21aa7b7cfb57936ef903c6d1f5a7a7a77`](https://github.com/medusajs/medusa/commit/820965e21aa7b7cfb57936ef903c6d1f5a7a7a77), [`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4), [`c4dd29046183bfe3c99b7ec00414449e53478d22`](https://github.com/medusajs/medusa/commit/c4dd29046183bfe3c99b7ec00414449e53478d22), [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
- @medusajs/analytics@2.8.4
- @medusajs/file@2.8.4
- @medusajs/file-local@2.8.4
- @medusajs/file-s3@2.8.4
- @medusajs/core-flows@2.8.4
- @medusajs/api-key@2.8.4
- @medusajs/auth@2.8.4
- @medusajs/cache-inmemory@2.8.4
- @medusajs/cache-redis@2.8.4
- @medusajs/cart@2.8.4
- @medusajs/currency@2.8.4
- @medusajs/customer@2.8.4
- @medusajs/event-bus-local@2.8.4
- @medusajs/event-bus-redis@2.8.4
- @medusajs/fulfillment@2.8.4
- @medusajs/index@2.8.4
- @medusajs/inventory@2.8.4
- @medusajs/link-modules@2.8.4
- @medusajs/locking@2.8.4
- @medusajs/notification@2.8.4
- @medusajs/order@2.8.4
- @medusajs/payment@2.8.4
- @medusajs/pricing@2.8.4
- @medusajs/product@2.8.4
- @medusajs/promotion@2.8.4
- @medusajs/analytics-local@2.8.4
- @medusajs/analytics-posthog@2.8.4
- @medusajs/auth-emailpass@2.8.4
- @medusajs/auth-github@2.8.4
- @medusajs/auth-google@2.8.4
- @medusajs/fulfillment-manual@2.8.4
- @medusajs/locking-postgres@2.8.4
- @medusajs/locking-redis@2.8.4
- @medusajs/notification-local@2.8.4
- @medusajs/notification-sendgrid@2.8.4
- @medusajs/payment-stripe@2.8.4
- @medusajs/region@2.8.4
- @medusajs/sales-channel@2.8.4
- @medusajs/stock-location@2.8.4
- @medusajs/store@2.8.4
- @medusajs/tax@2.8.4
- @medusajs/user@2.8.4
- @medusajs/workflow-engine-inmemory@2.8.4
- @medusajs/workflow-engine-redis@2.8.4
- @medusajs/admin-bundler@2.8.4
- @medusajs/telemetry@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/framework": "2.8.4",
"@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.3",
"@medusajs/analytics": "2.8.3",
"@medusajs/analytics-local": "2.8.3",
"@medusajs/analytics-posthog": "2.8.3",
"@medusajs/api-key": "2.8.3",
"@medusajs/auth": "2.8.3",
"@medusajs/auth-emailpass": "2.8.3",
"@medusajs/auth-github": "2.8.3",
"@medusajs/auth-google": "2.8.3",
"@medusajs/cache-inmemory": "2.8.3",
"@medusajs/cache-redis": "2.8.3",
"@medusajs/cart": "2.8.3",
"@medusajs/core-flows": "2.8.3",
"@medusajs/currency": "2.8.3",
"@medusajs/customer": "2.8.3",
"@medusajs/event-bus-local": "2.8.3",
"@medusajs/event-bus-redis": "2.8.3",
"@medusajs/file": "2.8.3",
"@medusajs/file-local": "2.8.3",
"@medusajs/file-s3": "2.8.3",
"@medusajs/fulfillment": "2.8.3",
"@medusajs/fulfillment-manual": "2.8.3",
"@medusajs/index": "2.8.3",
"@medusajs/inventory": "2.8.3",
"@medusajs/link-modules": "2.8.3",
"@medusajs/locking": "2.8.3",
"@medusajs/locking-postgres": "2.8.3",
"@medusajs/locking-redis": "2.8.3",
"@medusajs/notification": "2.8.3",
"@medusajs/notification-local": "2.8.3",
"@medusajs/notification-sendgrid": "2.8.3",
"@medusajs/order": "2.8.3",
"@medusajs/payment": "2.8.3",
"@medusajs/payment-stripe": "2.8.3",
"@medusajs/pricing": "2.8.3",
"@medusajs/product": "2.8.3",
"@medusajs/promotion": "2.8.3",
"@medusajs/region": "2.8.3",
"@medusajs/sales-channel": "2.8.3",
"@medusajs/stock-location": "2.8.3",
"@medusajs/store": "2.8.3",
"@medusajs/tax": "2.8.3",
"@medusajs/telemetry": "2.8.3",
"@medusajs/user": "2.8.3",
"@medusajs/workflow-engine-inmemory": "2.8.3",
"@medusajs/workflow-engine-redis": "2.8.3",
"@medusajs/admin-bundler": "2.8.4",
"@medusajs/analytics": "2.8.4",
"@medusajs/analytics-local": "2.8.4",
"@medusajs/analytics-posthog": "2.8.4",
"@medusajs/api-key": "2.8.4",
"@medusajs/auth": "2.8.4",
"@medusajs/auth-emailpass": "2.8.4",
"@medusajs/auth-github": "2.8.4",
"@medusajs/auth-google": "2.8.4",
"@medusajs/cache-inmemory": "2.8.4",
"@medusajs/cache-redis": "2.8.4",
"@medusajs/cart": "2.8.4",
"@medusajs/core-flows": "2.8.4",
"@medusajs/currency": "2.8.4",
"@medusajs/customer": "2.8.4",
"@medusajs/event-bus-local": "2.8.4",
"@medusajs/event-bus-redis": "2.8.4",
"@medusajs/file": "2.8.4",
"@medusajs/file-local": "2.8.4",
"@medusajs/file-s3": "2.8.4",
"@medusajs/fulfillment": "2.8.4",
"@medusajs/fulfillment-manual": "2.8.4",
"@medusajs/index": "2.8.4",
"@medusajs/inventory": "2.8.4",
"@medusajs/link-modules": "2.8.4",
"@medusajs/locking": "2.8.4",
"@medusajs/locking-postgres": "2.8.4",
"@medusajs/locking-redis": "2.8.4",
"@medusajs/notification": "2.8.4",
"@medusajs/notification-local": "2.8.4",
"@medusajs/notification-sendgrid": "2.8.4",
"@medusajs/order": "2.8.4",
"@medusajs/payment": "2.8.4",
"@medusajs/payment-stripe": "2.8.4",
"@medusajs/pricing": "2.8.4",
"@medusajs/product": "2.8.4",
"@medusajs/promotion": "2.8.4",
"@medusajs/region": "2.8.4",
"@medusajs/sales-channel": "2.8.4",
"@medusajs/stock-location": "2.8.4",
"@medusajs/store": "2.8.4",
"@medusajs/tax": "2.8.4",
"@medusajs/telemetry": "2.8.4",
"@medusajs/user": "2.8.4",
"@medusajs/workflow-engine-inmemory": "2.8.4",
"@medusajs/workflow-engine-redis": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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/analytics
## 2.8.4
### Patch Changes
- [#12642](https://github.com/medusajs/medusa/pull/12642) [`820965e21aa7b7cfb57936ef903c6d1f5a7a7a77`](https://github.com/medusajs/medusa/commit/820965e21aa7b7cfb57936ef903c6d1f5a7a7a77) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(analytics): fix type of provider option
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"awilix": "^8.0.1"
}
}

View File

@@ -1,5 +1,12 @@
# @medusajs/api-key
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/api-key",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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/auth
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cache-inmemory",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/framework": "2.8.4",
"@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.3"
"@medusajs/framework": "2.8.4"
}
}

View File

@@ -1,5 +1,12 @@
# @medusajs/cache-redis
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

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

View File

@@ -1,5 +1,12 @@
# @medusajs/cart
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cart",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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/currency
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/currency",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/customer",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-local",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/framework": "2.8.4",
"@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.3"
"@medusajs/framework": "2.8.4"
}
}

View File

@@ -1,5 +1,12 @@
# @medusajs/event-bus-redis
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-redis",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/framework": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"awilix": "^8.0.1"
}
}

View File

@@ -1,5 +1,14 @@
# @medusajs/product
## 2.8.4
### Patch Changes
- [#12614](https://github.com/medusajs/medusa/pull/12614) [`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: introduce bulkDelete method for IFileProvider
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/file",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"awilix": "^8.0.1"
}
}

View File

@@ -1,5 +1,12 @@
# @medusajs/fulfillment
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/fulfillment",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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/index
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/index",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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/inventory-next
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "2.8.3",
"version": "2.8.4",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -23,8 +23,8 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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/locking
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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/notification
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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/order
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/order",
"version": "2.8.3",
"version": "2.8.4",
"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.3",
"@medusajs/test-utils": "2.8.3",
"@medusajs/framework": "2.8.4",
"@medusajs/test-utils": "2.8.4",
"@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.3",
"@medusajs/framework": "2.8.4",
"@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/payment
## 2.8.4
### Patch Changes
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

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