chore: Version packages

This commit is contained in:
olivermrbl
2025-01-27 09:35:06 +01:00
parent b0a2699e01
commit 986ee8008e
154 changed files with 975 additions and 436 deletions
+28
View File
@@ -1,5 +1,33 @@
# @medusajs/dashboard
## 2.4.0
### Minor Changes
- [#10757](https://github.com/medusajs/medusa/pull/10757) [`5ff45f27a107da48c943a9c502e15555f66d8722`](https://github.com/medusajs/medusa/commit/5ff45f27a107da48c943a9c502e15555f66d8722) Thanks [@leosin](https://github.com/leosin)! - Added Simplified Chinese (zhCN) translations to admin dashboard
### Patch Changes
- [#10964](https://github.com/medusajs/medusa/pull/10964) [`d4e042e9ad838cfc3b3c83c342afaf76adb281d2`](https://github.com/medusajs/medusa/commit/d4e042e9ad838cfc3b3c83c342afaf76adb281d2) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,js-sdk,types): Remove redundant body for markAsDelivered
- [#11107](https://github.com/medusajs/medusa/pull/11107) [`4eecda5466c4b82eadc7447d4de80f0d2663d668`](https://github.com/medusajs/medusa/commit/4eecda5466c4b82eadc7447d4de80f0d2663d668) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Format i18n schema with Prettier
- [#11058](https://github.com/medusajs/medusa/pull/11058) [`6346836c2d2e9830f60a3e583191555e3f10dd6d`](https://github.com/medusajs/medusa/commit/6346836c2d2e9830f60a3e583191555e3f10dd6d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(dashboard): Refactor Users table to use the new DataTable block
- [#11074](https://github.com/medusajs/medusa/pull/11074) [`c400719fcc8ae04ba95a15ef9e6f583969e6c0b0`](https://github.com/medusajs/medusa/commit/c400719fcc8ae04ba95a15ef9e6f583969e6c0b0) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Persist variant_rank
- [#11073](https://github.com/medusajs/medusa/pull/11073) [`83c91f118621dd39691bad0d672015a3a80d1cce`](https://github.com/medusajs/medusa/commit/83c91f118621dd39691bad0d672015a3a80d1cce) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Use date util to properly format date in order details view
- [#10981](https://github.com/medusajs/medusa/pull/10981) [`0bef3202f3393ed35bddb7278d51f95ec314fcba`](https://github.com/medusajs/medusa/commit/0bef3202f3393ed35bddb7278d51f95ec314fcba) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Add global errorElement
- [#10024](https://github.com/medusajs/medusa/pull/10024) [`147c0e5a353b57d3a17db3b572334db58c830b3c`](https://github.com/medusajs/medusa/commit/147c0e5a353b57d3a17db3b572334db58c830b3c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(ui,dashboard): Add new DataTable block
- Updated dependencies [[`7feb004600fdbf8bf32b13695fd7f41229d43b52`](https://github.com/medusajs/medusa/commit/7feb004600fdbf8bf32b13695fd7f41229d43b52), [`d4e042e9ad838cfc3b3c83c342afaf76adb281d2`](https://github.com/medusajs/medusa/commit/d4e042e9ad838cfc3b3c83c342afaf76adb281d2), [`147c0e5a353b57d3a17db3b572334db58c830b3c`](https://github.com/medusajs/medusa/commit/147c0e5a353b57d3a17db3b572334db58c830b3c)]:
- @medusajs/ui@4.0.4
- @medusajs/js-sdk@2.4.0
- @medusajs/admin-shared@2.4.0
- @medusajs/icons@2.4.0
## 2.3.1
### Patch Changes