diff --git a/CHANGELOG.md b/CHANGELOG.md index 81608aaa..e7be0906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.5.0](https://github.com/gravity-ui/chartkit/compare/v4.4.1...v4.5.0) (2023-09-12) + + +### Features + +* updated yagr to 3.8.0 ([#288](https://github.com/gravity-ui/chartkit/issues/288)) ([6d851ca](https://github.com/gravity-ui/chartkit/commit/6d851ca7832362e8efbd34e6ba3745d87aceeead)) + + +### Bug Fixes + +* **D3 plugin:** fix right chart margin ([#286](https://github.com/gravity-ui/chartkit/issues/286)) ([7d81921](https://github.com/gravity-ui/chartkit/commit/7d81921073682357b622fcadf8c5cb8a667d95ba)) + ## [4.4.1](https://github.com/gravity-ui/chartkit/compare/v4.4.0...v4.4.1) (2023-09-11) diff --git a/package-lock.json b/package-lock.json index c4b50dc4..658eee30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.4.1", + "version": "4.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.4.1", + "version": "4.5.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 804872af..9cbccd33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.4.1", + "version": "4.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",