From 0ee37b100a6175fe733c15703f828df1860f699c Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Mon, 4 May 2026 16:00:59 +0200 Subject: [PATCH] chore(main): release 7.53.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 a492398e..48bc0516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.53.1](https://github.com/gravity-ui/chartkit/compare/v7.53.0...v7.53.1) (2026-05-04) + + +### Bug Fixes + +* **comments:** redraw comments on zoom/unzoom for non-highstock charts ([#857](https://github.com/gravity-ui/chartkit/issues/857)) ([7579c9a](https://github.com/gravity-ui/chartkit/commit/7579c9ae94714701fbe3bf983562e6a85c0a2f25)) +* **deps:** Update `@gravity-ui/charts` `1.51.0` -> `1.51.1` ([#858](https://github.com/gravity-ui/chartkit/issues/858)) ([687b0ca](https://github.com/gravity-ui/chartkit/commit/687b0cacf212e4ff1b11bf6740f92fb13b0c6fb6)) + ## [7.53.0](https://github.com/gravity-ui/chartkit/compare/v7.52.0...v7.53.0) (2026-04-29) diff --git a/package-lock.json b/package-lock.json index 949ead1e..9f217c34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "7.53.0", + "version": "7.53.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "7.53.0", + "version": "7.53.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 62269a45..ae4e2c82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "7.53.0", + "version": "7.53.1", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",