Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesytim committed Jan 22, 2021
1 parent c8ae620 commit d8fe96c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvant/qui",
"version": "1.1.0",
"version": "1.2.0",
"private": false,
"description": "A Vue.js Design system for Web.",
"author": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11"
},
"_id": "@qvant/qui@1.0.10",
"_id": "@qvant/qui@1.2.10",
"bugs": {
"url": "https://github.com/Qvant-lab/qui/issues"
},
Expand Down
1 change: 1 addition & 0 deletions src/qComponents/QDatePicker/src/panel/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export default {
}

if (isDate(val.maxDate)) {
// eslint-disable-next-line no-param-reassign
val.maxDate = endOfDay(val.maxDate);
}

Expand Down

0 comments on commit d8fe96c

Please sign in to comment.