From 9cf102535bd9a08c6a5976dc58c0789d43d96bb6 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:47:02 +0300 Subject: [PATCH] chore(main): release 4.7.3 (#325) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98715e39..f3ee83fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.7.3](https://github.com/gravity-ui/chartkit/compare/v4.7.2...v4.7.3) (2023-10-13) + + +### Bug Fixes + +* **Highcharts plugin:** fix pointFormat in packedbubble tooltip ([#324](https://github.com/gravity-ui/chartkit/issues/324)) ([c24147a](https://github.com/gravity-ui/chartkit/commit/c24147a9907ce963e433330f52cbb998c960d308)) + ## [4.7.2](https://github.com/gravity-ui/chartkit/compare/v4.7.1...v4.7.2) (2023-10-06) diff --git a/package-lock.json b/package-lock.json index 22f38f41..02efe8f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.7.2", + "version": "4.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.7.2", + "version": "4.7.3", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 2eb20c5b..2db0ea46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.7.2", + "version": "4.7.3", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",