From 62d4e932e2553a78fa8eb4e2ad9c2d9b954489ba Mon Sep 17 00:00:00 2001 From: jtpio Date: Thu, 12 Dec 2024 08:11:43 +0000 Subject: [PATCH] Publish 0.5.0 SHA256 hashes: jupyterlab-night-0.5.0.tgz: a5ac0aa0ebed378f6aa2c8f4583d33a0e59991ae2bdca5632e57d2276115bf53 jupyterlab_night-0.5.0-py3-none-any.whl: 808d5897b73a0cd53c303b3f14d5d69cdad7a63c04285ad2e82a649c52d5f9af jupyterlab_night-0.5.0.tar.gz: db22e561802f9ef2cd44c39daccecad82fae0073100aa2d834ae723366f012f5 --- CHANGELOG.md | 23 +++++++++++++++++++++++ jupyterlab_night/_version.py | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d352af..8e5f028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,27 @@ +## 0.5.0 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-night/compare/0.4.6...6757e0fc3c42182db46f8161ee7c160bac69958b)) + +### Enhancements made + +- Update font handling [#17](https://github.com/jupyterlab-contrib/jupyterlab-night/pull/17) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +- Update links to the repo [#19](https://github.com/jupyterlab-contrib/jupyterlab-night/pull/19) ([@jtpio](https://github.com/jtpio)) +- Update to JupyterLab 4 template [#16](https://github.com/jupyterlab-contrib/jupyterlab-night/pull/16) ([@jtpio](https://github.com/jtpio)) + +### Documentation improvements + +- Add acknowledgements to the README [#18](https://github.com/jupyterlab-contrib/jupyterlab-night/pull/18) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-night/graphs/contributors?from=2022-12-15&to=2024-12-11&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-night+involves%3Agithub-actions+updated%3A2022-12-15..2024-12-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-night+involves%3Ajtpio+updated%3A2022-12-15..2024-12-11&type=Issues) + diff --git a/jupyterlab_night/_version.py b/jupyterlab_night/_version.py index ebb3508..906ff00 100644 --- a/jupyterlab_night/_version.py +++ b/jupyterlab_night/_version.py @@ -1,4 +1,4 @@ # This file is auto-generated by Hatchling. As such, do not: # - modify # - track in version control e.g. be sure to add to .gitignore -__version__ = VERSION = '0.4.6' +__version__ = VERSION = '0.5.0' diff --git a/package.json b/package.json index d72c2b3..d11679c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-night", - "version": "0.4.6", + "version": "0.5.0", "description": "Dark theme for JupyterLab", "keywords": [ "jupyter",