From a30d87e18aabce202f4fc0428decd08095697e5b Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:17:06 +0300 Subject: [PATCH] chore(main): release 4.7.0 (#302) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fd97f1..fdaa6665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.7.0](https://github.com/gravity-ui/chartkit/compare/v4.6.1...v4.7.0) (2023-09-29) + + +### Features + +* **D3 plugin:** axis labels rotation(X axis) ([#309](https://github.com/gravity-ui/chartkit/issues/309)) ([04eb226](https://github.com/gravity-ui/chartkit/commit/04eb226203af21f86d38819203cabaf95ee57354)) +* **D3 plugin:** move tooltip management to d3 events ([#300](https://github.com/gravity-ui/chartkit/issues/300)) ([a1a76f8](https://github.com/gravity-ui/chartkit/commit/a1a76f8dd5014e13e61a13821c01ce8a852b89b7)) +* **D3 plugin:** rotation and maxWidth options for Y axis labels ([#318](https://github.com/gravity-ui/chartkit/issues/318)) ([141505c](https://github.com/gravity-ui/chartkit/commit/141505c69e93c52f3da1af7fadd9ef00e72e1eca)) +* update yagr to 3.10.0 ([#319](https://github.com/gravity-ui/chartkit/issues/319)) ([f3b0249](https://github.com/gravity-ui/chartkit/commit/f3b02499d75c5c23f24db59b43415d8666319e0f)) + ## [4.6.1](https://github.com/gravity-ui/chartkit/compare/v4.6.0...v4.6.1) (2023-09-20) diff --git a/package-lock.json b/package-lock.json index eaf1e74e..d0db1b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.6.1", + "version": "4.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.6.1", + "version": "4.7.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 6d1aad44..48b0ac55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.6.1", + "version": "4.7.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",