Skip to content

Commit 38bd55e

Browse files
chore(main): release 2.9.0
1 parent 3767684 commit 38bd55e

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [2.9.0](https://github.com/gravity-ui/date-components/compare/v2.8.3...v2.9.0) (2024-08-23)
4+
5+
6+
### Features
7+
8+
* **Calendar:** add isWeekend prop ([#141](https://github.com/gravity-ui/date-components/issues/141)) ([b97fc99](https://github.com/gravity-ui/date-components/commit/b97fc994e97f5d723e3afa08ee5774b56beb1441))
9+
10+
11+
### Bug Fixes
12+
13+
* **Calendar:** always render dates with current locale ([#142](https://github.com/gravity-ui/date-components/issues/142)) ([3767684](https://github.com/gravity-ui/date-components/commit/37676845500c1b8f62c3f2e88765220aa8ab30c2))
14+
* set readonly attribute on inputs ([#139](https://github.com/gravity-ui/date-components/issues/139)) ([a34501d](https://github.com/gravity-ui/date-components/commit/a34501d57b1faed1d39f9de03ee25b453959e10c))
15+
316
## [2.8.3](https://github.com/gravity-ui/date-components/compare/v2.8.2...v2.8.3) (2024-08-21)
417

518

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

0 commit comments

Comments
 (0)