File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 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 ) )
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 ) )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11// generated by genversion
2- export const version = '0.51.2 ' ;
2+ export const version = '0.51.3 ' ;
You can’t perform that action at this time.
0 commit comments