chore(release): v1.7.11

This commit is contained in:
olivermrbl
2023-03-02 12:02:35 +01:00
parent c432481319
commit 3718f88c69
6 changed files with 17 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): fix error on creating product without FF sales channel

View File

@@ -1,5 +1,12 @@
# @medusajs/inventory
## 1.0.8
### Patch Changes
- Updated dependencies [[`c43248131`](https://github.com/medusajs/medusa/commit/c432481319cc205938081c3fcf60e75053b659ca)]:
- @medusajs/medusa@1.7.11
## 1.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/inventory",
"version": "1.0.7",
"version": "1.0.8",
"description": "Inventory Module for Medusa",
"main": "dist/index.js",
"repository": {
@@ -31,7 +31,7 @@
"test:unit": "jest --passWithNoTests"
},
"peerDependencies": {
"@medusajs/medusa": "1.7.10",
"@medusajs/medusa": "1.7.11",
"medusa-interfaces": "1.3.6"
},
"dependencies": {

View File

@@ -1,5 +1,11 @@
# Change Log
## 1.7.11
### Patch Changes
- [#3357](https://github.com/medusajs/medusa/pull/3357) [`c43248131`](https://github.com/medusajs/medusa/commit/c432481319cc205938081c3fcf60e75053b659ca) Thanks [@riqwan](https://github.com/riqwan)! - fix(medusa): fix error on creating product without FF sales channel
## 1.7.10
### Patch Changes

View File

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

View File

@@ -4737,7 +4737,7 @@ __metadata:
typeorm: ^0.2.31
typescript: ^4.4.4
peerDependencies:
"@medusajs/medusa": 1.7.10
"@medusajs/medusa": 1.7.11
medusa-interfaces: 1.3.6
languageName: unknown
linkType: soft