Skip to content

Commit dc7acdb

Browse files
chore(main): release 9.4.0
1 parent 69b4b4e commit dc7acdb

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.3.1"
2+
".": "9.4.0"
33
}

CHANGELOG.md

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

3+
## [9.4.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v9.3.1...v9.4.0) (2025-06-09)
4+
5+
6+
### Features
7+
8+
* **Automation:** add automation to calculate issue priority ([#2365](https://github.com/ydb-platform/ydb-embedded-ui/issues/2365)) ([a8c5b11](https://github.com/ydb-platform/ydb-embedded-ui/commit/a8c5b11ee12c7f7f6a02de97a3669d7cfda95622))
9+
* **Clusters:** allow add, edit and delete cluster funcs ([#2369](https://github.com/ydb-platform/ydb-embedded-ui/issues/2369)) ([69b4b4e](https://github.com/ydb-platform/ydb-embedded-ui/commit/69b4b4e80453f1687154f5a7e0c68d6fb70bdfc9))
10+
* **createToast:** allow more props from uikit ([#2370](https://github.com/ydb-platform/ydb-embedded-ui/issues/2370)) ([0dda6ec](https://github.com/ydb-platform/ydb-embedded-ui/commit/0dda6ec77eb003ef2785f86e62cc69b8c6ec7644))
11+
* drawer table scroll ([#2364](https://github.com/ydb-platform/ydb-embedded-ui/issues/2364)) ([34ea140](https://github.com/ydb-platform/ydb-embedded-ui/commit/34ea140e58091f4065f2f7b23b07de12d9dd1f3c))
12+
* **Healthcheck:** redesign ([#2348](https://github.com/ydb-platform/ydb-embedded-ui/issues/2348)) ([eac76af](https://github.com/ydb-platform/ydb-embedded-ui/commit/eac76afd3a3dca4d80a73b56af4e859146603d27))
13+
14+
15+
### Bug Fixes
16+
17+
* **Automation:** even more automation ([#2380](https://github.com/ydb-platform/ydb-embedded-ui/issues/2380)) ([4bc3812](https://github.com/ydb-platform/ydb-embedded-ui/commit/4bc3812552ad4cac4c5e2dc9fd33da34f74661fe))
18+
* **Automation:** fix bot token again ([#2373](https://github.com/ydb-platform/ydb-embedded-ui/issues/2373)) ([f2d4bae](https://github.com/ydb-platform/ydb-embedded-ui/commit/f2d4bae48a79a079f6e83855bd0a09cb24feb2d4))
19+
* **Automation:** fix bot token again and again ([#2374](https://github.com/ydb-platform/ydb-embedded-ui/issues/2374)) ([928fba4](https://github.com/ydb-platform/ydb-embedded-ui/commit/928fba434b44ec2a25a0e76d61291713b08c982c))
20+
* **Automation:** fix workflow token ([#2372](https://github.com/ydb-platform/ydb-embedded-ui/issues/2372)) ([55be936](https://github.com/ydb-platform/ydb-embedded-ui/commit/55be936194bedfb7a35002f31c55e052260c5074))
21+
* **Automation:** more automation, auto add to project ([#2376](https://github.com/ydb-platform/ydb-embedded-ui/issues/2376)) ([1a2ade4](https://github.com/ydb-platform/ydb-embedded-ui/commit/1a2ade49bde0e3a54187ea640267601a4c3d74f6))
22+
* **TopicPreview:** dont show negative offsets ([#2381](https://github.com/ydb-platform/ydb-embedded-ui/issues/2381)) ([91deb63](https://github.com/ydb-platform/ydb-embedded-ui/commit/91deb634669fa48fa8ea9a670d015ae769aefceb))
23+
324
## [9.3.1](https://github.com/ydb-platform/ydb-embedded-ui/compare/v9.3.0...v9.3.1) (2025-06-03)
425

526

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": "9.3.1",
3+
"version": "9.4.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)