diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fafcd6..f4c213cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.59.0](https://github.com/gravity-ui/chartkit/compare/v7.58.0...v7.59.0) (2026-06-05) + + +### Features + +* support React 19 ([#887](https://github.com/gravity-ui/chartkit/issues/887)) ([ef037d9](https://github.com/gravity-ui/chartkit/commit/ef037d988b03a5e2f55bb43a4839df0b20f5a495)) + + +### Bug Fixes + +* **deps:** Update `@gravity-ui/charts` `1.55.0` -> `1.55.1` ([#889](https://github.com/gravity-ui/chartkit/issues/889)) ([0654e3a](https://github.com/gravity-ui/chartkit/commit/0654e3a02323de4e9fa63a34b65784f4be5ae9ea)) + ## [7.58.0](https://github.com/gravity-ui/chartkit/compare/v7.57.0...v7.58.0) (2026-06-04) diff --git a/package-lock.json b/package-lock.json index 87bdb9aa..1bc7af36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "7.58.0", + "version": "7.59.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "7.58.0", + "version": "7.59.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 40e43afe..bb65cd22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "7.58.0", + "version": "7.59.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",