Skip to content

Commit 384dd7b

Browse files
committed
3.10.2
1 parent cc3ec5f commit 384dd7b

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.2"></a>
2+
## [3.10.2](https://github.com/mengxiong10/vue2-datepicker/compare/v3.10.1...v3.10.2) (2021-09-21)
3+
4+
5+
### Bug Fixes
6+
7+
* sync selectedValue and inputValue on opening ([#640](https://github.com/mengxiong10/vue2-datepicker/issues/640)) ([8907810](https://github.com/mengxiong10/vue2-datepicker/commit/8907810))
8+
9+
10+
111
<a name="3.10.1"></a>
212
## [3.10.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.10.0...v3.10.1) (2021-08-30)
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.1",
14+
"version": "3.10.2",
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)