Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - nbdime-jupyterlab@3.0.0-alpha.2
 - nbdime@7.0.0-alpha.2
  • Loading branch information
fcollonval committed Oct 16, 2023
1 parent 0ce9e98 commit 44c28cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

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.1",
"version": "3.0.0-alpha.2",
"description": "A JupyterLab extension for showing Notebook diffs.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
"@lumino/widgets": "^2.3.0",
"nbdime": "^7.0.0-alpha.1"
"nbdime": "^7.0.0-alpha.2"
},
"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.1",
"version": "7.0.0-alpha.2",
"description": "Diff and merge of Jupyter Notebooks",
"repository": {
"type": "git",
Expand Down

0 comments on commit 44c28cd

Please sign in to comment.