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
+12
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
+2 -2
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",
+12
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
+8 -8
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",
+7
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
+2 -2
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"
},
+9
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
+4 -4
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",
+8
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
+3 -3
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",
+12
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
+1 -1
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",
+11
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
+2 -2
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",
+10
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
+5 -5
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": {