chore: Version Packages (#4826)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-25 16:15:33 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent f28fa6a7b3
commit 362abdfad7
34 changed files with 131 additions and 69 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/file-local
## 1.0.2
### Patch Changes
- [#4788](https://github.com/medusajs/medusa/pull/4788) [`d8a6e3e0d`](https://github.com/medusajs/medusa/commit/d8a6e3e0d8a86aba7209f4a767cd08ebe3e49c26) Thanks [@fPolic](https://github.com/fPolic)! - feat(medusa-file-local): local file service streaming methods
## 1.0.1
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-local",
"version": "1.0.1",
"version": "1.0.2",
"description": "Local file plugin for Medusa",
"main": "dist/index.js",
"files": [
@@ -14,7 +14,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/medusa": "^1.12.0",
"@medusajs/medusa": "^1.15.0",
"cross-env": "^5.2.1",
"jest": "^25.5.4",
"rimraf": "^5.0.1",