Skip to content

Commit bb35230

Browse files
committed
Publish 0.51.3
SHA256 hashes: jupyterlab-git-0.51.3.tgz: 89ee15583eb730f483ce03fd8a3519cfc98e93a2be3134a43e1540ff3ab05039 jupyterlab_git-0.51.3-py3-none-any.whl: efb79b938887ad9ea4d7fbcbdb204fc4fea2f01bb8da61386e84cf8e983d0633 jupyterlab_git-0.51.3.tar.gz: c3bd9405dbdb69cf2fe56fb05474f2d7217d45d177f38fec92b45ff890cbc146
1 parent 73bb0d0 commit bb35230

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.51.3
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.51.2...73bb0d02e48e8fa5794885be900809b588d2c122))
8+
9+
### Enhancements made
10+
11+
- Use `serverSettings` to make API requests [#1437](https://github.com/jupyterlab/jupyterlab-git/pull/1437) ([@jtpio](https://github.com/jtpio))
12+
13+
### Bugs fixed
14+
15+
- Fix scrolling issue in diff viewer [#1433](https://github.com/jupyterlab/jupyterlab-git/pull/1433) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
16+
- Fix cloning from new host via ssh by prompting for confirmation [#1408](https://github.com/jupyterlab/jupyterlab-git/pull/1408) ([@jesuino](https://github.com/jesuino))
17+
18+
### Maintenance and upkeep improvements
19+
20+
- Remove unused `handler.ts` file [#1436](https://github.com/jupyterlab/jupyterlab-git/pull/1436) ([@jtpio](https://github.com/jtpio))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-git/graphs/contributors?from=2025-06-12&to=2025-12-10&type=c))
25+
26+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2025-06-12..2025-12-10&type=Issues) | [@jesuino](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajesuino+updated%3A2025-06-12..2025-12-10&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajtpio+updated%3A2025-06-12..2025-12-10&type=Issues) | [@Meriem-BenIsmail](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3AMeriem-BenIsmail+updated%3A2025-06-12..2025-12-10&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.51.2
631

732
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.51.1...bee4e6492440dd17280fb30478420f18e7f3c416))
@@ -26,8 +51,6 @@
2651

2752
[@ctcjab](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Actcjab+updated%3A2025-04-03..2025-06-12&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Adependabot+updated%3A2025-04-03..2025-06-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2025-04-03..2025-06-12&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agjmooney+updated%3A2025-04-03..2025-06-12&type=Issues) | [@jiridanek](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajiridanek+updated%3A2025-04-03..2025-06-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Ajtpio+updated%3A2025-04-03..2025-06-12&type=Issues)
2853

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3154
## 0.51.1
3255

3356
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.51.0...3dcaf17a0db3161e7256961ac8eb2a8c6f1edaab))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/git",
3-
"version": "0.51.2",
3+
"version": "0.51.3",
44
"description": "A JupyterLab extension for version control using git",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '0.51.2';
2+
export const version = '0.51.3';

0 commit comments

Comments
 (0)