chore: Version Packages (#4867)

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:49:02 +02:00
committed by GitHub
parent e91bd9e1c1
commit 81904762b0
7 changed files with 21 additions and 10 deletions

View File

@@ -1,7 +0,0 @@
---
"medusa-file-minio": minor
"medusa-file-s3": minor
"medusa-file-spaces": minor
---
chore: Minor-bumping file plugins

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.3.0
### Minor Changes
- [`e91bd9e1c`](https://github.com/medusajs/medusa/commit/e91bd9e1c1746ff2fe915d169077bf9bf2710dcf) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Minor-bumping file plugins
## 1.2.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-minio",
"version": "1.2.3",
"version": "1.3.0",
"description": "MinIO server file connector for Medusa",
"main": "dist/index.js",
"files": [

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.3.0
### Minor Changes
- [`e91bd9e1c`](https://github.com/medusajs/medusa/commit/e91bd9e1c1746ff2fe915d169077bf9bf2710dcf) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Minor-bumping file plugins
## 1.2.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-s3",
"version": "1.2.2",
"version": "1.3.0",
"description": "AWS s3 file connector for Medusa",
"main": "dist/index.js",
"files": [

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.4.0
### Minor Changes
- [`e91bd9e1c`](https://github.com/medusajs/medusa/commit/e91bd9e1c1746ff2fe915d169077bf9bf2710dcf) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Minor-bumping file plugins
## 1.3.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-spaces",
"version": "1.3.8",
"version": "1.4.0",
"description": "Digital Ocean Spaces file connector for Medusa",
"main": "index.js",
"repository": {