From a6c151b9f3a0f88335af5cb2f9d878ebcf29678e Mon Sep 17 00:00:00 2001 From: fcollonval Date: Tue, 7 Nov 2023 07:56:46 +0000 Subject: [PATCH] Publish 0.50.0rc0 SHA256 hashes: jupyterlab-git-0.50.0-rc0.tgz: f8eb9f24078fcf083e5cb56a6354445055cfdecf74779975e0a690b81515b7db jupyterlab_git-0.50.0rc0-py3-none-any.whl: 935711a94e3fcd5fe477d9bbfab2bcfd81b03a03a3df2e915a6aa1e488015aee jupyterlab_git-0.50.0rc0.tar.gz: 7aea3c8fb8edea85097d9305dd59dbb8ce2e8626eff9e8a38973cee14c190a25 --- CHANGELOG.md | 22 ++++++++++++++++++++-- package.json | 2 +- src/version.ts | 2 +- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52e4816..dd42f2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 0.50.0rc0 + +([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.0a2...d539f3b510ba2b596daad68814112ff7786abf91)) + +### Bugs fixed + +- Fix styling [#1289](https://github.com/jupyterlab/jupyterlab-git/pull/1289) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- Bump nbdime to rc0 [#1290](https://github.com/jupyterlab/jupyterlab-git/pull/1290) ([@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-30&to=2023-11-06&type=c)) + +[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Afcollonval+updated%3A2023-10-30..2023-11-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-git+involves%3Agithub-actions+updated%3A2023-10-30..2023-11-06&type=Issues) + + + ## 0.50.0a2 ([Full Changelog](https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.0a1...81c258fc958f5b1c08a457e7b51a999e5f2e25b2)) @@ -16,8 +36,6 @@ [@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)) diff --git a/package.json b/package.json index e3820a67..9a0d2595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/git", - "version": "0.50.0-a2", + "version": "0.50.0-rc0", "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 3e1921d4..be793407 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // generated by genversion -export const version = '0.50.0-a2'; +export const version = '0.50.0-rc0';