Skip to content

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

Diff for: packages/javascript/jupyterlab-plotly/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/javascript/jupyterlab-plotly/package.json

+1-1
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",

Diff for: packages/python/plotly/plotly/_widget_version.py

+1-1
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"

Diff for: release.md

+2
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)