chore: Version Packages (#6039)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot]
parent
4ad761788b
commit
3d0ae72887
@@ -1,5 +1,14 @@
|
||||
# @medusajs/file-local
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6100](https://github.com/medusajs/medusa/pull/6100) [`4792c5522`](https://github.com/medusajs/medusa/commit/4792c552269c147d3c07da49a175e9038f9260a8) Thanks [@shahednasser](https://github.com/shahednasser)! - chore(@medusajs/medusa): add missing constructor to some services
|
||||
fix(@medusajs/file-local): Fix argument passed to the constructor
|
||||
fix(medusa-file-minio): Fix argument passed to the constructor
|
||||
fix(medusa-file-s3): Fix argument passed to the constructor
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/file-local",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Local file plugin for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
@@ -17,8 +17,8 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "^1.17.4",
|
||||
"@medusajs/types": "^1.11.6",
|
||||
"@medusajs/medusa": "^1.20.1",
|
||||
"@medusajs/types": "^1.11.11",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"rimraf": "^5.0.1",
|
||||
|
||||
Reference in New Issue
Block a user