chore: Version Packages (#12583)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-05 20:33:53 +02:00
committed by GitHub
parent 7e1720279d
commit 68a796d300
149 changed files with 853 additions and 341 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/file-s3
## 2.8.4
### Patch Changes
- [#12614](https://github.com/medusajs/medusa/pull/12614) [`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: introduce bulkDelete method for IFileProvider
- Updated dependencies [[`7685d66c0775167994150e61a8b628ad6289ce23`](https://github.com/medusajs/medusa/commit/7685d66c0775167994150e61a8b628ad6289ce23), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d), [`1f5f50010ae42f8d5b9924edcd75612b1f336463`](https://github.com/medusajs/medusa/commit/1f5f50010ae42f8d5b9924edcd75612b1f336463)]:
- @medusajs/framework@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-s3",
"version": "2.8.3",
"version": "2.8.4",
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.8.3",
"@medusajs/framework": "2.8.4",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"axios": "^1.6.8",
@@ -40,7 +40,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.8.3"
"@medusajs/framework": "2.8.4"
},
"keywords": [
"medusa-plugin",