diff --git a/CHANGELOG.md b/CHANGELOG.md index aee1cd3..4e0a5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,3 +18,18 @@ After a long no-maintance period, Simpledark is back https://github.com/ericmiguel/jupyterlab-simpledark/commits/v1.0.1 + +## What's Changed + +After a long no-maintance period, Simpledark is back + +- Jupyter Lab >= 4.0.0 support (#6). + +## bug fixes + +- #4 +- #2 + +## Full Changelog + +https://github.com/ericmiguel/jupyterlab-simpledark/commits/v1.0.1 diff --git a/jupyterlab-simpledark/_version.py b/jupyterlab-simpledark/_version.py index ac0ed89..d201f68 100644 --- a/jupyterlab-simpledark/_version.py +++ b/jupyterlab-simpledark/_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 = '1.0.1' +__version__ = VERSION = '1.0.2' diff --git a/jupyterlab-simpledark/labextension/package.json b/jupyterlab-simpledark/labextension/package.json index 3036685..87ed464 100644 --- a/jupyterlab-simpledark/labextension/package.json +++ b/jupyterlab-simpledark/labextension/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-simpledark", - "version": "1.0.1", + "version": "1.0.2", "description": "A (growing) dark theme collection for JupyterLab.", "keywords": [ "jupyter", @@ -92,7 +92,7 @@ "outputDir": "jupyterlab-simpledark/labextension", "themePath": "style/index.css", "_build": { - "load": "static/remoteEntry.e52d5f5d3a160d226048.js", + "load": "static/remoteEntry.2823dfbe182a71ee204d.js", "extension": "./extension" } }, diff --git a/package.json b/package.json index 0827cc0..2f42b1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-simpledark", - "version": "1.0.1", + "version": "1.0.2", "description": "A (growing) dark theme collection for JupyterLab.", "keywords": [ "jupyter",