From 1b9c597fb648634779b1f6776c8227adb60b36a6 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:40:52 +0200 Subject: [PATCH] chore(main): release 10.4.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02cfd3f..bbe41a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.4.2](https://github.com/gravity-ui/dashkit/compare/v10.4.1...v10.4.2) (2026-09-02) + + +### Bug Fixes + +* Avoid React renders during passive grid resize ([#316](https://github.com/gravity-ui/dashkit/issues/316)) ([9dfe5ba](https://github.com/gravity-ui/dashkit/commit/9dfe5ba48fe684bdcbd1da93690ed28970c0b3e7)) + ## [10.4.1](https://github.com/gravity-ui/dashkit/compare/v10.4.0...v10.4.1) (2026-08-12) diff --git a/package-lock.json b/package-lock.json index 36a3414..0488500 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "10.4.1", + "version": "10.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "10.4.1", + "version": "10.4.2", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index db8c2e6..da1d1f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "10.4.1", + "version": "10.4.2", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {