Skip to content

Commit 0403823

Browse files
chore(main): release 5.5.0 (#775)
1 parent ea7ea88 commit 0403823

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [5.5.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v5.4.0...v5.5.0) (2024-04-02)
4+
5+
6+
### Features
7+
8+
* add databases label ([#774](https://github.com/ydb-platform/ydb-embedded-ui/issues/774)) ([7b8e473](https://github.com/ydb-platform/ydb-embedded-ui/commit/7b8e473845e0769575e3e35a3cd525fdfcdf02b9))
9+
* add VDisk page ([#773](https://github.com/ydb-platform/ydb-embedded-ui/issues/773)) ([ea7ea88](https://github.com/ydb-platform/ydb-embedded-ui/commit/ea7ea884bce3f6660a6c96adced730b6fb6a9e1e))
10+
* **formatNumber:** render numbers with spaces instead of comas ([#778](https://github.com/ydb-platform/ydb-embedded-ui/issues/778)) ([5b42808](https://github.com/ydb-platform/ydb-embedded-ui/commit/5b4280858fb8bc44975bc7a705c15c7152b69c45))
11+
12+
13+
### Bug Fixes
14+
15+
* initial bundle size ([#776](https://github.com/ydb-platform/ydb-embedded-ui/issues/776)) ([b13344d](https://github.com/ydb-platform/ydb-embedded-ui/commit/b13344d3da2a91a6c76733100d34fb3bc3c0f8fa))
16+
* **MetricChart:** zero min value ([#787](https://github.com/ydb-platform/ydb-embedded-ui/issues/787)) ([f767d00](https://github.com/ydb-platform/ydb-embedded-ui/commit/f767d00000666e2a0109a334291406b1bb2a5686))
17+
* **Storage:** use media type for groups ([#788](https://github.com/ydb-platform/ydb-embedded-ui/issues/788)) ([4b46f38](https://github.com/ydb-platform/ydb-embedded-ui/commit/4b46f38bc535971a5e1f9a3ec37f9b1e134084cc))
18+
* **Tablet:** disable restart for stopped tablets ([#780](https://github.com/ydb-platform/ydb-embedded-ui/issues/780)) ([9bcffd6](https://github.com/ydb-platform/ydb-embedded-ui/commit/9bcffd6540e70cdfa93ea22fcd2ca69e97187389))
19+
* **VirtualTable:** make table resizeable by default ([#772](https://github.com/ydb-platform/ydb-embedded-ui/issues/772)) ([fe6ad27](https://github.com/ydb-platform/ydb-embedded-ui/commit/fe6ad27e5b598191d8a3b5c3aeba94ff3377a164))
20+
321
## [5.4.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v5.3.0...v5.4.0) (2024-03-23)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-embedded-ui",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)