Skip to content

Commit a47870c

Browse files
committed
update version in js/package.json to match plotly.py version
1 parent f0c1ce6 commit a47870c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jupyterlab-plotly",
33
"main": "lib/mimeExtension.js",
4-
"version": "6.0.1",
4+
"version": "6.6.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/plotly/plotly.py"

plotly/labextension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jupyterlab-plotly",
33
"main": "lib/mimeExtension.js",
4-
"version": "6.0.1",
4+
"version": "6.6.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/plotly/plotly.py"
@@ -32,7 +32,7 @@
3232
"mimeExtension": true,
3333
"outputDir": "../plotly/labextension",
3434
"_build": {
35-
"load": "static/remoteEntry.d9ed7f5a4589fd6764e9.js",
35+
"load": "static/remoteEntry.6213e23b3bdd99ae0b34.js",
3636
"mimeExtension": "./mimeExtension"
3737
}
3838
}

0 commit comments

Comments
 (0)