From 6399916bd830a6ea880005b1fbd5b879cb44bea7 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:16:06 +0300 Subject: [PATCH] chore(main): release 4.4.1 (#284) --- 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 57f76bf6..81608aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.4.1](https://github.com/gravity-ui/chartkit/compare/v4.4.0...v4.4.1) (2023-09-11) + + +### Bug Fixes + +* **D3 plugin:** fix AxisX render performance ([#285](https://github.com/gravity-ui/chartkit/issues/285)) ([0f31885](https://github.com/gravity-ui/chartkit/commit/0f3188561d88dee70e2fbc7a2a269215a7dff8a6)) +* **D3 plugin:** fix getDataCategoryValue performance ([#283](https://github.com/gravity-ui/chartkit/issues/283)) ([2f52c61](https://github.com/gravity-ui/chartkit/commit/2f52c619917cd207ccf99fc300790f7a6f420638)) + ## [4.4.0](https://github.com/gravity-ui/chartkit/compare/v4.3.0...v4.4.0) (2023-09-07) diff --git a/package-lock.json b/package-lock.json index d66e147f..bc77564f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.4.0", + "version": "4.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.4.0", + "version": "4.4.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index bba16b82..fcef49a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.4.0", + "version": "4.4.1", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",