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,22 @@
|
||||
# @medusajs/translation
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14445](https://github.com/medusajs/medusa/pull/14445) [`9d2c78db4eac010d60b8943e769e68d506cfd529`](https://github.com/medusajs/medusa/commit/9d2c78db4eac010d60b8943e769e68d506cfd529) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(translation): omit id from types properties
|
||||
|
||||
- [#14345](https://github.com/medusajs/medusa/pull/14345) [`0277062fecc278e630bf2110761a545339f6b9fe`](https://github.com/medusajs/medusa/commit/0277062fecc278e630bf2110761a545339f6b9fe) Thanks [@0xFl4g](https://github.com/0xFl4g)! - fix(translation): prevent duplicate locale error on server restart
|
||||
|
||||
- [#14355](https://github.com/medusajs/medusa/pull/14355) [`b21a599d118f126e64d2993d46ba60f4a4e94545`](https://github.com/medusajs/medusa/commit/b21a599d118f126e64d2993d46ba60f4a4e94545) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Translation settings + user configuration + js/admin
|
||||
|
||||
- [#14364](https://github.com/medusajs/medusa/pull/14364) [`1c89acc536b9b15a7a2984a34783cf3b08db6317`](https://github.com/medusajs/medusa/commit/1c89acc536b9b15a7a2984a34783cf3b08db6317) Thanks [@homosape](https://github.com/homosape)! - feat: added ka-GE to the default list of locales
|
||||
|
||||
- [#14358](https://github.com/medusajs/medusa/pull/14358) [`11de7e3e3449f3a93724aaeed770a66840ffcaf9`](https://github.com/medusajs/medusa/commit/11de7e3e3449f3a93724aaeed770a66840ffcaf9) Thanks [@NicolasGorga](https://github.com/NicolasGorga)! - feat(translation,core-flows): translate remaining core entities and sync shipping option <> method translations
|
||||
|
||||
- Updated dependencies [[`181d5fa67122e4e5f38b91f6b716d35f2d08a204`](https://github.com/medusajs/medusa/commit/181d5fa67122e4e5f38b91f6b716d35f2d08a204), [`d347e369ce555064e24f2dc3cd93b9e4e73a006d`](https://github.com/medusajs/medusa/commit/d347e369ce555064e24f2dc3cd93b9e4e73a006d)]:
|
||||
- @medusajs/framework@2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/translation",
|
||||
"version": "2.12.3",
|
||||
"version": "2.12.4",
|
||||
"description": "Medusa Translation module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.3",
|
||||
"@medusajs/test-utils": "2.12.3"
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.3"
|
||||
"@medusajs/framework": "2.12.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user