Skip to content

Commit

Permalink
chore(release): v1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Feb 22, 2023
1 parent 5301a1e commit fefc248
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-crabs-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-hats-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-kids-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-jobs-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-parents-prove.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.5

### Patch Changes

- Updated dependencies [[`9690f07bc`](https://github.com/medusajs/medusa/commit/9690f07bc062c85fcf8b7f0f35a162b930944183), [`5301a1e9d`](https://github.com/medusajs/medusa/commit/5301a1e9d632ddac94e7864fecfdc860a4c2a66d), [`d11ab924b`](https://github.com/medusajs/medusa/commit/d11ab924b88211bc18ed019ca300f6d452972167), [`f88af0c28`](https://github.com/medusajs/medusa/commit/f88af0c28d3fa574cdeea3694607d4df563cb88d)]:
- @medusajs/medusa@1.7.8

## 1.0.4

### 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.4",
"version": "1.0.5",
"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.7",
"@medusajs/medusa": "1.7.8",
"medusa-interfaces": "1.3.6"
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/medusa-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.3.10

### Patch Changes

- [#3271](https://github.com/medusajs/medusa/pull/3271) [`3a911091f`](https://github.com/medusajs/medusa/commit/3a911091f18c03260d92d81498f63bba31ba61ac) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - hotfix(medusa-js): Export all resources and make client of medusa-js public

- Updated dependencies [[`9690f07bc`](https://github.com/medusajs/medusa/commit/9690f07bc062c85fcf8b7f0f35a162b930944183), [`5301a1e9d`](https://github.com/medusajs/medusa/commit/5301a1e9d632ddac94e7864fecfdc860a4c2a66d), [`d11ab924b`](https://github.com/medusajs/medusa/commit/d11ab924b88211bc18ed019ca300f6d452972167), [`f88af0c28`](https://github.com/medusajs/medusa/commit/f88af0c28d3fa574cdeea3694607d4df563cb88d)]:
- @medusajs/medusa@1.7.8

## 1.3.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/medusa-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "1.3.9",
"version": "1.3.10",
"description": "Client for Medusa Commerce Rest API",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -32,7 +32,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@medusajs/medusa": "^1.7.7"
"@medusajs/medusa": "^1.7.8"
},
"repository": {
"type": "git",
Expand All @@ -43,7 +43,7 @@
"url": "https://github.com/medusajs/medusa/issues"
},
"devDependencies": {
"@medusajs/medusa": "^1.7.7",
"@medusajs/medusa": "^1.7.8",
"@types/uuid": "^9.0.0",
"cross-env": "^7.0.3",
"jest": "^27.4.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.7.8

### Patch Changes

- [#3285](https://github.com/medusajs/medusa/pull/3285) [`9690f07bc`](https://github.com/medusajs/medusa/commit/9690f07bc062c85fcf8b7f0f35a162b930944183) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - fix(oas): patch circular references in docs

- [#3298](https://github.com/medusajs/medusa/pull/3298) [`5301a1e9d`](https://github.com/medusajs/medusa/commit/5301a1e9d632ddac94e7864fecfdc860a4c2a66d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa): Remove payment service deprecation temporarely

- [#3276](https://github.com/medusajs/medusa/pull/3276) [`d11ab924b`](https://github.com/medusajs/medusa/commit/d11ab924b88211bc18ed019ca300f6d452972167) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Configurable returnable_items on order decorate totals

- [#3267](https://github.com/medusajs/medusa/pull/3267) [`f88af0c28`](https://github.com/medusajs/medusa/commit/f88af0c28d3fa574cdeea3694607d4df563cb88d) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Received quantity on return lines

## 1.7.7

### 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.7",
"version": "1.7.8",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",
Expand Down
8 changes: 4 additions & 4 deletions 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.7
"@medusajs/medusa": 1.7.8
medusa-interfaces: 1.3.6
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4791,7 +4791,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@medusajs/medusa-js@workspace:packages/medusa-js"
dependencies:
"@medusajs/medusa": ^1.7.7
"@medusajs/medusa": ^1.7.8
"@types/uuid": ^9.0.0
axios: ^0.24.0
cross-env: ^7.0.3
Expand All @@ -4803,11 +4803,11 @@ __metadata:
typescript: ^4.9.5
uuid: ^9.0.0
peerDependencies:
"@medusajs/medusa": ^1.7.7
"@medusajs/medusa": ^1.7.8
languageName: unknown
linkType: soft

"@medusajs/medusa@*, @medusajs/medusa@^1.7.6, @medusajs/medusa@^1.7.7, @medusajs/medusa@workspace:packages/medusa":
"@medusajs/medusa@*, @medusajs/medusa@^1.7.6, @medusajs/medusa@^1.7.7, @medusajs/medusa@^1.7.8, @medusajs/medusa@workspace:packages/medusa":
version: 0.0.0-use.local
resolution: "@medusajs/medusa@workspace:packages/medusa"
dependencies:
Expand Down

0 comments on commit fefc248

Please sign in to comment.