diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5b2369..f3dd2865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.11.0](https://github.com/gravity-ui/chartkit/compare/v5.10.2...v5.11.0) (2024-08-16) + + +### Features + +* update yagr version to 4.3.1 ([#508](https://github.com/gravity-ui/chartkit/issues/508)) ([73bffed](https://github.com/gravity-ui/chartkit/commit/73bffed67ff0d9e1edf8a97c1897de7a1e426cd6)) + ## [5.10.2](https://github.com/gravity-ui/chartkit/compare/v5.10.1...v5.10.2) (2024-07-26) diff --git a/package-lock.json b/package-lock.json index bc976e01..b7793410 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.10.2", + "version": "5.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.10.2", + "version": "5.11.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index a49af550..7db57c4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.10.2", + "version": "5.11.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",