Skip to content

Commit 88305d9

Browse files
chore(main): release 1.1.1 (#19)
1 parent 0d23300 commit 88305d9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.1](https://github.com/gravity-ui/date-components/compare/v1.1.0...v1.1.1) (2023-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* correctly control popup open state in pickers ([#17](https://github.com/gravity-ui/date-components/issues/17)) ([3af332f](https://github.com/gravity-ui/date-components/commit/3af332ffddbe50d40c2260558d8d15fcc0b2a574))
9+
* **DateField:** change field with numbers keys in Firefox ([#21](https://github.com/gravity-ui/date-components/issues/21)) ([0872c11](https://github.com/gravity-ui/date-components/commit/0872c114cb27324939b52ecfcb5e5d6c35de3b11))
10+
* **DateField:** correctly work with 2-digits years ([#22](https://github.com/gravity-ui/date-components/issues/22)) ([0d23300](https://github.com/gravity-ui/date-components/commit/0d23300fa9f4eed7547eb3744b84c8ec4e9c13d8))
11+
* **RangeCalendar:** select dates only on a minimum mode ([#18](https://github.com/gravity-ui/date-components/issues/18)) ([b59477a](https://github.com/gravity-ui/date-components/commit/b59477a27c2187299524cd2e186f4e267444168a))
12+
313
## [1.1.0](https://github.com/gravity-ui/date-components/compare/v1.0.0...v1.1.0) (2023-11-02)
414

515

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

0 commit comments

Comments
 (0)