From 206dfdb5532c18ed2210e2f00972f193707ddd11 Mon Sep 17 00:00:00 2001 From: ydb-platform-bot <95354183+ydb-platform-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:28:30 +0300 Subject: [PATCH] chore(main): release 6.21.0 (#1311) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b53a6cf1..a537ac242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.21.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.20.0...v6.21.0) (2024-09-18) + + +### Features + +* add storage group page ([#1289](https://github.com/ydb-platform/ydb-embedded-ui/issues/1289)) ([8e05166](https://github.com/ydb-platform/ydb-embedded-ui/commit/8e05166388964c9fbe01984723c8d3e4cedd48a8)) + + +### Bug Fixes + +* **api:** correctly get cluster info from data (/meta/db_clusters) ([#1314](https://github.com/ydb-platform/ydb-embedded-ui/issues/1314)) ([762f8ed](https://github.com/ydb-platform/ydb-embedded-ui/commit/762f8ede6cda7b3f3e20eb7d69286d5ff76ea627)) +* check feature flag api is available ([#1308](https://github.com/ydb-platform/ydb-embedded-ui/issues/1308)) ([8531b95](https://github.com/ydb-platform/ydb-embedded-ui/commit/8531b954cd8870c5ecf7495064a5bac65aea55d6)) + ## [6.20.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.19.0...v6.20.0) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index ea0a19a3d..a3452e73d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-embedded-ui", - "version": "6.20.0", + "version": "6.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ydb-embedded-ui", - "version": "6.20.0", + "version": "6.21.0", "dependencies": { "@bem-react/classname": "^1.6.0", "@gravity-ui/axios-wrapper": "^1.4.1", diff --git a/package.json b/package.json index 9fdd8d63d..081b06ff7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-embedded-ui", - "version": "6.20.0", + "version": "6.21.0", "files": [ "dist" ],