From 458beebb56b9de160abdbb84ae2d19f2d61fbd4e Mon Sep 17 00:00:00 2001 From: krassowski Date: Thu, 5 Sep 2024 13:24:50 +0000 Subject: [PATCH] Publish 4.0.2 SHA256 hashes: nbdime-4.0.2-py3-none-any.whl: e5a43aca669c576c66e757071c0e882de05ac305311d79aded99bfb5a3e9419e nbdime-4.0.2.tar.gz: d8279f8f4b236c0b253b20d60c4831bb67843ed8dbd6e09f234eb011d36f1bf2 nbdime-7.0.2.tgz: b8668ab0a646f6c3c1ff8f2077cf79316eb98008936dabfc010a2c298ff548d7 nbdime-jupyterlab-3.0.2.tgz: 9ac6496fe448b31ed19766d6200e7a0fe77b7dedeef3824a27b421b0b9ece0d3 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++-- nbdime/_version.py | 2 +- package-lock.json | 10 +++++----- packages/labextension/package.json | 4 ++-- packages/nbdime/package.json | 2 +- packages/webapp/package.json | 4 ++-- 6 files changed, 38 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f611321..0db1671d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ +## 4.0.2 + +([Full Changelog](https://github.com/jupyter/nbdime/compare/4.0.1...cafe00c44746cb9831ea2052a7666b898f36fae8)) + +### Bugs fixed + +- Allow unauthenticated access to jupyter server [#761](https://github.com/jupyter/nbdime/pull/761) ([@krassowski](https://github.com/krassowski)) + +### Maintenance and upkeep improvements + +- Update release scripts to use trusted publisher [#768](https://github.com/jupyter/nbdime/pull/768) ([@krassowski](https://github.com/krassowski)) +- Bump express and verdaccio [#765](https://github.com/jupyter/nbdime/pull/765) ([@dependabot](https://github.com/dependabot)) +- Bump braces from 3.0.2 to 3.0.3 [#764](https://github.com/jupyter/nbdime/pull/764) ([@dependabot](https://github.com/dependabot)) +- Bump ejs from 3.1.9 to 3.1.10 [#763](https://github.com/jupyter/nbdime/pull/763) ([@dependabot](https://github.com/dependabot)) +- Bump webpack from 5.86.0 to 5.94.0 [#762](https://github.com/jupyter/nbdime/pull/762) ([@dependabot](https://github.com/dependabot)) +- Bump axios to version 1.7.4 [#760](https://github.com/jupyter/nbdime/pull/760) ([@tiltingpenguin](https://github.com/tiltingpenguin)) +- Update integration tests workflow [#758](https://github.com/jupyter/nbdime/pull/758) ([@krassowski](https://github.com/krassowski)) +- Bump follow-redirects from 1.15.3 to 1.15.6 [#750](https://github.com/jupyter/nbdime/pull/750) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/nbdime/graphs/contributors?from=2023-11-21&to=2024-09-05&type=c)) + +[@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Adependabot+updated%3A2023-11-21..2024-09-05&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Akrassowski+updated%3A2023-11-21..2024-09-05&type=Issues) | [@tiltingpenguin](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Atiltingpenguin+updated%3A2023-11-21..2024-09-05&type=Issues) + + + ## 4.0.1 ([Full Changelog](https://github.com/jupyter/nbdime/compare/4.0.0...89548a7f688c31d86138371eb610c74e4810486a)) @@ -16,8 +43,6 @@ [@fcollonval](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Afcollonval+updated%3A2023-11-20..2023-11-21&type=Issues) - - ## 4.0.0 ([Full Changelog](https://github.com/jupyter/nbdime/compare/3.2.1...d02956e0e24a0e00160ca912f90261858528a39b)) diff --git a/nbdime/_version.py b/nbdime/_version.py index 6fb277cb..c4d0f60f 100644 --- a/nbdime/_version.py +++ b/nbdime/_version.py @@ -8,7 +8,7 @@ _specifier_ = {"a": "alpha", "b": "beta", "rc": "candidate", "": "final"} -__version__ = "4.0.1" +__version__ = "4.0.2" parser = re.compile( r"^(?P\d+)\.(?P\d+)\.(?P\d+)((?P[A-z]+)(?P\d+))?$" diff --git a/package-lock.json b/package-lock.json index ad7ec3db..a0b884a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22410,7 +22410,7 @@ }, "packages/labextension": { "name": "nbdime-jupyterlab", - "version": "3.0.1", + "version": "3.0.2", "license": "BSD-3-Clause", "dependencies": { "@jupyterlab/apputils": "^4.0.0", @@ -22426,7 +22426,7 @@ "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/widgets": "^2.3.0", - "nbdime": "^7.0.1" + "nbdime": "^7.0.2" }, "devDependencies": { "@jupyterlab/application": "^4.0.0", @@ -22455,7 +22455,7 @@ } }, "packages/nbdime": { - "version": "7.0.1", + "version": "7.0.2", "license": "BSD-3-Clause", "dependencies": { "@codemirror/lang-markdown": "^6.1.1", @@ -22505,7 +22505,7 @@ }, "packages/webapp": { "name": "nbdime-webapp", - "version": "4.0.1", + "version": "4.0.2", "license": "BSD-3-Clause", "dependencies": { "@fortawesome/fontawesome-free": "^5.12.0", @@ -22523,7 +22523,7 @@ "@lumino/widgets": "^2.0.0", "alertify.js": "^1.0.12", "file-saver": "^2.0.1", - "nbdime": "^7.0.1" + "nbdime": "^7.0.2" }, "devDependencies": { "@types/file-saver": "^2.0.0", diff --git a/packages/labextension/package.json b/packages/labextension/package.json index 6858c15d..07c88d73 100644 --- a/packages/labextension/package.json +++ b/packages/labextension/package.json @@ -1,6 +1,6 @@ { "name": "nbdime-jupyterlab", - "version": "3.0.1", + "version": "3.0.2", "description": "A JupyterLab extension for showing Notebook diffs.", "keywords": [ "jupyter", @@ -58,7 +58,7 @@ "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/widgets": "^2.3.0", - "nbdime": "^7.0.1" + "nbdime": "^7.0.2" }, "devDependencies": { "@jupyterlab/application": "^4.0.0", diff --git a/packages/nbdime/package.json b/packages/nbdime/package.json index 521e146c..a382ab8a 100644 --- a/packages/nbdime/package.json +++ b/packages/nbdime/package.json @@ -1,6 +1,6 @@ { "name": "nbdime", - "version": "7.0.1", + "version": "7.0.2", "description": "Diff and merge of Jupyter Notebooks", "repository": { "type": "git", diff --git a/packages/webapp/package.json b/packages/webapp/package.json index 437341f2..99277132 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -1,6 +1,6 @@ { "name": "nbdime-webapp", - "version": "4.0.1", + "version": "4.0.2", "private": true, "license": "BSD-3-Clause", "main": "static/nbdime.js", @@ -27,7 +27,7 @@ "@lumino/widgets": "^2.0.0", "alertify.js": "^1.0.12", "file-saver": "^2.0.1", - "nbdime": "^7.0.1" + "nbdime": "^7.0.2" }, "devDependencies": { "@types/file-saver": "^2.0.0",