From bc115c6e1cf4bf5ff32e1192b74d01ae698e3977 Mon Sep 17 00:00:00 2001 From: ydb-platform-bot <95354183+ydb-platform-bot@users.noreply.github.com> Date: Wed, 22 May 2024 12:09:54 +0300 Subject: [PATCH] chore(main): release 6.2.1 (#833) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983c27d60..cd743bbfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [6.2.1](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.2.0...v6.2.1) (2024-05-21) + + +### Bug Fixes + +* fix buttons incorrect align in Nodes and Tenants tables ([#830](https://github.com/ydb-platform/ydb-embedded-ui/issues/830)) ([f97c082](https://github.com/ydb-platform/ydb-embedded-ui/commit/f97c08214c9afce731bc76f6513abbd33101b912)) +* **Preview:** send request only for tables ([#832](https://github.com/ydb-platform/ydb-embedded-ui/issues/832)) ([62d8ec9](https://github.com/ydb-platform/ydb-embedded-ui/commit/62d8ec962c281727bd04db5be9b0a12d279f726c)) + ## [6.2.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.1.0...v6.2.0) (2024-05-17) diff --git a/package-lock.json b/package-lock.json index 1cf0c0ea2..f8db029fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-embedded-ui", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ydb-embedded-ui", - "version": "6.2.0", + "version": "6.2.1", "dependencies": { "@bem-react/classname": "^1.6.0", "@gravity-ui/axios-wrapper": "^1.4.1", diff --git a/package.json b/package.json index cf14d89ae..a7fe01971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-embedded-ui", - "version": "6.2.0", + "version": "6.2.1", "files": [ "dist" ],