Skip to content

Commit

Permalink
v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiw committed Feb 5, 2018
1 parent 242be2a commit 7704bb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/stats.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vuetable-2-full.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vuetable-2 v1.7.4
* vuetable-2 v1.7.5
* https://github.com/ratiw/vuetable-2
* Released under the MIT License.
*/
Expand Down Expand Up @@ -3163,7 +3163,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });

computed: {
version: function version() {
return "1.7.4";
return "1.7.5";
},
useDetailRow: function useDetailRow() {
if (this.tableData && this.tableData[0] && this.detailRowComponent !== '' && typeof this.tableData[0][this.trackBy] === 'undefined') {
Expand Down
2 changes: 1 addition & 1 deletion dist/vuetable-2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetable-2",
"version": "1.7.4",
"version": "1.7.5",
"description": "Datatable component for Vue 2.x",
"main": "dist/vuetable-2.js",
"license": "MIT",
Expand Down

0 comments on commit 7704bb2

Please sign in to comment.