From 67f30eeaa135c16f5beb6c8f4d05f89cae260055 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 7 May 2024 16:48:08 +0300 Subject: [PATCH] chore(main): release 5.4.0 (#472) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7b7c8f..5ea88aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.4.0](https://github.com/gravity-ui/chartkit/compare/v5.3.3...v5.4.0) (2024-05-07) + + +### Features + +* **D3 plugin:** add multiple series hover support ([#471](https://github.com/gravity-ui/chartkit/issues/471)) ([781708a](https://github.com/gravity-ui/chartkit/commit/781708ae1b8ab03f4a7be3dfd882f4f0f1d1ddf1)) + + +### Bug Fixes + +* **Highcharts plugin:** remove default point shift+click event ([#473](https://github.com/gravity-ui/chartkit/issues/473)) ([6fd4dea](https://github.com/gravity-ui/chartkit/commit/6fd4dea725d4a8981231c0e3b62c51c86ac34451)) + ## [5.3.3](https://github.com/gravity-ui/chartkit/compare/v5.3.2...v5.3.3) (2024-04-15) diff --git a/package-lock.json b/package-lock.json index 7f740d6a..4fdd0a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.3.3", + "version": "5.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.3.3", + "version": "5.4.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 8d7b6848..3686cd12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.3.3", + "version": "5.4.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",