diff --git a/examples/async-data/package.json b/examples/async-data/package.json index faa4f5cf8..1bd258783 100644 --- a/examples/async-data/package.json +++ b/examples/async-data/package.json @@ -7,7 +7,7 @@ "plotly.js": "^1.32.0", "react": "^15.6.1", "react-dom": "^15.6.1", - "react-plotly.js-editor": "0.5.1", + "react-plotly.js-editor": "0.6.0", "react-plotly.js": "^1.2.0", "react-scripts": "1.0.17" }, diff --git a/examples/custom/package.json b/examples/custom/package.json index d0b8f0d4f..a2f68e52d 100644 --- a/examples/custom/package.json +++ b/examples/custom/package.json @@ -6,7 +6,7 @@ "plotly.js": "^1.32.0", "react": "^16.2.0", "react-dom": "^16.2.0", - "react-plotly.js-editor": "0.5.1", + "react-plotly.js-editor": "0.6.0", "react-plotly.js": "^1.2.0", "react-scripts": "1.0.17" }, diff --git a/examples/redux/package.json b/examples/redux/package.json index deadfca50..f87b0243c 100644 --- a/examples/redux/package.json +++ b/examples/redux/package.json @@ -7,7 +7,7 @@ "prop-types": "^15.6.0", "react": "^16.2.0", "react-dom": "^16.2.0", - "react-plotly.js-editor": "0.5.1", + "react-plotly.js-editor": "0.6.0", "react-plotly.js": "^1.2.0", "react-redux": "^5.0.6", "react-scripts": "1.0.17", diff --git a/examples/simple/package.json b/examples/simple/package.json index 36b5fdd35..7e816858b 100644 --- a/examples/simple/package.json +++ b/examples/simple/package.json @@ -6,7 +6,7 @@ "plotly.js": "^1.32.0", "react": "^16.2.0", "react-dom": "^16.2.0", - "react-plotly.js-editor": "0.5.1", + "react-plotly.js-editor": "0.6.0", "react-plotly.js": "^1.2.0", "react-scripts": "1.0.17" }, diff --git a/package-lock.json b/package-lock.json index 53f1c03b2..bf2ddfbde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-plotly.js-editor", - "version": "0.5.2", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d8bbe2ab..0ec2b0914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-plotly.js-editor", - "version": "0.5.2", + "version": "0.6.0", "license": "MIT", "description": "plotly.js chart editor react component UI", "author": "Plotly, Inc.",