From 365190accfb281cdb310ebc14ec64e17a93dec8a Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:37:51 +0300 Subject: [PATCH] chore(main): release 5.16.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a52d0e..0a6b46e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.16.0](https://github.com/gravity-ui/chartkit/compare/v5.15.0...v5.16.0) (2024-10-10) + + +### Features + +* **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",