From d091abb893e42efa45d519c5ed472ee04c3826ad Mon Sep 17 00:00:00 2001 From: fcollonval Date: Mon, 30 Oct 2023 10:49:50 +0000 Subject: [PATCH] Publish 0.50.0a2 SHA256 hashes: jupyterlab-git-0.50.0-a2.tgz: 707c5adda1fd3ef358b397f4233b6119e3a135f84ec7207fa5dc02fc40ace0f3 jupyterlab_git-0.50.0a2-py3-none-any.whl: a2831bcbfcb949d99348b4079fcd7b577356f374c0266211018806774671c92e jupyterlab_git-0.50.0a2.tar.gz: 505dbe8009b50aead5b8db470f0d2df71a448fbaebe902f339ede91c57f32836 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- src/version.ts | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbb045b1..b52e4816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.50.0a2 + +([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.0a1...81c258fc958f5b1c08a457e7b51a999e5f2e25b2)) + +### Bugs fixed + +- Remove drive from path. [#1285](https://github.com/jupyterlab/jupyterlab-git/pull/1285) ([@fcollonval](https://github.com/fcollonval)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-git/graphs/contributors?from=2023-10-26&to=2023-10-30&type=c)) + +[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Afcollonval+updated%3A2023-10-26..2023-10-30&type=Issues) + + + ## 0.50.0a1 ([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.0a0...a901350985c00bd532fc78c56a8ab5f8b13cef0c)) @@ -20,8 +36,6 @@ [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Afcollonval+updated%3A2023-10-24..2023-10-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2023-10-24..2023-10-26&type=Issues) - - ## 0.50.0a0 ([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.44.0...e77defa1129336d028929559176d3091204abd95)) diff --git a/package.json b/package.json index a3a51233..03d7a4ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/git", - "version": "0.50.0-a1", + "version": "0.50.0-a2", "description": "A JupyterLab extension for version control using git", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 7e5dbcd6..3e1921d4 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // generated by genversion -export const version = '0.50.0-a1'; +export const version = '0.50.0-a2';