Skip to content

Commit

Permalink
Publish 1.0.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab-simpledark-1.0.2.tgz: 9c04f1704beedf7e74093c764218886220c0c9b1fb931b9f60067a298bf30cd0

jupyterlab_simpledark-1.0.2-py3-none-any.whl: 251d2f1dfde4f30bd1c14b44d8f5f3c86069f5054aed35ff3194a1579764073b

jupyterlab_simpledark-1.0.2.tar.gz: 3a3e8b3cd53c44debf4e7db4e465fa92a23ecb79315e4eb736b00d1489ca5237
  • Loading branch information
ericmiguel committed Feb 3, 2024
1 parent 4e1cca4 commit 15c0894
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,18 @@ After a long no-maintance period, Simpledark is back
https://github.com/ericmiguel/jupyterlab-simpledark/commits/v1.0.1

<!-- <END NEW CHANGELOG ENTRY> -->

## 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
2 changes: 1 addition & 1 deletion jupyterlab-simpledark/_version.py
Original file line number Diff line number Diff line change
@@ -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'
4 changes: 2 additions & 2 deletions jupyterlab-simpledark/labextension/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 15c0894

Please sign in to comment.