From 85ae0ec564d7fb5b932aa764858e5bcb117a4a21 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:00:44 +0300 Subject: [PATCH] chore(main): release 5.15.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1db61b..79a52d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.15.0](https://github.com/gravity-ui/chartkit/compare/v5.14.1...v5.15.0) (2024-10-07) + + +### Features + +* **D3 plugin:** add the option to use html to display labels ([#524](https://github.com/gravity-ui/chartkit/issues/524)) ([43dcd43](https://github.com/gravity-ui/chartkit/commit/43dcd4380b4dcab8dcdad672eefa58729e6203d5)) + + +### Bug Fixes + +* update yagr to v4.3.4 ([#526](https://github.com/gravity-ui/chartkit/issues/526)) ([d1fa756](https://github.com/gravity-ui/chartkit/commit/d1fa756619e311bfea0ff181b7a637b622a8cc92)) + ## [5.14.1](https://github.com/gravity-ui/chartkit/compare/v5.14.0...v5.14.1) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index c68abefb..53ef48fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.14.1", + "version": "5.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.14.1", + "version": "5.15.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index b5313b67..1ba32b01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.14.1", + "version": "5.15.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",