From 67af64ea9d785e57c9e859d6a2ab216036db6d52 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Thu, 15 Sep 2016 15:05:56 +0100 Subject: [PATCH 1/7] Release of 6.0.1 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ec6ba5d..02b4df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "5.5.0", + "version": "6.0.1", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -35,8 +35,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "file:../ag-grid-release/ag-grid", - "ag-grid-enterprise": "file:../ag-grid-release/ag-grid", - "ag-grid-react": "file:../ag-grid-react" + "ag-grid": "~6.0.1", + "ag-grid-enterprise": "~6.0.1", + "ag-grid-react": "~6.0.1" } } From 4829b2f6cd468deef2acaf7d055bbdcaeb6abc14 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Mon, 3 Oct 2016 13:02:15 +0100 Subject: [PATCH 2/7] Release of 6.1.0 --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 02b4df1..7814b6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "6.0.1", + "version": "6.1.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -27,6 +27,7 @@ "babel-loader": "6.2.1", "babel-preset-es2015": "6.3.13", "babel-preset-react": "6.3.13", + "babel-core": "^6.0.0", "css-loader": "0.23.1", "style-loader": "0.13.0", "webpack": "1.12.11", @@ -35,8 +36,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "~6.0.1", - "ag-grid-enterprise": "~6.0.1", - "ag-grid-react": "~6.0.1" + "ag-grid": "6.1.x", + "ag-grid-enterprise": "6.1.x", + "ag-grid-react": "6.1.x" } } From 3b5ee657901347c3a4b1d9c6051a609c57606b56 Mon Sep 17 00:00:00 2001 From: seanlandsman Date: Tue, 11 Oct 2016 16:13:26 +0100 Subject: [PATCH 3/7] Release of 6.2.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7814b6d..4ada17a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "6.1.0", + "version": "6.2.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -36,8 +36,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "6.1.x", - "ag-grid-enterprise": "6.1.x", - "ag-grid-react": "6.1.x" + "ag-grid": "6.2.x", + "ag-grid-enterprise": "6.2.x", + "ag-grid-react": "6.2.x" } } From 33b006b78322dd0fe0c56f9f7bd34109d885b83e Mon Sep 17 00:00:00 2001 From: seanlandsman Date: Fri, 4 Nov 2016 15:45:15 +0000 Subject: [PATCH 4/7] 6.3.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4ada17a..64b857a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "6.2.0", + "version": "6.3.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -36,8 +36,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "6.2.x", - "ag-grid-enterprise": "6.2.x", - "ag-grid-react": "6.2.x" + "ag-grid": "6.3.x", + "ag-grid-enterprise": "6.3.x", + "ag-grid-react": "6.3.x" } } From 3148c047b647b9d0dbe41d1a4fcf8c33cf8a69d8 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Fri, 11 Nov 2016 13:42:22 +0000 Subject: [PATCH 5/7] 6.4.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 64b857a..a9f11bc 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "6.3.x", - "ag-grid-enterprise": "6.3.x", - "ag-grid-react": "6.3.x" + "ag-grid": "6.4.x", + "ag-grid-enterprise": "6.4.x", + "ag-grid-react": "6.4.x" } } From d26876876f17585a6020f7dbfd6c331195bb6ebb Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Wed, 30 Nov 2016 16:41:47 +0000 Subject: [PATCH 6/7] 7.0.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a9f11bc..f086c62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "6.3.0", + "version": "7.0.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -36,8 +36,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "6.4.x", - "ag-grid-enterprise": "6.4.x", - "ag-grid-react": "6.4.x" + "ag-grid": "7.0.x", + "ag-grid-enterprise": "7.0.x", + "ag-grid-react": "7.0.x" } } From e0dfa732c748552b8596310e3d8faeb46e774073 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Thu, 22 Dec 2016 15:16:58 +0000 Subject: [PATCH 7/7] 7.1.1 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f086c62..d4f08a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "7.0.0", + "version": "7.1.1", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -36,8 +36,8 @@ "dependencies": { "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "7.0.x", - "ag-grid-enterprise": "7.0.x", - "ag-grid-react": "7.0.x" + "ag-grid": "7.1.x", + "ag-grid-enterprise": "7.1.x", + "ag-grid-react": "7.1.x" } }