Compare commits

...

4 Commits

Author SHA1 Message Date
Alberto
e8ba0413ae Version 10.0.0 2017-05-22 10:32:54 +01:00
Alberto
4069f6bc10 Merge branch '9.1.0' 2017-04-27 15:20:38 +02:00
Alberto
575edb5b85 Release 9.1.0 2017-04-27 15:18:12 +02:00
Alberto
042dfc62a6 Merge branch '9.0.0' 2017-03-29 17:13:06 +01:00

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "9.0.0",
"version": "10.0.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -41,9 +41,9 @@
"rimraf": "2.5.x",
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "9.0.x",
"ag-grid-enterprise": "9.0.x",
"ag-grid-react": "9.0.x"
"ag-grid": "10.0.x",
"ag-grid-enterprise": "10.0.x",
"ag-grid-react": "10.0.x"
}
}