From 9f1d59ddc494c07aed864e5fab7dde865eb3ee3e Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:10:19 +0300 Subject: [PATCH] chore(main): release 5.18.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c220ae9a..08065234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.18.0](https://github.com/gravity-ui/chartkit/compare/v5.17.1...v5.18.0) (2024-11-20) + + +### Features + +* **D3 plugin:** add `splitTooltip` property ([#539](https://github.com/gravity-ui/chartkit/issues/539)) ([d5f970a](https://github.com/gravity-ui/chartkit/commit/d5f970a77531400e1adb5d07e83805a26de22870)) +* move d3 plugin to @gravity-ui/charts ([#537](https://github.com/gravity-ui/chartkit/issues/537)) ([4412abf](https://github.com/gravity-ui/chartkit/commit/4412abf6b057f466226f7122454aec1f456c8989)) + ## [5.17.1](https://github.com/gravity-ui/chartkit/compare/v5.17.0...v5.17.1) (2024-10-25) diff --git a/package-lock.json b/package-lock.json index 580f5335..bfb4393f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.17.1", + "version": "5.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.17.1", + "version": "5.18.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 4980bc69..776f30b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.17.1", + "version": "5.18.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",