chore: Version packages

This commit is contained in:
olivermrbl
2025-12-11 14:10:54 +01:00
parent 00e57a21a8
commit 237b472e73
179 changed files with 1013 additions and 491 deletions
@@ -1,5 +1,14 @@
# @medusajs/file-s3
## 2.12.2
### Patch Changes
- [#14209](https://github.com/medusajs/medusa/pull/14209) [`b7adfb225b4e81bd388c01afe254e2de140266b9`](https://github.com/medusajs/medusa/commit/b7adfb225b4e81bd388c01afe254e2de140266b9) Thanks [@peterlgh7](https://github.com/peterlgh7)! - URL-encode S3 object metadata and returned URL
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-s3",
"version": "2.12.1",
"version": "2.12.2",
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.556.0",
@@ -34,7 +34,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-plugin",