diff --git a/CHANGELOG.md b/CHANGELOG.md index 63fa9a85..e0a2d702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.44.0](https://github.com/gravity-ui/chartkit/compare/v7.43.1...v7.44.0) (2026-03-20) + + +### Features + +* **deps:** Update `@gravity-ui/charts` `1.41.1` -> `1.42.0` ([#817](https://github.com/gravity-ui/chartkit/issues/817)) ([c9be577](https://github.com/gravity-ui/chartkit/commit/c9be577b22ac7c48e4bda98be06dd73579b8fbde)) +* **gravity-charts:** improve split tooltip UX ([#815](https://github.com/gravity-ui/chartkit/issues/815)) ([f8cb605](https://github.com/gravity-ui/chartkit/commit/f8cb60515416224fc7512ffb2b28bb6c520921f5)) + ## [7.43.1](https://github.com/gravity-ui/chartkit/compare/v7.43.0...v7.43.1) (2026-03-18) diff --git a/package-lock.json b/package-lock.json index bed6de04..e62ac81d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "7.43.1", + "version": "7.44.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "7.43.1", + "version": "7.44.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 9d586dd2..38654560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "7.43.1", + "version": "7.44.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",