diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa0ad27..3a10617c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.10.1](https://github.com/gravity-ui/chartkit/compare/v4.10.0...v4.10.1) (2023-11-22) + + +### Bug Fixes + +* bump yagr to 3.11.4 ([#350](https://github.com/gravity-ui/chartkit/issues/350)) ([23645ad](https://github.com/gravity-ui/chartkit/commit/23645adec453bbe1d359994de18fdf661fe4c72a)) + ## [4.10.0](https://github.com/gravity-ui/chartkit/compare/v4.9.3...v4.10.0) (2023-11-21) diff --git a/package-lock.json b/package-lock.json index 299fcf61..db53add5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.10.0", + "version": "4.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.10.0", + "version": "4.10.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index b70aed80..f9863cf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.10.0", + "version": "4.10.1", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",