Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5331cea

Browse files
5.0.0rc1
1 parent fd557e4 commit 5331cea

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

‎packages/javascript/jupyterlab-plotly/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.

‎packages/javascript/jupyterlab-plotly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-plotly",
3-
"version": "4.14.3",
3+
"version": "5.0.0-rc.1",
44
"description": "The plotly Jupyter extension",
55
"author": "The plotly.py team",
66
"license": "MIT",

‎packages/python/plotly/plotly/_widget_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# for automated dev builds
33
#
44
# It is edited by hand prior to official releases
5-
__frontend_version__ = "^4.14.3"
5+
__frontend_version__ = "^5.0.0-rc.1"

‎release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ specified below.
4141
- `packages/javascript/jupyterlab-plotly/package.json`
4242
+ Update `"version"` to `X.Y.Z`
4343
+ Ensure you're using `node` version 12 and `npm` version 6 to minimize diffs to `package-lock.json`
44+
+ Ensure you're in a Python virtual environment with JupyterLab 3 installed
4445
+ Run `rm -rf node_modules && npm install && npm run build:prod`
4546
- This the last good time to install the extensions locally and check that everything works in dev mode
4647
- Run `git diff` and ensure that only the files you modified and the build artifacts have changed
@@ -149,6 +150,7 @@ specified below.
149150
- `packages/javascript/jupyterlab-plotly/package.json`
150151
+ Update `"version"` to `X.Y.Z-rc.1`
151152
+ Ensure you're using `node` version 12 and `npm` version 6 to minimize diffs to `package-lock.json`
153+
+ Ensure you're in a Python virtual environment with JupyterLab 3 installed
152154
+ Run `rm -rf node_modules && npm install && npm run build:prod`
153155

154156
2) Commit the changes

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /