diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5be07d..d6fd97f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.6.1](https://github.com/gravity-ui/chartkit/compare/v4.6.0...v4.6.1) (2023-09-20) + + +### Bug Fixes + +* **D3 plugin:** bar-x min column width ([#294](https://github.com/gravity-ui/chartkit/issues/294)) ([05ea715](https://github.com/gravity-ui/chartkit/commit/05ea7151e5ca0b334f914b663c1d1f51d41c66ef)) +* **D3 plugin:** fix onRender callback ([#297](https://github.com/gravity-ui/chartkit/issues/297)) ([daefbfd](https://github.com/gravity-ui/chartkit/commit/daefbfd2557ae728fe44fe117bcbe3a87e235712)) + ## [4.6.0](https://github.com/gravity-ui/chartkit/compare/v4.5.0...v4.6.0) (2023-09-19) diff --git a/package-lock.json b/package-lock.json index 88173aea..536bca71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.6.0", + "version": "4.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.6.0", + "version": "4.6.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 3611c244..7f88a64c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.6.0", + "version": "4.6.1", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",