From 2137b14cafe62a3bba9fb46f3267737bdbfcbdb7 Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:21:59 +0300 Subject: [PATCH] chore(v4-2): release 4.22.1 (#449) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c2edaf..95113acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.22.1](https://github.com/gravity-ui/chartkit/compare/v4.22.0...v4.22.1) (2024-03-12) + + +### Bug Fixes + +* fix chart config with params methods for Highcharts with split pane ([#447](https://github.com/gravity-ui/chartkit/issues/447)) ([5908995](https://github.com/gravity-ui/chartkit/commit/5908995d31fb5e2e5269bc424375d617be9c9c99)) +* fix chart config with params methods for Highcharts with split pane ([#448](https://github.com/gravity-ui/chartkit/issues/448)) ([5908995](https://github.com/gravity-ui/chartkit/commit/5908995d31fb5e2e5269bc424375d617be9c9c99)) + ## [4.22.0](https://github.com/gravity-ui/chartkit/compare/v4.21.1...v4.22.0) (2024-03-01) diff --git a/package-lock.json b/package-lock.json index e09909bf..b04a0cea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.22.0", + "version": "4.22.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.22.0", + "version": "4.22.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index a60866b3..1c463a88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.22.0", + "version": "4.22.1", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",