Skip to content

Commit 232ef5c

Browse files
committed
update calendar lib
1 parent ef6d0ba commit 232ef5c

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+
## [3.11.1] - 2023-12-13
3+
### new features
4+
- fix `:dir(ltr)` bug of calendar
25
## [3.11.0] - 2023-11-12
36
### new features
47
- add Date to valid type for min & max date restriction input

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"jalali web-component",
2929
"jalali web component"
3030
],
31-
"version": "3.11.0",
31+
"version": "3.11.1",
3232
"bugs": "https://github.com/javadbat/jb-date-input/issues",
3333
"license": "MIT",
3434
"files": [
@@ -54,6 +54,6 @@
5454
"dependencies": {
5555
"date-fns": "^2.28.0",
5656
"date-fns-jalali": "^2.28.0-0",
57-
"jb-calendar": "^4.0.2"
57+
"jb-calendar": "^4.0.4"
5858
}
5959
}

0 commit comments

Comments
 (0)