From 95fb990dbde04e3f729d736a04680df4e5e12c6e Mon Sep 17 00:00:00 2001
From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com>
Date: Sat, 27 Apr 2024 21:50:40 +0300
Subject: [PATCH] chore(main): release 6.14.0 (#1544)

---
 CHANGELOG.md      | 21 +++++++++++++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 019a46b540..fefb051979 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,26 @@
 # Changelog
 
+## [6.14.0](https://github.com/gravity-ui/uikit/compare/v6.13.0...v6.14.0) (2024-04-27)
+
+
+### Features
+
+* **Portal:** take in consideration parent theme ([#1506](https://github.com/gravity-ui/uikit/issues/1506)) ([8c7ca2d](https://github.com/gravity-ui/uikit/commit/8c7ca2dca5a4a52cf9714b25aa8c8d85d4394f39))
+* **Sheet:** add aria attributes ([#1555](https://github.com/gravity-ui/uikit/issues/1555)) ([b71ea01](https://github.com/gravity-ui/uikit/commit/b71ea0111c56f577fc88aa64bc292c95d0be67c7))
+* **Table:** close table actions popup after click ([#1546](https://github.com/gravity-ui/uikit/issues/1546)) ([0ab21bb](https://github.com/gravity-ui/uikit/commit/0ab21bbc204f5e26dccfaea865331d3f984af8ed))
+* **withTableSettings:** add a reset action ([#1526](https://github.com/gravity-ui/uikit/issues/1526)) ([9e93c91](https://github.com/gravity-ui/uikit/commit/9e93c917e3aa13b262dc3c33b960fa39e84902b7))
+
+
+### Bug Fixes
+
+* **Alert:** fix close button width ([#1542](https://github.com/gravity-ui/uikit/issues/1542)) ([f916681](https://github.com/gravity-ui/uikit/commit/f91668105abdb06a59891872b3202f5d0152bb9e))
+* **layout:** update layout docs ([#1550](https://github.com/gravity-ui/uikit/issues/1550)) ([575477a](https://github.com/gravity-ui/uikit/commit/575477a1901d3dbd4c84d8320bad5a0201b6c589))
+* **Select:** add onLoadMore to useCallback deps in SelectList ([#1041](https://github.com/gravity-ui/uikit/issues/1041)) ([c34590e](https://github.com/gravity-ui/uikit/commit/c34590e40fa49333f990271ec70dbbd290c51b86))
+* **Select:** fix examples in docs and storybook ([#1553](https://github.com/gravity-ui/uikit/issues/1553)) ([3a46421](https://github.com/gravity-ui/uikit/commit/3a464218a54f524f490f91cbe5a1c3d6132b44e6))
+* **Select:** show invalid state without passing error message ([#1554](https://github.com/gravity-ui/uikit/issues/1554)) ([882c9a9](https://github.com/gravity-ui/uikit/commit/882c9a9dbdae0d9bb0002b0a8a15515de42c48dc))
+* **TreeList:** added missed initial state for elements ([#1524](https://github.com/gravity-ui/uikit/issues/1524)) ([5d3b154](https://github.com/gravity-ui/uikit/commit/5d3b1544a8dea0b8464a0e0d5148509f43e7a415))
+* **useList:** remove debug dev only information ([#1552](https://github.com/gravity-ui/uikit/issues/1552)) ([02bf33c](https://github.com/gravity-ui/uikit/commit/02bf33c1cb277e29866c86c4e7264b618feebfe1))
+
 ## [6.13.0](https://github.com/gravity-ui/uikit/compare/v6.12.0...v6.13.0) (2024-04-22)
 
 
diff --git a/package-lock.json b/package-lock.json
index 3824a4a886..a85f0a7c07 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "@gravity-ui/uikit",
-    "version": "6.13.0",
+    "version": "6.14.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "@gravity-ui/uikit",
-            "version": "6.13.0",
+            "version": "6.14.0",
             "license": "MIT",
             "dependencies": {
                 "@bem-react/classname": "^1.6.0",
diff --git a/package.json b/package.json
index 28f5d772e9..a92e98ccd3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@gravity-ui/uikit",
-    "version": "6.13.0",
+    "version": "6.14.0",
     "description": "Gravity UI base styling and components",
     "license": "MIT",
     "repository": {