Skip to content

Commit 64d92aa

Browse files
chore(main): release 18.2.0 (#4117)
1 parent ac0dcb8 commit 64d92aa

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [18.2.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v18.1.0...v18.2.0) (2026-07-15)
4+
5+
6+
### Features
7+
8+
* add select to a topic context menu ([#4047](https://github.com/ydb-platform/ydb-embedded-ui/issues/4047)) ([b8126df](https://github.com/ydb-platform/ydb-embedded-ui/commit/b8126df37026b0c1ea9e944e8b9ca38f5bab0506))
9+
* support secret schema objects ([#4109](https://github.com/ydb-platform/ydb-embedded-ui/issues/4109)) ([05b178f](https://github.com/ydb-platform/ydb-embedded-ui/commit/05b178fd629af983b03b0c94719ae9c22e8cb1c6))
10+
11+
12+
### Bug Fixes
13+
14+
* metric progress precision ([#4104](https://github.com/ydb-platform/ydb-embedded-ui/issues/4104)) ([a29c584](https://github.com/ydb-platform/ydb-embedded-ui/commit/a29c584cdbb057aa5b8e175a62fac8d4e18bd0ca))
15+
* **query-editor:** redesign stop button ([#4115](https://github.com/ydb-platform/ydb-embedded-ui/issues/4115)) ([81a3cde](https://github.com/ydb-platform/ydb-embedded-ui/commit/81a3cde0ca705eb6fc0a2aa0c88c4d3bf9cd78f6))
16+
* **storage:** finish BS capacity metrics MVP for Storage/Nodes ([#4107](https://github.com/ydb-platform/ydb-embedded-ui/issues/4107)) ([ac0dcb8](https://github.com/ydb-platform/ydb-embedded-ui/commit/ac0dcb882e1e54a43dc5f7abccc7df67d87e2a06))
17+
* **tests:** replace removed pg_class fixture ([#4116](https://github.com/ydb-platform/ydb-embedded-ui/issues/4116)) ([6fbc75f](https://github.com/ydb-platform/ydb-embedded-ui/commit/6fbc75fc5eed2c8cf21e729bf3ad0608c8d36347))
18+
319
## [18.1.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v18.0.1...v18.1.0) (2026-07-10)
420

521

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

0 commit comments

Comments
 (0)