Skip to content

Commit 5b5678b

Browse files
committed
Publish 0.51.1
SHA256 hashes: jupyterlab-git-0.51.1.tgz: d508abfec04f1f49d626da149588c0d7b66bbca4f6f708324aa1691c23fa8a6d jupyterlab_git-0.51.1-py3-none-any.whl: 928e9197bdcb51a61b021a9f87f849f1c356f114ff2a7bb5754dbdd0af2f741f jupyterlab_git-0.51.1.tar.gz: b7bce89795d5ce88c8aaf0d79eb7a93d0535622f9be6b019ca9ae4d3b9a9ca6a
1 parent b464829 commit 5b5678b

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

Diff for: CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## 0.51.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.51.0...3dcaf17a0db3161e7256961ac8eb2a8c6f1edaab))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Bump vega from 5.31.0 to 5.33.0 in /ui-tests [#1399](https://github.com/jupyterlab/jupyterlab-git/pull/1399) ([@dependabot](https://github.com/dependabot))
12+
- Bump vega from 5.23.0 to 5.31.0 in /ui-tests [#1396](https://github.com/jupyterlab/jupyterlab-git/pull/1396) ([@dependabot](https://github.com/dependabot))
13+
- Bump serialize-javascript from 6.0.1 to 6.0.2 [#1395](https://github.com/jupyterlab/jupyterlab-git/pull/1395) ([@dependabot](https://github.com/dependabot))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-git/graphs/contributors?from=2025-02-10&to=2025-04-03&type=c))
18+
19+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Adependabot+updated%3A2025-02-10..2025-04-03&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2025-02-10..2025-04-03&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.51.0
624

725
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.2...6eb59d0f89a246fa78e26e61012127998a4f2adc))
@@ -39,8 +57,6 @@
3957

4058
[@Darshan808](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3ADarshan808+updated%3A2024-10-29..2025-02-10&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Adependabot+updated%3A2024-10-29..2025-02-10&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Afcollonval+updated%3A2024-10-29..2025-02-10&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2024-10-29..2025-02-10&type=Issues) | [@gjmooney](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agjmooney+updated%3A2024-10-29..2025-02-10&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Akrassowski+updated%3A2024-10-29..2025-02-10&type=Issues) | [@Paul2708](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3APaul2708+updated%3A2024-10-29..2025-02-10&type=Issues) | [@Yuto-24](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3AYuto-24+updated%3A2024-10-29..2025-02-10&type=Issues)
4159

42-
<!-- <END NEW CHANGELOG ENTRY> -->
43-
4460
## 0.50.2
4561

4662
([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.1...0fba06e6662494c14e88241f39c360126e23c8f9))

Diff for: package.json

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

Diff for: src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '0.51.0';
2+
export const version = '0.51.1';

0 commit comments

Comments
 (0)