From 640d4cbc3b4a43d0d0099e0b588270fc41598f1c Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:31:48 +0300 Subject: [PATCH] chore(main): release 4.4.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 3ce6797d..57f76bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.4.0](https://github.com/gravity-ui/chartkit/compare/v4.3.0...v4.4.0) (2023-09-07) + + +### Features + +* **D3 plugin:** add bar-x sorting setting ([#282](https://github.com/gravity-ui/chartkit/issues/282)) ([446b374](https://github.com/gravity-ui/chartkit/commit/446b37405cc34f2a7b8e69b773f3d148678f3a56)) +* **D3 plugin:** bar-x series options ([#280](https://github.com/gravity-ui/chartkit/issues/280)) ([637a64e](https://github.com/gravity-ui/chartkit/commit/637a64eaba65923d0457770107d76ce70bccc959)) + ## [4.3.0](https://github.com/gravity-ui/chartkit/compare/v4.2.0...v4.3.0) (2023-09-06) diff --git a/package-lock.json b/package-lock.json index 58e79247..d66e147f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.3.0", + "version": "4.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.3.0", + "version": "4.4.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index d3a81f67..bba16b82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.3.0", + "version": "4.4.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",