Skip to content

Commit ad7aaba

Browse files
committed
3.10.3
1 parent 1a45263 commit ad7aaba

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="3.10.3"></a>
2+
## [3.10.3](https://github.com/mengxiong10/vue2-datepicker/compare/v3.10.2...v3.10.3) (2021-11-17)
3+
4+
5+
### Bug Fixes
6+
7+
* compatible with mobile click events ([#334](https://github.com/mengxiong10/vue2-datepicker/issues/334)) ([1a45263](https://github.com/mengxiong10/vue2-datepicker/commit/1a45263))
8+
9+
10+
111
<a name="3.10.2"></a>
212
## [3.10.2](https://github.com/mengxiong10/vue2-datepicker/compare/v3.10.1...v3.10.2) (2021-09-21)
313

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"/index.*",
1212
"/scss"
1313
],
14-
"version": "3.10.2",
14+
"version": "3.10.3",
1515
"scripts": {
1616
"dev": "parcel ./example/dev.html --open --port 2235",
1717
"build:index": "cross-env NODE_ENV=production rollup -c",

0 commit comments

Comments
 (0)