Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent bc2a637 commit dca5b50
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-planets-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-countries-exercise.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fair-rocks-wink.md

This file was deleted.

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

## 0.1.10

### Patch Changes

- [#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

- Updated dependencies [[`1fd0457c1`](https://github.com/medusajs/medusa/commit/1fd0457c153b2ef7657c052878d8e5364e1b324a)]:
- @medusajs/types@1.11.14

## 0.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pricing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/pricing",
"version": "0.1.9",
"version": "0.1.10",
"description": "Medusa Pricing module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.8",
"@medusajs/types": "^1.11.12",
"@medusajs/types": "^1.11.14",
"@medusajs/utils": "^1.11.5",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
Expand Down
9 changes: 9 additions & 0 deletions packages/product/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @medusajs/product

## 0.3.10

### Patch Changes

- [#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

- Updated dependencies [[`1fd0457c1`](https://github.com/medusajs/medusa/commit/1fd0457c153b2ef7657c052878d8e5364e1b324a)]:
- @medusajs/types@1.11.14

## 0.3.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/product/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/product",
"version": "0.3.9",
"version": "0.3.10",
"description": "Medusa Product module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@medusajs/modules-sdk": "^1.12.8",
"@medusajs/types": "^1.11.12",
"@medusajs/types": "^1.11.14",
"@medusajs/utils": "^1.11.5",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @medusajs/types

## 1.11.14

### Patch Changes

- [#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

## 1.11.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medusajs/types",
"version": "1.11.13",
"version": "1.11.14",
"description": "Medusa Types definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit dca5b50

Please sign in to comment.