chore: Version Packages (#14331)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d54589751c
commit
229fc6f8fd
@@ -1,5 +1,20 @@
|
||||
# @medusajs/draft-order
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14400](https://github.com/medusajs/medusa/pull/14400) [`242f1d7d7f96ec27f3d2c9aafa8324f2ee9b28fd`](https://github.com/medusajs/medusa/commit/242f1d7d7f96ec27f3d2c9aafa8324f2ee9b28fd) Thanks [@NicolasGorga](https://github.com/NicolasGorga)! - feat(dashboard,draft-order): Remove hardcoded strings and replace with translations in draft orders list page
|
||||
|
||||
- Updated dependencies [[`ab7b04dbc9acfbad11bfaf66276a78ce57d34357`](https://github.com/medusajs/medusa/commit/ab7b04dbc9acfbad11bfaf66276a78ce57d34357), [`b21a599d118f126e64d2993d46ba60f4a4e94545`](https://github.com/medusajs/medusa/commit/b21a599d118f126e64d2993d46ba60f4a4e94545), [`181d5fa67122e4e5f38b91f6b716d35f2d08a204`](https://github.com/medusajs/medusa/commit/181d5fa67122e4e5f38b91f6b716d35f2d08a204), [`d54589751c7f929c173c500344ce5689b8a5dc15`](https://github.com/medusajs/medusa/commit/d54589751c7f929c173c500344ce5689b8a5dc15), [`d347e369ce555064e24f2dc3cd93b9e4e73a006d`](https://github.com/medusajs/medusa/commit/d347e369ce555064e24f2dc3cd93b9e4e73a006d)]:
|
||||
- @medusajs/js-sdk@2.12.4
|
||||
- @medusajs/framework@2.12.4
|
||||
- @medusajs/cli@2.12.4
|
||||
- @medusajs/ui@4.0.32
|
||||
- @medusajs/test-utils@2.12.4
|
||||
- @medusajs/admin-sdk@2.12.4
|
||||
- @medusajs/icons@2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/draft-order",
|
||||
"version": "2.12.3",
|
||||
"version": "2.12.4",
|
||||
"description": "A draft order plugin for Medusa.",
|
||||
"author": "Medusa (https://medusajs.com)",
|
||||
"license": "MIT",
|
||||
@@ -42,7 +42,7 @@
|
||||
"@ariakit/react": "^0.4.15",
|
||||
"@babel/runtime": "^7.26.10",
|
||||
"@hookform/resolvers": "3.4.2",
|
||||
"@medusajs/js-sdk": "2.12.3",
|
||||
"@medusajs/js-sdk": "2.12.4",
|
||||
"@tanstack/react-query": "5.64.2",
|
||||
"@uiw/react-json-view": "^2.0.0-alpha.17",
|
||||
"date-fns": "^3.6.0",
|
||||
@@ -53,22 +53,22 @@
|
||||
"react-hook-form": "7.49.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/admin-sdk": "2.12.3",
|
||||
"@medusajs/cli": "2.12.3",
|
||||
"@medusajs/framework": "2.12.3",
|
||||
"@medusajs/icons": "2.12.3",
|
||||
"@medusajs/test-utils": "2.12.3",
|
||||
"@medusajs/types": "2.12.3",
|
||||
"@medusajs/ui": "4.0.31",
|
||||
"@medusajs/ui-preset": "2.12.3"
|
||||
"@medusajs/admin-sdk": "2.12.4",
|
||||
"@medusajs/cli": "2.12.4",
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/icons": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4",
|
||||
"@medusajs/types": "2.12.4",
|
||||
"@medusajs/ui": "4.0.32",
|
||||
"@medusajs/ui-preset": "2.12.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/admin-sdk": "2.12.3",
|
||||
"@medusajs/cli": "2.12.3",
|
||||
"@medusajs/framework": "2.12.3",
|
||||
"@medusajs/icons": "2.12.3",
|
||||
"@medusajs/test-utils": "2.12.3",
|
||||
"@medusajs/ui": "4.0.31",
|
||||
"@medusajs/admin-sdk": "2.12.4",
|
||||
"@medusajs/cli": "2.12.4",
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/icons": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4",
|
||||
"@medusajs/ui": "4.0.32",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "6.20.1"
|
||||
|
||||
Reference in New Issue
Block a user