diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea88aa4..5ebaf34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.5.0](https://github.com/gravity-ui/chartkit/compare/v5.4.0...v5.5.0) (2024-05-13) + + +### Features + +* **D3 plugin:** basic waterfall chart ([#475](https://github.com/gravity-ui/chartkit/issues/475)) ([cff5a3a](https://github.com/gravity-ui/chartkit/commit/cff5a3a1bfc5cabf074ca1aa7f31f17a457f868f)) + + +### Bug Fixes + +* **Highcharts plugin:** return old value for pie.slicedOffset ([#478](https://github.com/gravity-ui/chartkit/issues/478)) ([d8b61d9](https://github.com/gravity-ui/chartkit/commit/d8b61d96ccc7eae25efdbb4c621a45283cebb9b8)) + ## [5.4.0](https://github.com/gravity-ui/chartkit/compare/v5.3.3...v5.4.0) (2024-05-07) diff --git a/package-lock.json b/package-lock.json index 4fdd0a01..d35203ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.4.0", + "version": "5.5.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 3686cd12..cd7ab1c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.4.0", + "version": "5.5.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",