mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-08 11:32:27 +03:00
2.11.1
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## [2.11.1](https://github.com/mengxiong10/vue2-datepicker/compare/v2.11.0...v2.11.1) (2019-04-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* close popup after select range ([5823f85](https://github.com/mengxiong10/vue2-datepicker/commit/5823f85))
|
||||
|
||||
|
||||
|
||||
# [2.11.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.10.3...v2.11.0) (2019-04-09)
|
||||
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue2-datepicker",
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
"lib",
|
||||
"src"
|
||||
],
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --open --config build/webpack.dev.config.js",
|
||||
"demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.demo.config.js",
|
||||
|
||||
Reference in New Issue
Block a user