From 04c730b02299aad3ff8e037231e034dd528114aa Mon Sep 17 00:00:00 2001 From: Maximilian <60214565+mfakaehler@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:03:29 +0200 Subject: [PATCH 1/3] Update README.md Make imcompatibility to jupyterlab 4 explicit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce25cfce9..05b06d20a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To see the extension in action, open the example notebook included in the Binder ## Requirements -- JupyterLab >= 3.0 ([older version](https://github.com/jupyterlab/jupyterlab-git/tree/jlab-2) available for 2.x) +- JupyterLab >= 3.0 , < 4 ([older version](https://github.com/jupyterlab/jupyterlab-git/tree/jlab-2) available for 2.x) - Git (version `>=2.x`) ## Usage From bb0086edcbd87a74bbf3ba76bf5d6642a6552e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Tue, 20 Jun 2023 17:08:26 +0200 Subject: [PATCH 2/3] Ignore package.json for prettify --- .prettierignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index c7b065072..41bdb582b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,5 +2,5 @@ node_modules **/node_modules **/lib **/package.json -!/package.json +package.json jupyterlab_git From c70d8525d1a9566604e23e5d4fb95a9657c20026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Thu, 10 Aug 2023 11:27:20 +0200 Subject: [PATCH 3/3] Apply suggestions from code review --- .prettierignore | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.prettierignore b/.prettierignore index 41bdb582b..c7b065072 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,5 +2,5 @@ node_modules **/node_modules **/lib **/package.json -package.json +!/package.json jupyterlab_git diff --git a/README.md b/README.md index 05b06d20a..a2a04f271 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To see the extension in action, open the example notebook included in the Binder ## Requirements -- JupyterLab >= 3.0 , < 4 ([older version](https://github.com/jupyterlab/jupyterlab-git/tree/jlab-2) available for 2.x) +- JupyterLab >= 3.0, < 4 ([older version](https://github.com/jupyterlab/jupyterlab-git/tree/jlab-2) available for 2.x) - Git (version `>=2.x`) ## Usage