chore: Version packages

This commit is contained in:
olivermrbl
2025-01-27 09:35:06 +01:00
parent b0a2699e01
commit 986ee8008e
154 changed files with 975 additions and 436 deletions
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/js-sdk
## 2.4.0
### Patch Changes
- [#10964](https://github.com/medusajs/medusa/pull/10964) [`d4e042e9ad838cfc3b3c83c342afaf76adb281d2`](https://github.com/medusajs/medusa/commit/d4e042e9ad838cfc3b3c83c342afaf76adb281d2) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,js-sdk,types): Remove redundant body for markAsDelivered
- Updated dependencies [[`d4e042e9ad838cfc3b3c83c342afaf76adb281d2`](https://github.com/medusajs/medusa/commit/d4e042e9ad838cfc3b3c83c342afaf76adb281d2), [`cc73802ab3821d2c667942bd887efb7476205547`](https://github.com/medusajs/medusa/commit/cc73802ab3821d2c667942bd887efb7476205547)]:
- @medusajs/types@2.4.0
## 2.3.1
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/js-sdk",
"version": "2.3.1",
"version": "2.4.0",
"description": "SDK for the Medusa API",
"main": "dist/index.js",
"module": "dist/esm/index.js",
@@ -35,7 +35,7 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/types": "~2.3.1",
"@medusajs/types": "~2.4.0",
"fetch-event-stream": "^0.1.5",
"qs": "^6.12.1"
},