chore: Version packages

This commit is contained in:
olivermrbl
2024-12-20 11:25:36 +01:00
parent fc321e96ce
commit 348f866ffe
138 changed files with 546 additions and 263 deletions

View File

@@ -1,8 +0,0 @@
---
"@medusajs/fulfillment": patch
"@medusajs/types": patch
"@medusajs/utils": patch
"@medusajs/medusa": patch
---
chore: fulfillment module DML

View File

@@ -1,5 +0,0 @@
---
"@medusajs/product": patch
---
fix(product): updating collections with products fix

View File

@@ -1,9 +0,0 @@
---
"@medusajs/core-flows": patch
"@medusajs/cart": patch
"@medusajs/types": patch
"@medusajs/utils": patch
"@medusajs/medusa": patch
---
chore: Support custom line items

View File

@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): use useQueryGraphStep instead of useQueryStep

View File

@@ -1,5 +0,0 @@
---
"@medusajs/types": patch
---
Add description and Label to FilterableRefundReasonProps

View File

@@ -1,5 +0,0 @@
---
"@medusajs/types": patch
---
chore(types): Keep intelisense while being more loosen

View File

@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): refresh payment collections upon shipping changes

View File

@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): export getItemTaxLinesStep

View File

@@ -1,5 +1,33 @@
# integration-tests-http
## 1.0.6
### Patch Changes
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`d08b71f9b87c68350e57016e62e406a9bdd82342`](https://github.com/medusajs/medusa/commit/d08b71f9b87c68350e57016e62e406a9bdd82342), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815), [`9d85e663b8bac2240ec3e3bf99377dd0eac72160`](https://github.com/medusajs/medusa/commit/9d85e663b8bac2240ec3e3bf99377dd0eac72160), [`5d1098ceb9713225186fce16c0306b0539d71fc5`](https://github.com/medusajs/medusa/commit/5d1098ceb9713225186fce16c0306b0539d71fc5), [`1232a43fcec50b01477149089bbb957dec15ba76`](https://github.com/medusajs/medusa/commit/1232a43fcec50b01477149089bbb957dec15ba76)]:
- @medusajs/fulfillment@2.1.3
- @medusajs/utils@2.1.3
- @medusajs/medusa@2.1.3
- @medusajs/product@2.1.3
- @medusajs/core-flows@2.1.3
- @medusajs/modules-sdk@2.1.3
- @medusajs/test-utils@2.1.3
- @medusajs/api-key@2.1.3
- @medusajs/auth@2.1.3
- @medusajs/cache-inmemory@2.1.3
- @medusajs/customer@2.1.3
- @medusajs/event-bus-local@2.1.3
- @medusajs/inventory@2.1.3
- @medusajs/pricing@2.1.3
- @medusajs/promotion@2.1.3
- @medusajs/fulfillment-manual@2.1.3
- @medusajs/region@2.1.3
- @medusajs/stock-location@2.1.3
- @medusajs/store@2.1.3
- @medusajs/tax@2.1.3
- @medusajs/user@2.1.3
- @medusajs/workflow-engine-inmemory@2.1.3
## 1.0.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @medusajs/admin-bundler
## 2.1.3
### Patch Changes
- Updated dependencies []:
- @medusajs/dashboard@2.1.3
- @medusajs/admin-shared@2.1.3
- @medusajs/admin-vite-plugin@2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/admin-shared
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,14 @@
# @medusajs/dashboard
## 2.1.3
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.1.3
- @medusajs/js-sdk@2.1.3
- @medusajs/icons@2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.1.3
### Patch Changes
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815)]:
- @medusajs/utils@2.1.3
- @medusajs/telemetry@2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# Change Log
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,13 @@
# @medusajs/oas-cli
## 2.1.3
### Patch Changes
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815)]:
- @medusajs/utils@2.1.3
- @medusajs/medusa@2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,17 @@
# @medusajs/core-flows
## 2.1.3
### Patch Changes
- [#10408](https://github.com/medusajs/medusa/pull/10408) [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Support custom line items
- [#10643](https://github.com/medusajs/medusa/pull/10643) [`9d85e663b8bac2240ec3e3bf99377dd0eac72160`](https://github.com/medusajs/medusa/commit/9d85e663b8bac2240ec3e3bf99377dd0eac72160) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(core-flows): use useQueryGraphStep instead of useQueryStep
- [#10673](https://github.com/medusajs/medusa/pull/10673) [`5d1098ceb9713225186fce16c0306b0539d71fc5`](https://github.com/medusajs/medusa/commit/5d1098ceb9713225186fce16c0306b0539d71fc5) Thanks [@riqwan](https://github.com/riqwan)! - fix(core-flows): refresh payment collections upon shipping changes
- [#10640](https://github.com/medusajs/medusa/pull/10640) [`1232a43fcec50b01477149089bbb957dec15ba76`](https://github.com/medusajs/medusa/commit/1232a43fcec50b01477149089bbb957dec15ba76) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(core-flows): export getItemTaxLinesStep
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @medusajs/framework
## 2.1.3
### Patch Changes
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815), [`2ad08c4c440706dd2ffe2215807b89ee4a7f325b`](https://github.com/medusajs/medusa/commit/2ad08c4c440706dd2ffe2215807b89ee4a7f325b), [`048620884b5d458b109ac496e7a2056c202bd459`](https://github.com/medusajs/medusa/commit/048620884b5d458b109ac496e7a2056c202bd459)]:
- @medusajs/types@2.1.3
- @medusajs/utils@2.1.3
- @medusajs/modules-sdk@2.1.3
- @medusajs/orchestration@2.1.3
- @medusajs/workflows-sdk@2.1.3
- @medusajs/telemetry@2.1.3
## 2.1.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/framework",
"version": "2.1.2",
"version": "2.1.3",
"description": "Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -52,7 +52,7 @@
"test": "jest --runInBand --bail --passWithNoTests --forceExit"
},
"devDependencies": {
"@medusajs/cli": "^2.1.2",
"@medusajs/cli": "^2.1.3",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
@@ -72,12 +72,12 @@
},
"dependencies": {
"@jercle/yargonaut": "^1.1.5",
"@medusajs/modules-sdk": "^2.1.2",
"@medusajs/orchestration": "^2.1.2",
"@medusajs/telemetry": "^2.1.2",
"@medusajs/types": "^2.1.2",
"@medusajs/utils": "^2.1.2",
"@medusajs/workflows-sdk": "^2.1.2",
"@medusajs/modules-sdk": "^2.1.3",
"@medusajs/orchestration": "^2.1.3",
"@medusajs/telemetry": "^2.1.3",
"@medusajs/types": "^2.1.3",
"@medusajs/utils": "^2.1.3",
"@medusajs/workflows-sdk": "^2.1.3",
"@opentelemetry/api": "^1.9.0",
"@types/express": "^4.17.17",
"connect-redis": "5.2.0",

View File

@@ -1,5 +1,12 @@
# @medusajs/js-sdk
## 2.1.3
### Patch Changes
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815), [`2ad08c4c440706dd2ffe2215807b89ee4a7f325b`](https://github.com/medusajs/medusa/commit/2ad08c4c440706dd2ffe2215807b89ee4a7f325b), [`048620884b5d458b109ac496e7a2056c202bd459`](https://github.com/medusajs/medusa/commit/048620884b5d458b109ac496e7a2056c202bd459)]:
- @medusajs/types@2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,14 @@
# @medusajs/modules-sdk
## 2.1.3
### Patch Changes
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815), [`2ad08c4c440706dd2ffe2215807b89ee4a7f325b`](https://github.com/medusajs/medusa/commit/2ad08c4c440706dd2ffe2215807b89ee4a7f325b), [`048620884b5d458b109ac496e7a2056c202bd459`](https://github.com/medusajs/medusa/commit/048620884b5d458b109ac496e7a2056c202bd459)]:
- @medusajs/types@2.1.3
- @medusajs/utils@2.1.3
- @medusajs/orchestration@2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @medusajs/orchestration
## 2.1.3
### Patch Changes
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815), [`2ad08c4c440706dd2ffe2215807b89ee4a7f325b`](https://github.com/medusajs/medusa/commit/2ad08c4c440706dd2ffe2215807b89ee4a7f325b), [`048620884b5d458b109ac496e7a2056c202bd459`](https://github.com/medusajs/medusa/commit/048620884b5d458b109ac496e7a2056c202bd459)]:
- @medusajs/types@2.1.3
- @medusajs/utils@2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @medusajs/types
## 2.1.3
### Patch Changes
- [#10617](https://github.com/medusajs/medusa/pull/10617) [`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: fulfillment module DML
- [#10408](https://github.com/medusajs/medusa/pull/10408) [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Support custom line items
- [#10606](https://github.com/medusajs/medusa/pull/10606) [`2ad08c4c440706dd2ffe2215807b89ee4a7f325b`](https://github.com/medusajs/medusa/commit/2ad08c4c440706dd2ffe2215807b89ee4a7f325b) Thanks [@vethan](https://github.com/vethan)! - Add description and Label to FilterableRefundReasonProps
- [#10657](https://github.com/medusajs/medusa/pull/10657) [`048620884b5d458b109ac496e7a2056c202bd459`](https://github.com/medusajs/medusa/commit/048620884b5d458b109ac496e7a2056c202bd459) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(types): Keep intelisense while being more loosen
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @medusajs/utils
## 2.1.3
### Patch Changes
- [#10617](https://github.com/medusajs/medusa/pull/10617) [`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: fulfillment module DML
- [#10408](https://github.com/medusajs/medusa/pull/10408) [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Support custom line items
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815), [`2ad08c4c440706dd2ffe2215807b89ee4a7f325b`](https://github.com/medusajs/medusa/commit/2ad08c4c440706dd2ffe2215807b89ee4a7f325b), [`048620884b5d458b109ac496e7a2056c202bd459`](https://github.com/medusajs/medusa/commit/048620884b5d458b109ac496e7a2056c202bd459)]:
- @medusajs/types@2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @medusajs/workflows-sdk
## 2.1.3
### Patch Changes
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815), [`2ad08c4c440706dd2ffe2215807b89ee4a7f325b`](https://github.com/medusajs/medusa/commit/2ad08c4c440706dd2ffe2215807b89ee4a7f325b), [`048620884b5d458b109ac496e7a2056c202bd459`](https://github.com/medusajs/medusa/commit/048620884b5d458b109ac496e7a2056c202bd459)]:
- @medusajs/types@2.1.3
- @medusajs/utils@2.1.3
- @medusajs/modules-sdk@2.1.3
- @medusajs/orchestration@2.1.3
## 2.1.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "2.1.2",
"version": "2.1.3",
"description": "Set of workflows tooling for Medusa",
"main": "dist/index.js",
"exports": {
@@ -40,10 +40,10 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/modules-sdk": "^2.1.2",
"@medusajs/orchestration": "^2.1.2",
"@medusajs/types": "^2.1.2",
"@medusajs/utils": "^2.1.2",
"@medusajs/modules-sdk": "^2.1.3",
"@medusajs/orchestration": "^2.1.3",
"@medusajs/types": "^2.1.3",
"@medusajs/utils": "^2.1.3",
"ulid": "^2.3.0"
},
"peerDependencies": {

View File

@@ -1,5 +1,7 @@
# @medusajs/icons
## 2.1.3
## 2.1.2
## 2.1.1

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/icons",
"version": "2.1.2",
"version": "2.1.3",
"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.1.2",
"@medusajs/toolbox": "^2.1.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^9.3.1",

View File

@@ -1,5 +1,7 @@
# @medusajs/toolbox
## 2.1.3
## 2.1.2
## 2.1.1

View File

@@ -1,7 +1,7 @@
{
"name": "@medusajs/toolbox",
"private": true,
"version": "2.1.2",
"version": "2.1.3",
"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.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# Change Log
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# Change Log
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,58 @@
# Change Log
## 2.1.3
### Patch Changes
- [#10617](https://github.com/medusajs/medusa/pull/10617) [`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: fulfillment module DML
- [#10408](https://github.com/medusajs/medusa/pull/10408) [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Support custom line items
- Updated dependencies [[`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3), [`d08b71f9b87c68350e57016e62e406a9bdd82342`](https://github.com/medusajs/medusa/commit/d08b71f9b87c68350e57016e62e406a9bdd82342), [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815), [`9d85e663b8bac2240ec3e3bf99377dd0eac72160`](https://github.com/medusajs/medusa/commit/9d85e663b8bac2240ec3e3bf99377dd0eac72160), [`5d1098ceb9713225186fce16c0306b0539d71fc5`](https://github.com/medusajs/medusa/commit/5d1098ceb9713225186fce16c0306b0539d71fc5), [`1232a43fcec50b01477149089bbb957dec15ba76`](https://github.com/medusajs/medusa/commit/1232a43fcec50b01477149089bbb957dec15ba76)]:
- @medusajs/fulfillment@2.1.3
- @medusajs/product@2.1.3
- @medusajs/core-flows@2.1.3
- @medusajs/cart@2.1.3
- @medusajs/admin-bundler@2.1.3
- @medusajs/telemetry@2.1.3
- @medusajs/api-key@2.1.3
- @medusajs/auth@2.1.3
- @medusajs/cache-inmemory@2.1.3
- @medusajs/cache-redis@2.1.3
- @medusajs/currency@2.1.3
- @medusajs/customer@2.1.3
- @medusajs/event-bus-local@2.1.3
- @medusajs/event-bus-redis@2.1.3
- @medusajs/file@2.1.3
- @medusajs/index@2.1.3
- @medusajs/inventory@2.1.3
- @medusajs/link-modules@2.1.3
- @medusajs/locking@2.1.3
- @medusajs/notification@2.1.3
- @medusajs/order@2.1.3
- @medusajs/payment@2.1.3
- @medusajs/pricing@2.1.3
- @medusajs/promotion@2.1.3
- @medusajs/auth-emailpass@2.1.3
- @medusajs/auth-github@2.1.3
- @medusajs/auth-google@2.1.3
- @medusajs/file-local@2.1.3
- @medusajs/file-s3@2.1.3
- @medusajs/fulfillment-manual@2.1.3
- @medusajs/locking-postgres@2.1.3
- @medusajs/locking-redis@2.1.3
- @medusajs/notification-local@2.1.3
- @medusajs/notification-sendgrid@2.1.3
- @medusajs/payment-stripe@2.1.3
- @medusajs/region@2.1.3
- @medusajs/sales-channel@2.1.3
- @medusajs/stock-location@2.1.3
- @medusajs/store@2.1.3
- @medusajs/tax@2.1.3
- @medusajs/user@2.1.3
- @medusajs/workflow-engine-inmemory@2.1.3
- @medusajs/workflow-engine-redis@2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/api-key
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/auth
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/cache-inmemory
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/cache-redis
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,11 @@
# @medusajs/cart
## 2.1.3
### Patch Changes
- [#10408](https://github.com/medusajs/medusa/pull/10408) [`c9b8db04c1b35f1cf129bb9ad74789fbc2881815`](https://github.com/medusajs/medusa/commit/c9b8db04c1b35f1cf129bb9ad74789fbc2881815) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Support custom line items
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/currency
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/customer
## 2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/event-bus-local
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/event-bus-redis
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/product
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,11 @@
# @medusajs/fulfillment
## 2.1.3
### Patch Changes
- [#10617](https://github.com/medusajs/medusa/pull/10617) [`100da64242838739816351ed259461f2d7c258e3`](https://github.com/medusajs/medusa/commit/100da64242838739816351ed259461f2d7c258e3) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: fulfillment module DML
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/index
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/inventory-next
## 2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/link-modules
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/locking
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/notification
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/order
## 2.1.3
## 2.1.2
## 2.1.1

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/payment
## 2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/pricing
## 2.1.3
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @medusajs/product
## 2.1.3
### Patch Changes
- [#10668](https://github.com/medusajs/medusa/pull/10668) [`d08b71f9b87c68350e57016e62e406a9bdd82342`](https://github.com/medusajs/medusa/commit/d08b71f9b87c68350e57016e62e406a9bdd82342) Thanks [@riqwan](https://github.com/riqwan)! - fix(product): updating collections with products fix
## 2.1.2
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @medusajs/promotion
## 2.1.3
## 2.1.2
### Patch Changes

View File

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

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