chore: Version Packages (#14331)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
d54589751c
commit
229fc6f8fd
@@ -1,5 +1,18 @@
|
||||
# @medusajs/modules-sdk
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14454](https://github.com/medusajs/medusa/pull/14454) [`0ffd79010953315494c1b2ba1def477b7b1d9e4b`](https://github.com/medusajs/medusa/commit/0ffd79010953315494c1b2ba1def477b7b1d9e4b) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(translation): Add support for locale to the graph query
|
||||
|
||||
- [#14337](https://github.com/medusajs/medusa/pull/14337) [`181d5fa67122e4e5f38b91f6b716d35f2d08a204`](https://github.com/medusajs/medusa/commit/181d5fa67122e4e5f38b91f6b716d35f2d08a204) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Auto generated types generation upon build
|
||||
|
||||
- Updated dependencies [[`bf4cc12545edc5bf249edc6ecec115c5f7a2b31f`](https://github.com/medusajs/medusa/commit/bf4cc12545edc5bf249edc6ecec115c5f7a2b31f), [`001923da2bbebb3d42373f0f66e517830d9c0187`](https://github.com/medusajs/medusa/commit/001923da2bbebb3d42373f0f66e517830d9c0187), [`43305a562cfba914654da056b0a7e03c40849678`](https://github.com/medusajs/medusa/commit/43305a562cfba914654da056b0a7e03c40849678)]:
|
||||
- @medusajs/utils@2.12.4
|
||||
- @medusajs/orchestration@2.12.4
|
||||
- @medusajs/deps@2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/modules-sdk",
|
||||
"version": "2.12.3",
|
||||
"version": "2.12.4",
|
||||
"description": "SDK for medusa modules",
|
||||
"main": "dist/index.js",
|
||||
"export": {
|
||||
@@ -31,11 +31,11 @@
|
||||
"watch": "yarn run -T tsc --build --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "2.12.3"
|
||||
"@medusajs/types": "2.12.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/deps": "2.12.3",
|
||||
"@medusajs/orchestration": "2.12.3",
|
||||
"@medusajs/utils": "2.12.3"
|
||||
"@medusajs/deps": "2.12.4",
|
||||
"@medusajs/orchestration": "2.12.4",
|
||||
"@medusajs/utils": "2.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user