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": {