Skip to content

Commit 3450051

Browse files
Version Packages
1 parent c4deeee commit 3450051

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.changeset/cyan-apples-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-wombats-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/medusa/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 1.18.2
4+
5+
### Patch Changes
6+
7+
- [#5745](https://github.com/medusajs/medusa/pull/5745) [`e4bfa6c88`](https://github.com/medusajs/medusa/commit/e4bfa6c88ae56934528e66a7f8cc0edf3ad49e04) Thanks [@pKorsholm](https://github.com/pKorsholm)! - fix(medusa): raise error properly in api-key middleware if product is not found
8+
9+
- Updated dependencies [[`c4deeee48`](https://github.com/medusajs/medusa/commit/c4deeee481399f5371d773173e20dc149d502e20)]:
10+
- @medusajs/modules-sdk@1.12.5
11+
312
## 1.18.1
413

514
### Patch Changes

packages/medusa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@medusajs/medusa",
3-
"version": "1.18.1",
3+
"version": "1.18.2",
44
"description": "Building blocks for digital commerce",
55
"main": "dist/index.js",
66
"bin": "./cli.js",
@@ -50,7 +50,7 @@
5050
"@medusajs/core-flows": "^0.0.2",
5151
"@medusajs/link-modules": "^0.2.4",
5252
"@medusajs/medusa-cli": "^1.3.21",
53-
"@medusajs/modules-sdk": "^1.12.4",
53+
"@medusajs/modules-sdk": "^1.12.5",
5454
"@medusajs/orchestration": "^0.5.0",
5555
"@medusajs/utils": "^1.11.1",
5656
"@medusajs/workflows-sdk": "^0.1.0",

packages/modules-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @medusajs/modules-sdk
22

3+
## 1.12.5
4+
5+
### Patch Changes
6+
7+
- [#5750](https://github.com/medusajs/medusa/pull/5750) [`c4deeee48`](https://github.com/medusajs/medusa/commit/c4deeee481399f5371d773173e20dc149d502e20) Thanks [@riqwan](https://github.com/riqwan)! - fix(modules-sdk): add graphql dependency to modules-sdk
8+
39
## 1.12.4
410

511
### Patch Changes

packages/modules-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@medusajs/modules-sdk",
3-
"version": "1.12.4",
3+
"version": "1.12.5",
44
"description": "SDK for medusa modules",
55
"main": "dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)