diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ebaf34c..bd568ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.6.0](https://github.com/gravity-ui/chartkit/compare/v5.5.0...v5.6.0) (2024-05-17) + + +### Features + +* **D3 plugin:** add second Y axis support ([#480](https://github.com/gravity-ui/chartkit/issues/480)) ([7cadd8e](https://github.com/gravity-ui/chartkit/commit/7cadd8efec7a46665f55094651c7bdde3643a4d1)) + + +### Bug Fixes + +* **D3 plugin:** fix import in utils ([#482](https://github.com/gravity-ui/chartkit/issues/482)) ([8cb4624](https://github.com/gravity-ui/chartkit/commit/8cb4624ed17d68117295ab9105cf4f824e9e11a7)) + ## [5.5.0](https://github.com/gravity-ui/chartkit/compare/v5.4.0...v5.5.0) (2024-05-13) diff --git a/package-lock.json b/package-lock.json index edb1b40f..d92d03cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.5.0", + "version": "5.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.5.0", + "version": "5.6.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index f02c6032..b4efc9bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.5.0", + "version": "5.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",