Skip to content

Commit b9e653f

Browse files
chore(main): release 2.2.0 (#61)
1 parent 43dc35a commit b9e653f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/gravity-ui/date-components/compare/v2.1.0...v2.2.0) (2024-03-27)
4+
5+
6+
### Features
7+
8+
* add a new range date picker component ([#47](https://github.com/gravity-ui/date-components/issues/47)) ([ce19b43](https://github.com/gravity-ui/date-components/commit/ce19b43950dedc6e039867825974aee126594d0f))
9+
10+
11+
### Bug Fixes
12+
13+
* correctly change date when switching day period ([#60](https://github.com/gravity-ui/date-components/issues/60)) ([43dc35a](https://github.com/gravity-ui/date-components/commit/43dc35a0db06137d7b64cb372850309e20d06adf))
14+
315
## [2.1.0](https://github.com/gravity-ui/date-components/compare/v2.0.1...v2.1.0) (2024-03-26)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/date-components",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)