From 3fbb47c4762a54b23134f2df8e0335c45a8b46f3 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:16:42 +0300 Subject: [PATCH] chore(main): release 4.14.0 (#365) --- 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 656b95ee..f2e519d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.14.0](https://github.com/gravity-ui/chartkit/compare/v4.13.0...v4.14.0) (2023-12-26) + + +### Features + +* bump yagr 4.1.0 ([#369](https://github.com/gravity-ui/chartkit/issues/369)) ([6def97b](https://github.com/gravity-ui/chartkit/commit/6def97b1f743c7378ca4ff754349c80c61c48e14)) +* **D3 plugin:** add basic data validation ([#366](https://github.com/gravity-ui/chartkit/issues/366)) ([75186b5](https://github.com/gravity-ui/chartkit/commit/75186b576da0f21054cf94d5f87f2ca5d4a3b4db)) +* **D3 plugin:** basic area chart ([#363](https://github.com/gravity-ui/chartkit/issues/363)) ([9762964](https://github.com/gravity-ui/chartkit/commit/9762964c6de442f8c531b8fc0340a6cfd933dcf9)) +* **D3 plugin:** disable inactive styles by default ([#367](https://github.com/gravity-ui/chartkit/issues/367)) ([ee0ada1](https://github.com/gravity-ui/chartkit/commit/ee0ada1a310f4761c4cde37a304c033f66011bb0)) + ## [4.13.0](https://github.com/gravity-ui/chartkit/compare/v4.12.0...v4.13.0) (2023-12-11) diff --git a/package-lock.json b/package-lock.json index a322e77c..084fec7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.13.0", + "version": "4.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.13.0", + "version": "4.14.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 9e7612bf..0e979a16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.13.0", + "version": "4.14.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",