From d6f32005d3a83471f9cc25b3a63cb9af986c74f6 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:09:56 +0300 Subject: [PATCH] chore(main): release 4.9.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 5cf33357..2a36a1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.9.0](https://github.com/gravity-ui/chartkit/compare/v4.8.0...v4.9.0) (2023-10-27) + + +### Features + +* **D3 plugin:** add base bar-y chart ([#336](https://github.com/gravity-ui/chartkit/issues/336)) ([4d4264a](https://github.com/gravity-ui/chartkit/commit/4d4264a3437e4bb7fcda4865e63aac521d609043)) +* **d3 plugin:** basic line chart ([#327](https://github.com/gravity-ui/chartkit/issues/327)) ([8ad2f09](https://github.com/gravity-ui/chartkit/commit/8ad2f09d9212abcf496efca17190cf11bb84e932)) + ## [4.8.0](https://github.com/gravity-ui/chartkit/compare/v4.7.3...v4.8.0) (2023-10-24) diff --git a/package-lock.json b/package-lock.json index dbcebaf1..3cce56ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.8.0", + "version": "4.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.8.0", + "version": "4.9.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 2dcacc30..a97202dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.8.0", + "version": "4.9.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",