From f3f008ca8fff344de46d26c2ff8cb3119724e390 Mon Sep 17 00:00:00 2001 From: VeraZab Date: Wed, 10 Jan 2018 14:05:13 -0500 Subject: [PATCH] V0.4.0 --- examples/async-data/package.json | 2 +- examples/redux/package.json | 2 +- examples/simple/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/async-data/package.json b/examples/async-data/package.json index 2e05bfc24..8c55181f2 100644 --- a/examples/async-data/package.json +++ b/examples/async-data/package.json @@ -8,7 +8,7 @@ "react": "^15.6.1", "react-dom": "^15.6.1", "react-plotly.js": "^1.0.4", - "react-plotly.js-editor": "0.3.0", + "react-plotly.js-editor": "0.4.0", "react-scripts": "1.0.17" }, "scripts": { diff --git a/examples/redux/package.json b/examples/redux/package.json index a4daf4806..5dbdb593f 100644 --- a/examples/redux/package.json +++ b/examples/redux/package.json @@ -8,7 +8,7 @@ "react": "^16.2.0", "react-dom": "^16.2.0", "react-plotly.js": "^1.0.4", - "react-plotly.js-editor": "0.3.0", + "react-plotly.js-editor": "0.4.0", "react-redux": "^5.0.6", "react-scripts": "1.0.17", "redux": "^3.7.2" diff --git a/examples/simple/package.json b/examples/simple/package.json index 93774566b..9b725d764 100644 --- a/examples/simple/package.json +++ b/examples/simple/package.json @@ -7,7 +7,7 @@ "react": "^16.2.0", "react-dom": "^16.2.0", "react-plotly.js": "^1.0.4", - "react-plotly.js-editor": "0.3.0", + "react-plotly.js-editor": "0.4.0", "react-scripts": "1.0.17" }, "scripts": { diff --git a/package.json b/package.json index 4c8ae7268..fa505daaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-plotly.js-editor", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "description": "plotly.js chart editor react component UI", "author": "Plotly, Inc.",