Skip to content

Commit 006249d

Browse files
committed
3.3.1
1 parent a58f250 commit 006249d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="3.3.1"></a>
2+
## [3.3.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.3.0...v3.3.1) (2020-02-18)
3+
4+
5+
### Bug Fixes
6+
7+
* adjust zIndex of popup ([#412](https://github.com/mengxiong10/vue2-datepicker/issues/412)) ([513d10a](https://github.com/mengxiong10/vue2-datepicker/commit/513d10a))
8+
* change z-index to style variable ([#412](https://github.com/mengxiong10/vue2-datepicker/issues/412)) ([82080aa](https://github.com/mengxiong10/vue2-datepicker/commit/82080aa))
9+
10+
11+
112
<a name="3.3.0"></a>
213
# [3.3.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.2.2...v3.3.0) (2019-12-19)
314

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"/index.*",
1212
"/scss"
1313
],
14-
"version": "3.3.0",
14+
"version": "3.3.1",
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)