From fff2516e46c76234a2e2fb542c68200a6a6492e8 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 12 Sep 2025 16:31:32 +0200 Subject: [PATCH 1/3] Update repository and homepage URLs in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 955cb1e..4d42244 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/Zsailer/jupyterlab-cell-diff", + "homepage": "https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff", "bugs": { - "url": "https://github.com/Zsailer/jupyterlab-cell-diff/issues" + "url": "https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/issues" }, "license": "BSD-3-Clause", "author": { @@ -26,7 +26,7 @@ "style": "style/index.css", "repository": { "type": "git", - "url": "https://github.com/Zsailer/jupyterlab-cell-diff.git" + "url": "https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff.git" }, "scripts": { "build": "jlpm build:lib && jlpm build:labextension:dev", From 8171b2ad10637d97eac8c8579ba5a92ad80da839 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 12 Sep 2025 16:32:48 +0200 Subject: [PATCH 2/3] Update GitHub Actions badge link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48af9bd..a523864 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JupyterLab Plugin: Show a Cell Diff -[![Github Actions Status](https://github.com/Zsailer/jupyterlab-cell-diff/workflows/Build/badge.svg)](https://github.com/Zsailer/jupyterlab-cell-diff/actions/workflows/build.yml) +[![Github Actions Status](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/workflows/Build/badge.svg)](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/actions/workflows/build.yml) A JupyterLab Extension for showing cell (git) diffs. From cc8562f66af85ef4594b13057015792e0dba51a7 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 12 Sep 2025 16:33:49 +0200 Subject: [PATCH 3/3] Fix repository links in CHANGELOG.md --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8358955..9e233aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,15 @@ ## 0.4.2 -([Full Changelog](https://github.com/Zsailer/jupyterlab-cell-diff/compare/v0.4.1...822c684ae378d6c22af60940bf38d0f7c2a89ab4)) +([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.1...822c684ae378d6c22af60940bf38d0f7c2a89ab4)) ### Bugs fixed -- add logic to remove the 'compare' button [#2](https://github.com/Zsailer/jupyterlab-cell-diff/pull/2) ([@Zsailer](https://github.com/Zsailer)) +- add logic to remove the 'compare' button [#2](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/2) ([@Zsailer](https://github.com/Zsailer)) ### Contributors to this release -([GitHub contributors page for this release](https://github.com/Zsailer/jupyterlab-cell-diff/graphs/contributors?from=2025-01-03&to=2025-01-03&type=c)) +([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/graphs/contributors?from=2025-01-03&to=2025-01-03&type=c)) [@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-diff+involves%3AZsailer+updated%3A2025-01-03..2025-01-03&type=Issues) @@ -20,15 +20,15 @@ ## 0.4.1 -([Full Changelog](https://github.com/Zsailer/jupyterlab-cell-diff/compare/v0.4.0...8a4b27aaef88370762f7173b94d472be7b230e52)) +([Full Changelog](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/compare/v0.4.0...8a4b27aaef88370762f7173b94d472be7b230e52)) ### Enhancements made -- Remove old diffs when a new diff is created [#1](https://github.com/Zsailer/jupyterlab-cell-diff/pull/1) ([@Zsailer](https://github.com/Zsailer)) +- Remove old diffs when a new diff is created [#1](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/pull/1) ([@Zsailer](https://github.com/Zsailer)) ### Contributors to this release -([GitHub contributors page for this release](https://github.com/Zsailer/jupyterlab-cell-diff/graphs/contributors?from=2024-12-20&to=2025-01-03&type=c)) +([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyterlab-cell-diff/graphs/contributors?from=2024-12-20&to=2025-01-03&type=c)) [@Zsailer](https://github.com/search?q=repo%3AZsailer%2Fjupyterlab-cell-diff+involves%3AZsailer+updated%3A2024-12-20..2025-01-03&type=Issues)