diff --git a/CHANGELOG.md b/CHANGELOG.md index e346ff98..97c8e069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.60.4](https://github.com/gravity-ui/chartkit/compare/v7.60.3...v7.60.4) (2026-07-02) + + +### Bug Fixes + +* **deps:** Update `@gravity-ui/yagr` `4.13.4` -> `4.13.6` ([#903](https://github.com/gravity-ui/chartkit/issues/903)) ([9a65849](https://github.com/gravity-ui/chartkit/commit/9a65849d3e130a613021cce88202d29127b13e1a)) + ## [7.60.3](https://github.com/gravity-ui/chartkit/compare/v7.60.2...v7.60.3) (2026-06-19) diff --git a/package-lock.json b/package-lock.json index e5f84825..374fcf85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "7.60.3", + "version": "7.60.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "7.60.3", + "version": "7.60.4", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 76898006..7c27f3b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "7.60.3", + "version": "7.60.4", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",