diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a954f3..0781e182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.8.0](https://github.com/gravity-ui/chartkit/compare/v5.7.0...v5.8.0) (2024-06-14) + + +### Features + +* **D3 plugin:** split charts with same X axis ([#486](https://github.com/gravity-ui/chartkit/issues/486)) ([3904443](https://github.com/gravity-ui/chartkit/commit/39044433796e71bf02a348ae30f982afd2c537c9)) + + +### Bug Fixes + +* **D3 plugin:** fix some errors in bar-y series ([#492](https://github.com/gravity-ui/chartkit/issues/492)) ([39138b3](https://github.com/gravity-ui/chartkit/commit/39138b38e2aaa5b9f4c41b9530578d7bf4cb6cc1)) + ## [5.7.0](https://github.com/gravity-ui/chartkit/compare/v5.6.0...v5.7.0) (2024-05-23) diff --git a/package-lock.json b/package-lock.json index 194bae66..2b785186 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.7.0", + "version": "5.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.7.0", + "version": "5.8.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 622583bc..2fff6eea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.7.0", + "version": "5.8.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",