diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e169cdd..1abf842d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.12.0](https://github.com/gravity-ui/chartkit/compare/v4.11.0...v4.12.0) (2023-12-04) + + +### Features + +* **D3 plugin:** line chart legend symbol ([#358](https://github.com/gravity-ui/chartkit/issues/358)) ([334f5a2](https://github.com/gravity-ui/chartkit/commit/334f5a295b050aabb8733aebfee404d671dc3987)) + + +### Bug Fixes + +* updated yagr to 4.0.1 to fix plotlines update ([#360](https://github.com/gravity-ui/chartkit/issues/360)) ([25123ae](https://github.com/gravity-ui/chartkit/commit/25123aea9c9038f42e9bc824e321b8f9555f7d39)) + ## [4.11.0](https://github.com/gravity-ui/chartkit/compare/v4.10.1...v4.11.0) (2023-11-28) diff --git a/package-lock.json b/package-lock.json index 895a4bdc..8d949ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.11.0", + "version": "4.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.11.0", + "version": "4.12.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index a54a2977..0de1a39b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.11.0", + "version": "4.12.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",