chore(release): v1.7.15

This commit is contained in:
olivermrbl
2023-03-22 09:49:19 +01:00
parent c1efb03956
commit a4575c3911
7 changed files with 19 additions and 14 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Fix(medusa): Variant update should include the id for the listeners to be able to identify the entity

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Fix eventBus.emit using redis mock

View File

@@ -1,5 +1,12 @@
# @medusajs/inventory
## 1.0.12
### Patch Changes
- Updated dependencies [[`98fe8fd00`](https://github.com/medusajs/medusa/commit/98fe8fd00a1912fde1d2a93b434bda500a213c14), [`2869763ea`](https://github.com/medusajs/medusa/commit/2869763ea9673cf5c5a3aa10b58f61b8e830ce21)]:
- @medusajs/medusa@1.7.15
## 1.0.11
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# Change Log
## 1.7.15
### Patch Changes
- [#3539](https://github.com/medusajs/medusa/pull/3539) [`98fe8fd00`](https://github.com/medusajs/medusa/commit/98fe8fd00a1912fde1d2a93b434bda500a213c14) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix(medusa): Variant update should include the id for the listeners to be able to identify the entity
- [#3491](https://github.com/medusajs/medusa/pull/3491) [`2869763ea`](https://github.com/medusajs/medusa/commit/2869763ea9673cf5c5a3aa10b58f61b8e830ce21) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - Fix eventBus.emit using redis mock
## 1.7.14
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.7.14",
"version": "1.7.15",
"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.14
"@medusajs/medusa": 1.7.15
medusa-interfaces: 1.3.6
languageName: unknown
linkType: soft