chore: Version Packages (#6360)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-20 10:21:30 +01:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 189b03c485
commit 26c9bada0a
171 changed files with 926 additions and 712 deletions
@@ -1,5 +1,12 @@
# Change Log
## 1.1.40
### Patch Changes
- Updated dependencies [[`8f8a4f9b13`](https://github.com/medusajs/medusa/commit/8f8a4f9b1353087d98f6cc75346d43a7f49901a8)]:
- medusa-interfaces@1.3.9
## 1.1.39
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "medusa-fulfillment-manual",
"version": "1.1.39",
"version": "1.1.40",
"description": "A manual fulfillment provider for Medusa",
"main": "index.js",
"repository": {
@@ -23,7 +23,7 @@
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.8"
"medusa-interfaces": "^1.3.9"
},
"scripts": {
"test": "jest --passWithNoTests src",
@@ -32,7 +32,7 @@
"prepare": "cross-env NODE_ENV=production yarn run build"
},
"peerDependencies": {
"medusa-interfaces": "1.3.8"
"medusa-interfaces": "1.3.9"
},
"dependencies": {
"@babel/plugin-transform-classes": "^7.9.5",