diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d15b59..086c9d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.42.2](https://github.com/gravity-ui/chartkit/compare/v7.42.1...v7.42.2) (2026-03-13) + + +### Bug Fixes + +* **build:** exclude test and story files from gulp compilation, add build CI check ([#808](https://github.com/gravity-ui/chartkit/issues/808)) ([934d223](https://github.com/gravity-ui/chartkit/commit/934d223003a98100bb4bad1a42c74b81c181310b)) + ## [7.42.1](https://github.com/gravity-ui/chartkit/compare/v7.42.0...v7.42.1) (2026-03-13) diff --git a/package-lock.json b/package-lock.json index 3f4873b0..abb47b6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "7.42.1", + "version": "7.42.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "7.42.1", + "version": "7.42.2", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index af60e306..a33a3dbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "7.42.1", + "version": "7.42.2", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",