chore(release): Publish

This commit is contained in:
olivermrbl
2022-08-04 14:12:54 +02:00
parent 3cde817482
commit 6663a6290b
6 changed files with 14 additions and 13 deletions

View File

@@ -1,6 +0,0 @@
---
"@medusajs/medusa-js": patch
"@medusajs/medusa": patch
---
Only include payload on POST and DELETE requests

View File

@@ -1,5 +0,0 @@
---
"medusa-file-minio": patch
---
Adds missing `path` import

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.0.9
### Patch Changes
- [#1991](https://github.com/medusajs/medusa/pull/1991) [`3cde81748`](https://github.com/medusajs/medusa/commit/3cde817482df6c3cc8b931be30775fb34f85058a) Thanks [@pKorsholm](https://github.com/pKorsholm)! - Adds missing `path` import
## 1.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-file-minio",
"version": "1.0.8",
"version": "1.0.9",
"description": "MinIO server file connector for Medusa",
"main": "index.js",
"repository": {

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.2.5
### Patch Changes
- [#1985](https://github.com/medusajs/medusa/pull/1985) [`badda5233`](https://github.com/medusajs/medusa/commit/badda5233cf90bfcf974d60dcfa059f6396b0251) Thanks [@adrien2p](https://github.com/adrien2p)! - Only include payload on POST and DELETE requests
## 1.2.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "1.2.4",
"version": "1.2.5",
"description": "Client for Medusa Commerce Rest API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",