Skip to content

Commit 24e5fff

Browse files
authored
Merge pull request #257 from plotly/v0.7.0
v0.7.0
2 parents e28f15a + 619d099 commit 24e5fff

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/async-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"plotly.js": "^1.32.0",
88
"react": "^15.6.1",
99
"react-dom": "^15.6.1",
10-
"react-plotly.js-editor": "0.6.1",
10+
"react-plotly.js-editor": "0.7.0",
1111
"react-plotly.js": "^1.2.0",
1212
"react-scripts": "1.0.17"
1313
},

examples/custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"plotly.js": "^1.32.0",
77
"react": "^16.2.0",
88
"react-dom": "^16.2.0",
9-
"react-plotly.js-editor": "0.6.1",
9+
"react-plotly.js-editor": "0.7.0",
1010
"react-plotly.js": "^1.2.0",
1111
"react-scripts": "1.0.17"
1212
},

examples/redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prop-types": "^15.6.0",
88
"react": "^16.2.0",
99
"react-dom": "^16.2.0",
10-
"react-plotly.js-editor": "0.6.1",
10+
"react-plotly.js-editor": "0.7.0",
1111
"react-plotly.js": "^1.2.0",
1212
"react-redux": "^5.0.6",
1313
"react-scripts": "1.0.17",

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"plotly.js": "^1.32.0",
77
"react": "^16.2.0",
88
"react-dom": "^16.2.0",
9-
"react-plotly.js-editor": "0.6.1",
9+
"react-plotly.js-editor": "0.7.0",
1010
"react-plotly.js": "^1.2.0",
1111
"react-scripts": "1.0.17"
1212
},

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-plotly.js-editor",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"license": "MIT",
55
"description": "plotly.js chart editor react component UI",
66
"author": "Plotly, Inc.",

0 commit comments

Comments
 (0)