chore(release): v1.7.10
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@medusajs/medusa": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix(medusa): All payment sessions should be removed if cart total reach 0
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@medusajs/medusa": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
feat(medusa): Use Bull `jobId` option to identify duplicates
|
|
||||||
@@ -1,5 +1,12 @@
|
|||||||
# @medusajs/inventory
|
# @medusajs/inventory
|
||||||
|
|
||||||
|
## 1.0.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`b458615ed`](https://github.com/medusajs/medusa/commit/b458615ed50a7c637e9e77f29f21c7ab300ed5d8), [`4b114cc41`](https://github.com/medusajs/medusa/commit/4b114cc4191ba20832b66072ec82386b22a3533c)]:
|
||||||
|
- @medusajs/medusa@1.7.10
|
||||||
|
|
||||||
## 1.0.6
|
## 1.0.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@medusajs/inventory",
|
"name": "@medusajs/inventory",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"description": "Inventory Module for Medusa",
|
"description": "Inventory Module for Medusa",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"test:unit": "jest --passWithNoTests"
|
"test:unit": "jest --passWithNoTests"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@medusajs/medusa": "1.7.9",
|
"@medusajs/medusa": "1.7.10",
|
||||||
"medusa-interfaces": "1.3.6"
|
"medusa-interfaces": "1.3.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.7.10
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#3346](https://github.com/medusajs/medusa/pull/3346) [`b458615ed`](https://github.com/medusajs/medusa/commit/b458615ed50a7c637e9e77f29f21c7ab300ed5d8) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix(medusa): All payment sessions should be removed if cart total reach 0
|
||||||
|
|
||||||
|
- [#3351](https://github.com/medusajs/medusa/pull/3351) [`4b114cc41`](https://github.com/medusajs/medusa/commit/4b114cc4191ba20832b66072ec82386b22a3533c) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Use Bull `jobId` option to identify duplicates
|
||||||
|
|
||||||
## 1.7.9
|
## 1.7.9
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@medusajs/medusa",
|
"name": "@medusajs/medusa",
|
||||||
"version": "1.7.9",
|
"version": "1.7.10",
|
||||||
"description": "E-commerce for JAMstack",
|
"description": "E-commerce for JAMstack",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": "./cli.js",
|
"bin": "./cli.js",
|
||||||
|
|||||||
@@ -4737,7 +4737,7 @@ __metadata:
|
|||||||
typeorm: ^0.2.31
|
typeorm: ^0.2.31
|
||||||
typescript: ^4.4.4
|
typescript: ^4.4.4
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@medusajs/medusa": 1.7.9
|
"@medusajs/medusa": 1.7.10
|
||||||
medusa-interfaces: 1.3.6
|
medusa-interfaces: 1.3.6
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|||||||
Reference in New Issue
Block a user