Skip to content

Commit 33d4485

Browse files
Version Packages
1 parent 1fd0457 commit 33d4485

File tree

8 files changed

+29
-17
lines changed

8 files changed

+29
-17
lines changed

.changeset/angry-planets-wave.md

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

.changeset/calm-countries-exercise.md

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

packages/pricing/CHANGELOG.md

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

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- [#6358](https://github.com/medusajs/medusa/pull/6358) [`b91a1ca5b`](https://github.com/medusajs/medusa/commit/b91a1ca5b804e66cf5bfc51403f4367a935e6349) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: cleanup inspection
8+
9+
- Updated dependencies [[`1fd0457c1`](https://github.com/medusajs/medusa/commit/1fd0457c153b2ef7657c052878d8e5364e1b324a)]:
10+
- @medusajs/types@1.11.14
11+
312
## 0.1.9
413

514
### Patch Changes

packages/pricing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@medusajs/pricing",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Medusa Pricing module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@medusajs/modules-sdk": "^1.12.8",
52-
"@medusajs/types": "^1.11.12",
52+
"@medusajs/types": "^1.11.14",
5353
"@medusajs/utils": "^1.11.5",
5454
"@mikro-orm/core": "5.9.7",
5555
"@mikro-orm/migrations": "5.9.7",

packages/product/CHANGELOG.md

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

3+
## 0.3.10
4+
5+
### Patch Changes
6+
7+
- [#6358](https://github.com/medusajs/medusa/pull/6358) [`b91a1ca5b`](https://github.com/medusajs/medusa/commit/b91a1ca5b804e66cf5bfc51403f4367a935e6349) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: cleanup inspection
8+
9+
- Updated dependencies [[`1fd0457c1`](https://github.com/medusajs/medusa/commit/1fd0457c153b2ef7657c052878d8e5364e1b324a)]:
10+
- @medusajs/types@1.11.14
11+
312
## 0.3.9
413

514
### Patch Changes

packages/product/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@medusajs/product",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "Medusa Product module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@medusajs/modules-sdk": "^1.12.8",
54-
"@medusajs/types": "^1.11.12",
54+
"@medusajs/types": "^1.11.14",
5555
"@medusajs/utils": "^1.11.5",
5656
"@mikro-orm/core": "5.9.7",
5757
"@mikro-orm/migrations": "5.9.7",

packages/types/CHANGELOG.md

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

3+
## 1.11.14
4+
5+
### Patch Changes
6+
7+
- [#6329](https://github.com/medusajs/medusa/pull/6329) [`1fd0457c1`](https://github.com/medusajs/medusa/commit/1fd0457c153b2ef7657c052878d8e5364e1b324a) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(fulfillment): Init dtos work and module service interface
8+
39
## 1.11.13
410

511
### Patch Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@medusajs/types",
3-
"version": "1.11.13",
3+
"version": "1.11.14",
44
"description": "Medusa Types definition",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)