diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce5266..ddea7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.4.0](https://github.com/gravity-ui/dashkit/compare/v10.3.0...v10.4.0) (2026-07-27) + + +### Features + +* LLM-ready README validation + docs in npm tarball ([#312](https://github.com/gravity-ui/dashkit/issues/312)) ([0224e9b](https://github.com/gravity-ui/dashkit/commit/0224e9b67e46647c1e38bd71162e79ffee48bc9c)) + ## [10.3.0](https://github.com/gravity-ui/dashkit/compare/v10.2.0...v10.3.0) (2026-06-17) diff --git a/package-lock.json b/package-lock.json index a375950..6b11e2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "10.3.0", + "version": "10.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "10.3.0", + "version": "10.4.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 02a5ee1..b0d14bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "10.3.0", + "version": "10.4.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {