Compare commits

...

1 Commits
5.2.0 ... 5.3.0

Author SHA1 Message Date
ceolter
5a8da199c2 release 5.3.0 2016-08-30 17:14:43 +01:00

View File

@@ -1,6 +1,6 @@
{ {
"name": "ag-grid-react-example", "name": "ag-grid-react-example",
"version": "5.2.0", "version": "5.3.0",
"description": "Example Reach applicaiton using ag-Grid.", "description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js", "main": "dist/ag-grid-react-example.js",
"scripts": { "scripts": {
@@ -34,8 +34,8 @@
"dependencies": { "dependencies": {
"react": "0.14.6", "react": "0.14.6",
"react-dom": "0.14.6", "react-dom": "0.14.6",
"ag-grid": "~5.2.0", "ag-grid": "~5.3.0",
"ag-grid-enterprise": "~5.2.0", "ag-grid-enterprise": "~5.3.0",
"ag-grid-react": "~5.2.0" "ag-grid-react": "~5.3.0"
} }
} }