diff --git a/CHANGELOG.md b/CHANGELOG.md index 656b95ee..3cffd6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.14.0](https://github.com/gravity-ui/chartkit/compare/v4.13.0...v4.14.0) (2023-12-20) + + +### Features + +* **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 11f9be51..10eb10c9 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 ae372803..13fe22e7 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",