Skip to content

Commit

Permalink
[skip ci] chore(release): v1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Feb 3, 2020
1 parent 0dcccc7 commit 81c18c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.18.2](https://github.com/FEMessage/el-data-table/compare/v1.18.1...v1.18.2) (2020-02-03)


### Bug Fixes

* select all 应该过滤掉 selectable 为 false 的行 ([#279](https://github.com/FEMessage/el-data-table/issues/279)) ([b9d4c5c](https://github.com/FEMessage/el-data-table/commit/b9d4c5c))
* slot header 应该在折叠按钮前面 ([#280](https://github.com/FEMessage/el-data-table/issues/280)) ([5b319b7](https://github.com/FEMessage/el-data-table/commit/5b319b7))



### [1.18.1](https://github.com/FEMessage/el-data-table/compare/v1.18.0...v1.18.1) (2020-01-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@femessage/el-data-table",
"version": "1.18.1",
"version": "1.18.2",
"description": "base on element-ui, makes crud easily",
"author": "https://github.com/FEMessage",
"license": "MIT",
Expand Down

0 comments on commit 81c18c3

Please sign in to comment.