Skip to content

Commit

Permalink
update jb-date-input dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
javadbat committed Jun 10, 2024
1 parent 2f9fcd1 commit 91f52fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#changelog
## [2.6.2] - 2024-2-20
### fixed
- - fix value change on arrow key. move it from base on `valueType` to base on `inputType` due to month and day boundary validation
## [2.6.1] - 2024-2-20
### fixed
- fix optional value
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react component",
"react"
],
"version": "2.6.1",
"version": "2.6.2",
"bugs": "https://github.com/javadbat/jb-date-input-react/issues",
"license": "MIT",
"files": [
Expand All @@ -37,6 +37,6 @@
"url": "https://github.com/javadbat/jb-date-input-react"
},
"dependencies": {
"jb-date-input": ">=3.13.0"
"jb-date-input": ">=3.13.1"
}
}

0 comments on commit 91f52fa

Please sign in to comment.