Compare commits

..

2 Commits
8.0.0 ... 8.1.0

Author SHA1 Message Date
Alberto
05a7371467 8.1.0 2017-02-20 12:49:05 +00:00
Alberto
4ea0b7f8b2 Merge branch '8.0.0' 2017-02-09 15:48:33 +00:00

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "8.0.0",
"version": "8.1.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -40,9 +40,9 @@
"rimraf": "2.5.x",
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "8.0.x",
"ag-grid-enterprise": "8.0.x",
"ag-grid-react": "8.0.x"
"ag-grid": "8.1.x",
"ag-grid-enterprise": "8.1.x",
"ag-grid-react": "8.1.x"
}
}