Skip to content

Commit

Permalink
chore(release): 3.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.15.0](v3.14.1...v3.15.0) (2019-03-21)

### Features

* **default-table:** Add attribute for show-summary and summary-method ([05d98c8](05d98c8))
  • Loading branch information
semantic-release-bot committed Mar 21, 2019
1 parent 275568a commit cb57d1e
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 54 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.15.0](https://github.com/tillhub/vue-table-page/compare/v3.14.1...v3.15.0) (2019-03-21)


### Features

* **default-table:** Add attribute for show-summary and summary-method ([05d98c8](https://github.com/tillhub/vue-table-page/commit/05d98c8))

## [3.14.1](https://github.com/tillhub/vue-table-page/compare/v3.14.0...v3.14.1) (2019-03-15)


Expand Down
68 changes: 45 additions & 23 deletions dist/vue-table-page.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-table-page.common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-table-page.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 45 additions & 23 deletions dist/vue-table-page.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-table-page.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue-table-page.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-table-page.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tillhub/vue-table-page",
"version": "3.14.1",
"version": "3.15.0",
"description": "Extended pagination based on Element-UI.",
"author": "Jessica Kellogg",
"private": false,
Expand Down

0 comments on commit cb57d1e

Please sign in to comment.