chore: Version packages

This commit is contained in:
olivermrbl
2024-11-25 09:57:00 +01:00
parent 29ce10b09e
commit 4245312d8d
156 changed files with 683 additions and 398 deletions
@@ -1,5 +1,11 @@
# @medusajs/file-local
## 2.0.5
### Patch Changes
- [#10087](https://github.com/medusajs/medusa/pull/10087) [`06ce16c90ba1cc20daa8c10fadab067d9381a7d1`](https://github.com/medusajs/medusa/commit/06ce16c90ba1cc20daa8c10fadab067d9381a7d1) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Throw error from local file provider
## 2.0.4
## 2.0.3
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-local",
"version": "2.0.4",
"version": "2.0.5",
"description": "Local filesystem file storage for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,7 +25,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "^2.0.4",
"@medusajs/framework": "^2.0.5",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",