From 001a0e388d8b2f678c23bb030916093bd2a9f017 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 30 Nov 2023 14:46:48 +0300 Subject: [PATCH] chore(main): release 4.11.0 (#354) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a10617c..8e169cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.11.0](https://github.com/gravity-ui/chartkit/compare/v4.10.1...v4.11.0) (2023-11-28) + + +### Features + +* bump major yagr ([#353](https://github.com/gravity-ui/chartkit/issues/353)) ([0e80011](https://github.com/gravity-ui/chartkit/commit/0e800117c3b80453e7c12ac8b5293000bd4a8d64)) + + +### Bug Fixes + +* **D3:** pie diagram labels are overlapped ([#352](https://github.com/gravity-ui/chartkit/issues/352)) ([87460eb](https://github.com/gravity-ui/chartkit/commit/87460eb7a8d37954abd44479f60e4d450fab0711)) +* **Highcharts plugin:** fix console error on first render with split-pane ([#355](https://github.com/gravity-ui/chartkit/issues/355)) ([bc2c1f1](https://github.com/gravity-ui/chartkit/commit/bc2c1f17b89a14fc26a44a3b2d5e874ba7dc356a)) + ## [4.10.1](https://github.com/gravity-ui/chartkit/compare/v4.10.0...v4.10.1) (2023-11-22) diff --git a/package-lock.json b/package-lock.json index 9e749011..2d8bccef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.10.1", + "version": "4.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.10.1", + "version": "4.11.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index edcadaf8..857dc00a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.10.1", + "version": "4.11.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",