Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 91f52fa

Browse files
committed
update jb-date-input dep version
1 parent 2f9fcd1 commit 91f52fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#changelog
2+
## [2.6.2] - 2024-2-20
3+
### fixed
4+
- - fix value change on arrow key. move it from base on `valueType` to base on `inputType` due to month and day boundary validation
25
## [2.6.1] - 2024-2-20
36
### fixed
47
- fix optional value

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react component",
2020
"react"
2121
],
22-
"version": "2.6.1",
22+
"version": "2.6.2",
2323
"bugs": "https://github.com/javadbat/jb-date-input-react/issues",
2424
"license": "MIT",
2525
"files": [
@@ -37,6 +37,6 @@
3737
"url": "https://github.com/javadbat/jb-date-input-react"
3838
},
3939
"dependencies": {
40-
"jb-date-input": ">=3.13.0"
40+
"jb-date-input": ">=3.13.1"
4141
}
4242
}

0 commit comments

Comments
 (0)