diff --git a/CHANGELOG.md b/CHANGELOG.md index c6eef7e5..9314b009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.21.0](https://github.com/gravity-ui/chartkit/compare/v4.20.2...v4.21.0) (2024-02-20) + + +### Features + +* **D3 plugin:** add chart click event ([#430](https://github.com/gravity-ui/chartkit/issues/430)) ([5376d96](https://github.com/gravity-ui/chartkit/commit/5376d96b9fdebd13d9e422e12d20c0d89459d3f5)) +* **D3 plugin:** add opacity and marker setting to shape ([#432](https://github.com/gravity-ui/chartkit/issues/432)) ([36fc2be](https://github.com/gravity-ui/chartkit/commit/36fc2be63899fbbe3fa0a2a24f233ff229ed29d1)) + ## [4.20.2](https://github.com/gravity-ui/chartkit/compare/v4.20.1...v4.20.2) (2024-02-20) diff --git a/package-lock.json b/package-lock.json index 118f4e22..0f48040d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.20.2", + "version": "4.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.20.2", + "version": "4.21.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index a6b7ef73..22043d51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.20.2", + "version": "4.21.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",