Skip to content

Commit

Permalink
Bump JS packages to rc.0 (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Nov 6, 2023
1 parent f5927a1 commit 4349d94
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbdime-top-repo",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbdime-jupyterlab",
"version": "3.0.0-alpha.2",
"version": "3.0.0-rc.0",
"description": "A JupyterLab extension for showing Notebook diffs.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
"@lumino/widgets": "^2.3.0",
"nbdime": "^7.0.0-alpha.2"
"nbdime": "^7.0.0-rc.0"
},
"devDependencies": {
"@jupyterlab/application": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nbdime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbdime",
"version": "7.0.0-alpha.2",
"version": "7.0.0-rc.0",
"description": "Diff and merge of Jupyter Notebooks",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbdime-webapp",
"version": "4.0.0-alpha.0",
"version": "4.0.0-rc.0",
"private": true,
"license": "BSD-3-Clause",
"main": "static/nbdime.js",
Expand All @@ -27,7 +27,7 @@
"@lumino/widgets": "^2.0.0",
"alertify.js": "^1.0.12",
"file-saver": "^2.0.1",
"nbdime": "^7.0.0-alpha.0"
"nbdime": "^7.0.0-rc.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.0",
Expand Down

0 comments on commit 4349d94

Please sign in to comment.