Skip to content

Commit b9e0501

Browse files
chore(hotfix/v12.4.0): release 12.4.0-hotfix.1 (#2915)
1 parent a19a73c commit b9e0501

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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-
".": "12.4.0"
2+
".": "12.4.0-hotfix.1"
33
}

CHANGELOG.md

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

3+
## [12.4.0-hotfix.1](https://github.com/ydb-platform/ydb-embedded-ui/compare/v12.4.0...v12.4.0-hotfix.1) (2025-09-23)
4+
5+
6+
### Features
7+
8+
* add icons to schema actions and templates ([#2893](https://github.com/ydb-platform/ydb-embedded-ui/issues/2893)) ([edee104](https://github.com/ydb-platform/ydb-embedded-ui/commit/edee10478b056665068d4f38e8300de39fa45468))
9+
10+
11+
### Bug Fixes
12+
13+
* disable healthcheck for serverless ([#2912](https://github.com/ydb-platform/ydb-embedded-ui/issues/2912)) ([628948d](https://github.com/ydb-platform/ydb-embedded-ui/commit/628948de8c24da202961e58eeb77b3d96f291e11))
14+
* dont render network tab for clusters without network ([#2905](https://github.com/ydb-platform/ydb-embedded-ui/issues/2905)) ([a4cb568](https://github.com/ydb-platform/ydb-embedded-ui/commit/a4cb568dc88654df07ef2bdae5666b46d31db293))
15+
* **SchemaTree:** prevent infinite loop ([#2909](https://github.com/ydb-platform/ydb-embedded-ui/issues/2909)) ([74fcf45](https://github.com/ydb-platform/ydb-embedded-ui/commit/74fcf45673ffe7e30e99825ded49374e553fc30b))
16+
317
## [12.4.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v12.3.0...v12.4.0) (2025-09-18)
418

519

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": "12.4.0",
3+
"version": "12.4.0-hotfix.1",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)