Skip to content

Commit

Permalink
chore(release): v1.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Mar 2, 2023
1 parent c432481 commit 3718f88
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-geckos-think.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/inventory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/inventory/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3718f88

Please sign in to comment.