From b75c821a98a4f4b038fd07f16bb2dba3093185b1 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:43:29 +0300 Subject: [PATCH] chore(main): release 4.6.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7be0906..bc5be07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.6.0](https://github.com/gravity-ui/chartkit/compare/v4.5.0...v4.6.0) (2023-09-19) + + +### Features + +* **D3 plugin:** add paginated legend ([#289](https://github.com/gravity-ui/chartkit/issues/289)) ([0846585](https://github.com/gravity-ui/chartkit/commit/08465850d3d512267aeda17d622c59103d35968e)) +* **D3 plugin:** auto rotate overlapping labels ([#293](https://github.com/gravity-ui/chartkit/issues/293)) ([25ddd06](https://github.com/gravity-ui/chartkit/commit/25ddd06598872e977954a317ce920001f88033d0)) + + +### Bug Fixes + +* **D3 plugin:** default datetime axis labels formatter ([#292](https://github.com/gravity-ui/chartkit/issues/292)) ([ed1289e](https://github.com/gravity-ui/chartkit/commit/ed1289eea359a94732d5665181266af5e4b226aa)) +* **D3 plugin:** use units for number label formatter ([#290](https://github.com/gravity-ui/chartkit/issues/290)) ([70c36df](https://github.com/gravity-ui/chartkit/commit/70c36dfec058782e26b84c72017cc80c3a6e3066)) + ## [4.5.0](https://github.com/gravity-ui/chartkit/compare/v4.4.1...v4.5.0) (2023-09-12) diff --git a/package-lock.json b/package-lock.json index 658eee30..88173aea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.5.0", + "version": "4.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.5.0", + "version": "4.6.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 9cbccd33..3611c244 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.5.0", + "version": "4.6.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",