diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f54b877..98715e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.7.2](https://github.com/gravity-ui/chartkit/compare/v4.7.1...v4.7.2) (2023-10-06) + + +### Bug Fixes + +* **Highcharts plugin:** fix tooltip in packedbubble charts ([#322](https://github.com/gravity-ui/chartkit/issues/322)) ([c4d3e91](https://github.com/gravity-ui/chartkit/commit/c4d3e91c2e42b9f257b4d44cef3715c23c41efbe)) + ## [4.7.1](https://github.com/gravity-ui/chartkit/compare/v4.7.0...v4.7.1) (2023-10-05) diff --git a/package-lock.json b/package-lock.json index 18de5ea4..22f38f41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.7.1", + "version": "4.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.7.1", + "version": "4.7.2", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index cdd779ab..2eb20c5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.7.1", + "version": "4.7.2", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",