diff --git a/CHANGELOG.md b/CHANGELOG.md index 11877117..5c4409df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.48.0](https://github.com/gravity-ui/chartkit/compare/v7.47.0...v7.48.0) (2026-04-03) + + +### Features + +* **deps:** Update `@gravity-ui/charts` `1.45.0` -> `1.46.0` ([#835](https://github.com/gravity-ui/chartkit/issues/835)) ([8062f91](https://github.com/gravity-ui/chartkit/commit/8062f917a0c8fc6c4818dcba9a8b1f0510d3e19f)) + ## [7.47.0](https://github.com/gravity-ui/chartkit/compare/v7.46.0...v7.47.0) (2026-04-02) diff --git a/package-lock.json b/package-lock.json index c025f57d..efd59339 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "7.47.0", + "version": "7.48.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "7.47.0", + "version": "7.48.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 4de7172d..4af09d44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "7.47.0", + "version": "7.48.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",