Skip to content

Commit 6acbc71

Browse files
chore(main): release 6.20.0 (#1295)
1 parent de315ae commit 6acbc71

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [6.20.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.19.0...v6.20.0) (2024-09-17)
4+
5+
6+
### Features
7+
8+
* use new /viewer/cluster handler format ([#1272](https://github.com/ydb-platform/ydb-embedded-ui/issues/1272)) ([f0742ab](https://github.com/ydb-platform/ydb-embedded-ui/commit/f0742ab480bf595f7b5a250dcbd23d33f15ea523))
9+
10+
11+
### Bug Fixes
12+
13+
* **DecommissionButton:** add checkbox to dialog ([#1294](https://github.com/ydb-platform/ydb-embedded-ui/issues/1294)) ([6d65839](https://github.com/ydb-platform/ydb-embedded-ui/commit/6d6583951e31d2ad407077dbd9c9b29472a4983a))
14+
* **queries:** do not fail on response with 200 code and null body ([#1304](https://github.com/ydb-platform/ydb-embedded-ui/issues/1304)) ([d115989](https://github.com/ydb-platform/ydb-embedded-ui/commit/d115989a8ad0479a8269507df14c4b533f7d2084))
15+
* remove break nodes setting, remove compute ([#1306](https://github.com/ydb-platform/ydb-embedded-ui/issues/1306)) ([de315ae](https://github.com/ydb-platform/ydb-embedded-ui/commit/de315ae980b3e7d4bbea48f1497934d11180002a))
16+
317
## [6.19.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.18.0...v6.19.0) (2024-09-13)
418

519

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-embedded-ui",
3-
"version": "6.19.0",
3+
"version": "6.20.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)