Skip to content

Commit

Permalink
published 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NexxLuo committed Sep 14, 2019
1 parent f8f00ed commit 0f68d72
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-base-datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-base-datagrid",
"version": "1.3.9",
"version": "1.4.0",
"description": "table virtualized tree-table ",
"author": "nexx",
"repository": {
Expand Down
11 changes: 9 additions & 2 deletions packages/siteCN/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@
"start": "docz dev",
"dev": "docz dev",
"build": "docz build",
"docdb": "set DOCZ_BASE=/components/table&& docz build"
"docdb": "set DOCZ_BASE=/components/table&& docz build",
"docb": "set DOCZ_BASE=/tablex&& docz build ",
"docd": "gh-pages -d ./.docz/dist"
},
"repository": {
"type": "git",
"url": "https://github.com/NexxLuo/tablex"
},
"homepage": "https://nexxluo.github.io/tablex",
"files": [
"lib",
"es",
Expand Down Expand Up @@ -41,4 +48,4 @@
"gh-pages": "^2.0.1",
"react-hot-loader": "^4.12.10"
}
}
}
4 changes: 2 additions & 2 deletions packages/tablex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tablex",
"version": "1.6.11",
"version": "1.7.0",
"description": "table virtualized tree-table ",
"author": "nexx",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"antd": "^3.20.3",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react-base-datagrid": "^1.3.9",
"react-base-datagrid": "^1.4.0",
"react-sortable-hoc": "^1.9.1"
},
"devDependencies": {
Expand Down

0 comments on commit 0f68d72

Please sign in to comment.