chore(release): Publish

This commit is contained in:
olivermrbl
2023-01-19 18:29:07 +01:00
parent 9c2169422d
commit a48c533bec
7 changed files with 19 additions and 14 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Only add SC relation when enabled

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Move migration to correct folder

View File

@@ -1,5 +1,12 @@
# @medusajs/inventory
## 1.0.2
### Patch Changes
- Updated dependencies [[`9c2169422`](https://github.com/medusajs/medusa/commit/9c2169422dd51be727118fa4830dadc58c24568a), [`9427bc7f2`](https://github.com/medusajs/medusa/commit/9427bc7f256c563befe3035bc3d67380066f304b)]:
- @medusajs/medusa@1.7.5
## 1.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "1.0.1",
"version": "1.0.2",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -28,7 +28,7 @@
"test:unit": "jest --passWithNoTests"
},
"peerDependencies": {
"@medusajs/medusa": "1.7.4",
"@medusajs/medusa": "1.7.5",
"medusa-interfaces": "1.3.4"
},
"dependencies": {

View File

@@ -1,5 +1,13 @@
# Change Log
## 1.7.5
### Patch Changes
- [#3069](https://github.com/medusajs/medusa/pull/3069) [`9c2169422`](https://github.com/medusajs/medusa/commit/9c2169422dd51be727118fa4830dadc58c24568a) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Only add SC relation when enabled
- [#3067](https://github.com/medusajs/medusa/pull/3067) [`9427bc7f2`](https://github.com/medusajs/medusa/commit/9427bc7f256c563befe3035bc3d67380066f304b) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Move migration to correct folder
## 1.7.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.7.4",
"version": "1.7.5",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",

View File

@@ -4357,7 +4357,7 @@ __metadata:
typeorm: ^0.2.31
typescript: ^4.4.4
peerDependencies:
"@medusajs/medusa": 1.7.4
"@medusajs/medusa": 1.7.5
medusa-interfaces: 1.3.4
languageName: unknown
linkType: soft