diff --git a/CHANGELOG.md b/CHANGELOG.md index f7af649..d155cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.0.0](https://github.com/gravity-ui/date-components/compare/v3.4.2...v4.0.0) (2026-02-19) + + +### ⚠ BREAKING CHANGES + +* selection end text colors ([#231](https://github.com/gravity-ui/date-components/issues/231)) +* **Range/DateField:** support entering invalid dates ([#268](https://github.com/gravity-ui/date-components/issues/268)) + +### Features + +* **Calendar:** support multi-selection ([#246](https://github.com/gravity-ui/date-components/issues/246)) ([57a0f72](https://github.com/gravity-ui/date-components/commit/57a0f72e8be39cb649afaf4b8f4309e1767c2eac)) +* **Range/DateField:** support entering invalid dates ([#268](https://github.com/gravity-ui/date-components/issues/268)) ([e71f58d](https://github.com/gravity-ui/date-components/commit/e71f58d7c976b10477ed8fb9fa7bd9c5e95da4e3)) +* selection end text colors ([#231](https://github.com/gravity-ui/date-components/issues/231)) ([21e8d1d](https://github.com/gravity-ui/date-components/commit/21e8d1d25267a6fb30fcfde5158e4f3620c63ce5)) + ## [3.4.2](https://github.com/gravity-ui/date-components/compare/v3.4.1...v3.4.2) (2026-02-06) diff --git a/package-lock.json b/package-lock.json index b314d62..c7857f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/date-components", - "version": "3.4.2", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/date-components", - "version": "3.4.2", + "version": "4.0.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 70491c5..a5b7715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/date-components", - "version": "3.4.2", + "version": "4.0.0", "description": "", "license": "MIT", "type": "module",