Skip to content

Commit 7ab29cb

Browse files
committed
v2.14.3
1 parent 40a6802 commit 7ab29cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/public/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"value":"/vue-easytable/","label":"2.14.2"},{"value":"/vue-easytable/2.13.1/","label":"2.13.1"},{"value":"/vue-easytable/2.12.3/","label":"2.12.3"},{"value":"/vue-easytable/2.11.0/","label":"2.11.0"},{"value":"/vue-easytable/1.7.2/app.html","label":"1.x","isVersion1":true}]
1+
[{"value":"/vue-easytable/","label":"2.14.3"},{"value":"/vue-easytable/2.13.1/","label":"2.13.1"},{"value":"/vue-easytable/2.12.3/","label":"2.12.3"},{"value":"/vue-easytable/2.11.0/","label":"2.11.0"},{"value":"/vue-easytable/1.7.2/app.html","label":"1.x","isVersion1":true}]

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "vue-easytable",
3-
"version": "2.14.2",
3+
"version": "2.14.3",
44
"docVersions": [
55
{
66
"value": "/vue-easytable/",
7-
"label": "2.14.2"
7+
"label": "2.14.3"
88
},
99
{
1010
"value": "/vue-easytable/2.13.1/",

packages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import VeSelect from './ve-select';
1313
import VeTable from './ve-table';
1414

1515

16-
const version = '2.14.2';
16+
const version = '2.14.3';
1717
const components = [
1818
VeCheckbox,
1919
VeCheckboxGroup,

0 commit comments

Comments
 (0)