Skip to content

Commit

Permalink
chore(release): v1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Mar 13, 2023
1 parent f0a1355 commit 77fd361
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/many-wolves-sit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-avocados-rush.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/inventory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/inventory

## 1.0.10

### Patch Changes

- [#3407](https://github.com/medusajs/medusa/pull/3407) [`f0a1355fe`](https://github.com/medusajs/medusa/commit/f0a1355feb5160ff7de1f3d3da769efe29d0d8ed) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Bulk emit events

- Updated dependencies [[`601d20e7a`](https://github.com/medusajs/medusa/commit/601d20e7ab293728cd81f0723805841016812120), [`f0a1355fe`](https://github.com/medusajs/medusa/commit/f0a1355feb5160ff7de1f3d3da769efe29d0d8ed)]:
- @medusajs/medusa@1.7.13

## 1.0.9

### 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.9",
"version": "1.0.10",
"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.12",
"@medusajs/medusa": "1.7.13",
"medusa-interfaces": "1.3.6"
},
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/medusa-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.39

### Patch Changes

- [#3407](https://github.com/medusajs/medusa/pull/3407) [`f0a1355fe`](https://github.com/medusajs/medusa/commit/f0a1355feb5160ff7de1f3d3da769efe29d0d8ed) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Bulk emit events

## 1.1.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-test-utils",
"version": "1.1.38",
"version": "1.1.39",
"description": "Test utils for Medusa",
"main": "dist/index.js",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/medusa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.7.13

### Patch Changes

- [#3431](https://github.com/medusajs/medusa/pull/3431) [`601d20e7a`](https://github.com/medusajs/medusa/commit/601d20e7ab293728cd81f0723805841016812120) Thanks [@adrien2p](https://github.com/adrien2p)! - chores(medusa): Improve draft order creation perf flow

- [#3407](https://github.com/medusajs/medusa/pull/3407) [`f0a1355fe`](https://github.com/medusajs/medusa/commit/f0a1355feb5160ff7de1f3d3da769efe29d0d8ed) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa): Bulk emit events

- Updated dependencies [[`f0a1355fe`](https://github.com/medusajs/medusa/commit/f0a1355feb5160ff7de1f3d3da769efe29d0d8ed)]:
- medusa-test-utils@1.1.39

## 1.7.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.7.12",
"version": "1.7.13",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"jsonwebtoken": "^8.5.1",
"medusa-core-utils": "^1.1.39",
"medusa-telemetry": "^0.0.16",
"medusa-test-utils": "^1.1.38",
"medusa-test-utils": "^1.1.39",
"morgan": "^1.9.1",
"multer": "^1.4.4",
"node-schedule": "^2.1.1",
Expand Down
6 changes: 3 additions & 3 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.12
"@medusajs/medusa": 1.7.13
medusa-interfaces: 1.3.6
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4846,7 +4846,7 @@ __metadata:
medusa-core-utils: ^1.1.39
medusa-interfaces: ^1.3.6
medusa-telemetry: ^0.0.16
medusa-test-utils: ^1.1.38
medusa-test-utils: ^1.1.39
morgan: ^1.9.1
multer: ^1.4.4
node-schedule: ^2.1.1
Expand Down Expand Up @@ -25397,7 +25397,7 @@ __metadata:
languageName: unknown
linkType: soft

"medusa-test-utils@^1.1.37, medusa-test-utils@^1.1.38, medusa-test-utils@workspace:packages/medusa-test-utils":
"medusa-test-utils@^1.1.37, medusa-test-utils@^1.1.38, medusa-test-utils@^1.1.39, medusa-test-utils@workspace:packages/medusa-test-utils":
version: 0.0.0-use.local
resolution: "medusa-test-utils@workspace:packages/medusa-test-utils"
dependencies:
Expand Down

1 comment on commit 77fd361

@vercel
Copy link

@vercel vercel bot commented on 77fd361 Mar 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.