diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a52d0e..89003073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.16.0](https://github.com/gravity-ui/chartkit/compare/v5.15.0...v5.16.0) (2024-10-14) + + +### Features + +* **D3 plugin:** add options for gradient legend ([#529](https://github.com/gravity-ui/chartkit/issues/529)) ([5fe8bb2](https://github.com/gravity-ui/chartkit/commit/5fe8bb220f18d13b425f82d98568e5c4bb87d1b9)) +* **D3 plugin:** html labels for most of series ([#527](https://github.com/gravity-ui/chartkit/issues/527)) ([9bddfef](https://github.com/gravity-ui/chartkit/commit/9bddfefe23983fb9a336317ff73acd2c6fab9ab3)) + ## [5.15.0](https://github.com/gravity-ui/chartkit/compare/v5.14.1...v5.15.0) (2024-10-07) diff --git a/package-lock.json b/package-lock.json index 53ef48fa..87f3b472 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.15.0", + "version": "5.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.15.0", + "version": "5.16.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 1ba32b01..fb0312c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.15.0", + "version": "5.16.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",