diff --git a/CHANGELOG.md b/CHANGELOG.md index be190272..841afbdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.20.0](https://github.com/gravity-ui/chartkit/compare/v4.19.1...v4.20.0) (2024-02-08) + + +### Features + +* **D3 plugin:** add treemap chart ([#408](https://github.com/gravity-ui/chartkit/issues/408)) ([7b55f2f](https://github.com/gravity-ui/chartkit/commit/7b55f2f496fccca099a2bb24a9cf74129f91875a)) + + +### Bug Fixes + +* **Yagr plugin:** fix alignment with timezone ([#413](https://github.com/gravity-ui/chartkit/issues/413)) ([e278db5](https://github.com/gravity-ui/chartkit/commit/e278db5e56dd2153e58cf63897869b5c512354cc)) + ## [4.19.1](https://github.com/gravity-ui/chartkit/compare/v4.19.0...v4.19.1) (2024-02-07) diff --git a/package-lock.json b/package-lock.json index eeec2cc6..02d2b15e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.19.1", + "version": "4.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.19.1", + "version": "4.20.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 05d97440..3adf8f2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.19.1", + "version": "4.20.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",