diff --git a/CHANGELOG.md b/CHANGELOG.md index feb5339..6dd4122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.24.2](https://github.com/gravity-ui/dashkit/compare/v8.24.1...v8.24.2) (2025-01-13) + + +### Bug Fixes + +* **Title:** change default lineHeight multiplier ([#244](https://github.com/gravity-ui/dashkit/issues/244)) ([f9df9e3](https://github.com/gravity-ui/dashkit/commit/f9df9e3e98d3919dad740b4741f413336e459486)) + ## [8.24.1](https://github.com/gravity-ui/dashkit/compare/v8.24.0...v8.24.1) (2025-01-13) diff --git a/package-lock.json b/package-lock.json index 417a0c5..895c9b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.24.1", + "version": "8.24.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.24.1", + "version": "8.24.2", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 942379d..2d510e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.24.1", + "version": "8.24.2", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {