Skip to content

Commit 164c505

Browse files
authored
Merge pull request #221 from plotly/v0.4.0
V0.4.0
2 parents 8b834c8 + f3f008c commit 164c505

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/async-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react": "^15.6.1",
99
"react-dom": "^15.6.1",
1010
"react-plotly.js": "^1.0.4",
11-
"react-plotly.js-editor": "0.3.0",
11+
"react-plotly.js-editor": "0.4.0",
1212
"react-scripts": "1.0.17"
1313
},
1414
"scripts": {

examples/redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react": "^16.2.0",
99
"react-dom": "^16.2.0",
1010
"react-plotly.js": "^1.0.4",
11-
"react-plotly.js-editor": "0.3.0",
11+
"react-plotly.js-editor": "0.4.0",
1212
"react-redux": "^5.0.6",
1313
"react-scripts": "1.0.17",
1414
"redux": "^3.7.2"

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react": "^16.2.0",
88
"react-dom": "^16.2.0",
99
"react-plotly.js": "^1.0.4",
10-
"react-plotly.js-editor": "0.3.0",
10+
"react-plotly.js-editor": "0.4.0",
1111
"react-scripts": "1.0.17"
1212
},
1313
"scripts": {

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.3.0",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"description": "plotly.js chart editor react component UI",
66
"author": "Plotly, Inc.",

0 commit comments

Comments
 (0)