diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbd7fa9..ac82b3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.3.0](https://github.com/gravity-ui/chartkit/compare/v5.2.2...v5.3.0) (2024-04-09) + + +### Features + +* bumped yagr to 4.3.0 ([#461](https://github.com/gravity-ui/chartkit/issues/461)) ([3136912](https://github.com/gravity-ui/chartkit/commit/3136912b30ca6f012f165a83557e1be39568434b)) + ## [5.2.2](https://github.com/gravity-ui/chartkit/compare/v5.2.1...v5.2.2) (2024-03-26) diff --git a/package-lock.json b/package-lock.json index 701845d9..1d28ffc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.2.2", + "version": "5.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.2.2", + "version": "5.3.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 541e7cbb..f19cb102 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.2.2", + "version": "5.3.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",