Skip to content

Commit 61db996

Browse files
chore(main): release 1.2.0 (#27)
1 parent e8a015e commit 61db996

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+
## [1.2.0](https://github.com/gravity-ui/date-components/compare/v1.1.1...v1.2.0) (2024-01-26)
4+
5+
6+
### Features
7+
8+
* **DateField:** add component's description in README ([#35](https://github.com/gravity-ui/date-components/issues/35)) ([e8a015e](https://github.com/gravity-ui/date-components/commit/e8a015e4c0341f25eec0c944101ccf648bb72211))
9+
* **DateField:** support rtl ([#28](https://github.com/gravity-ui/date-components/issues/28)) ([0d7bd16](https://github.com/gravity-ui/date-components/commit/0d7bd16b1fa740960679755c74e7a011692c196a))
10+
11+
12+
### Bug Fixes
13+
14+
* **Calendar:** prevent default behaviour on navigation ([#26](https://github.com/gravity-ui/date-components/issues/26)) ([5a9c51f](https://github.com/gravity-ui/date-components/commit/5a9c51fe10de8b8652196bcb2bcc22015cbf9d4b))
15+
316
## [1.1.1](https://github.com/gravity-ui/date-components/compare/v1.1.0...v1.1.1) (2023-11-20)
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": "1.1.1",
3+
"version": "1.2.0",
44
"description": "",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)