Skip to content

Commit 5cb4dc8

Browse files
chore(main): release 2.8.2 (#131)
1 parent 8dc9e9a commit 5cb4dc8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [2.8.2](https://github.com/gravity-ui/date-components/compare/v2.8.1...v2.8.2) (2024-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **a11y:** set role and aria attributes for pickers ([#128](https://github.com/gravity-ui/date-components/issues/128)) ([5155e18](https://github.com/gravity-ui/date-components/commit/5155e1884e264d3b79db34cda966836fe9ebfc18))
9+
* **DatePicker:** select initial date in mobile picker ([#127](https://github.com/gravity-ui/date-components/issues/127)) ([3fb09fe](https://github.com/gravity-ui/date-components/commit/3fb09fe331f54b5ba8abef43ecc0d37aa4637e08))
10+
* **RelativeRangeDatePicker:** last period preset title ([#130](https://github.com/gravity-ui/date-components/issues/130)) ([ae3dd3c](https://github.com/gravity-ui/date-components/commit/ae3dd3c31efd564647b06558cbb5b41e8e53e565))
11+
312
## [2.8.1](https://github.com/gravity-ui/date-components/compare/v2.8.0...v2.8.1) (2024-08-05)
413

514

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.8.1",
3+
"version": "2.8.2",
44
"description": "",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)