diff --git a/CHANGELOG.md b/CHANGELOG.md index 13881847..bde812bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.20.0](https://github.com/gravity-ui/components/compare/v4.19.2...v4.20.0) (2026-05-28) + + +### Features + +* add external errors prop to TokenizedInput ([#387](https://github.com/gravity-ui/components/issues/387)) ([69b273f](https://github.com/gravity-ui/components/commit/69b273f5d42bab6a82ab54cb199c4a904f1f03e3)) + ## [4.19.2](https://github.com/gravity-ui/components/compare/v4.19.1...v4.19.2) (2026-05-26) diff --git a/package-lock.json b/package-lock.json index 9063853a..e1417a0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/components", - "version": "4.19.2", + "version": "4.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/components", - "version": "4.19.2", + "version": "4.20.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index be111b7a..8c82fbdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/components", - "version": "4.19.2", + "version": "4.20.0", "description": "", "license": "MIT", "type": "commonjs",