diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb5dc01..be190272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.19.1](https://github.com/gravity-ui/chartkit/compare/v4.19.0...v4.19.1) (2024-02-07) + + +### Bug Fixes + +* **Yagr plugin:** add aligner for uplot date ([#410](https://github.com/gravity-ui/chartkit/issues/410)) ([7774575](https://github.com/gravity-ui/chartkit/commit/777457559ca9b35cf5a9b64fc844d395cdf9a109)) + ## [4.19.0](https://github.com/gravity-ui/chartkit/compare/v4.18.2...v4.19.0) (2024-02-02) diff --git a/package-lock.json b/package-lock.json index f8a86dca..eeec2cc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.19.0", + "version": "4.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.19.0", + "version": "4.19.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 6c323c13..05d97440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.19.0", + "version": "4.19.1", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",