From ced2d777aa1ce94828383015e4d030e3a59f5b4f Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:05:24 +0100 Subject: [PATCH] chore(main): release 7.44.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a2d702..7a215f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.44.1](https://github.com/gravity-ui/chartkit/compare/v7.44.0...v7.44.1) (2026-03-24) + + +### Bug Fixes + +* **deps:** Update `@gravity-ui/charts` `1.42.0` -> `1.42.2` ([#822](https://github.com/gravity-ui/chartkit/issues/822)) ([6116496](https://github.com/gravity-ui/chartkit/commit/61164963778c119d42d3900144c69834276f74a8)) +* **Highcharts:** fix drillOnClick event ([#819](https://github.com/gravity-ui/chartkit/issues/819)) ([d15e6e8](https://github.com/gravity-ui/chartkit/commit/d15e6e8800b3e0f931a93a87c1f9bbd7e8129187)) + ## [7.44.0](https://github.com/gravity-ui/chartkit/compare/v7.43.1...v7.44.0) (2026-03-20) diff --git a/package-lock.json b/package-lock.json index 5c176d57..e240677c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "7.44.0", + "version": "7.44.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "7.44.0", + "version": "7.44.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index ca72d89e..32cf167a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "7.44.0", + "version": "7.44.1", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",