Skip to content

Commit

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

jupyterlab_material_night_eighties-0.3.0-py3-none-any.whl: 043f69d1a8b9aab227c7878da39685c93adbea335fda6ae24af385a5f976877c

jupyterlab_material_night_eighties-0.3.0.tar.gz: 759efb94d0ddd8810517029b7405b20c03152df2397723e4ccbd054d9229435b

ninerealmlabs-jupyterlab_material_night_eighties-0.3.0.tgz: be073caed8ebc843880a712ccf7f37be7ff4aa97b1dd7e517af9d30ba06121b0
  • Loading branch information
ahgraber committed Dec 15, 2022
1 parent 313eb74 commit 7b7fb11
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 87 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.2.11
## 0.3.0

([Full Changelog](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/compare/d0979617daf4fa54da8ab66f75c68b46664c74b3...f508e45be12eabaae8ab2b07168bce4ea4c8fff4))

Expand All @@ -26,6 +26,28 @@

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

## 0.2.11

([Full Changelog](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/compare/d0979617daf4fa54da8ab66f75c68b46664c74b3...f508e45be12eabaae8ab2b07168bce4ea4c8fff4))

### Merged PRs

- Dependency updates [#16](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/pull/16) ([@ahgraber](https://github.com/ahgraber))
- Bump ansi-regex from 5.0.0 to 5.0.1 [#9](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/pull/9) ([@dependabot](https://github.com/dependabot))
- Bump node-fetch from 2.6.1 to 2.6.7 [#8](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/pull/8) ([@dependabot](https://github.com/dependabot))
- Bump url-parse from 1.5.3 to 1.5.10 [#7](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/pull/7) ([@dependabot](https://github.com/dependabot))
- Bump nanoid from 3.1.23 to 3.2.0 [#5](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/pull/5) ([@dependabot](https://github.com/dependabot))
- Bump url-parse from 1.5.1 to 1.5.3 [#4](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/pull/4) ([@dependabot](https://github.com/dependabot))
- Bump tar from 6.1.5 to 6.1.11 [#3](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/pull/3) ([@dependabot](https://github.com/dependabot))
- Bump tar from 6.1.0 to 6.1.5 [#2](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/pull/2) ([@dependabot](https://github.com/dependabot))
- Update build.yml [#1](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/pull/1) ([@ahgraber](https://github.com/ahgraber))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/graphs/contributors?from=2021-06-17&to=2022-12-15&type=c))

[@ahgraber](https://github.com/search?q=repo%3Aninerealmlabs%2Fjupyterlab-theme-material-night-eighties+involves%3Aahgraber+updated%3A2021-06-17..2022-12-15&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Aninerealmlabs%2Fjupyterlab-theme-material-night-eighties+involves%3Adependabot+updated%3A2021-06-17..2022-12-15&type=Issues)

## v0.2.10

- improve text highlighting
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_material_night_eighties/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,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.2.11'
__version__ = VERSION = '0.3.0'
170 changes: 85 additions & 85 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,87 +1,87 @@
{
"name": "@ninerealmlabs/jupyterlab_material_night_eighties",
"version": "0.2.10",
"description": "A jupyterlab theme inspired by material darker and VSCode's material night eighties",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties",
"bugs": {
"url": "https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "ninerealmlabs",
"email": "[email protected]"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",

"repository": {
"type": "git",
"url": "https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
"build:prod": "jlpm clean && jlpm build:lib && jlpm build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc",
"clean": "jlpm clean:lib",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:lintcache": "rimraf .eslintcache .stylelintcache",
"clean:labextension": "rimraf jupyterlab_material_night_eighties/labextension",
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
"eslint": "jlpm eslint:check --fix",
"eslint:check": "eslint . --cache --ext .ts,.tsx",
"install:extension": "jlpm build",
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
"prettier": "jlpm prettier:base --write --list-different",
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"prettier:check": "jlpm prettier:base --check",
"stylelint": "jlpm stylelint:check --fix",
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
"watch": "run-p watch:src watch:labextension",
"watch:src": "tsc -w",
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/apputils": "^3.1.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "~24.0.0",
"stylelint-prettier": "^2.0.0",
"typescript": "~4.1.3"
},
"sideEffects": [
"style/*.css"],
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_material_night_eighties/labextension",
"themePath": "style/index.css"
}
"name": "@ninerealmlabs/jupyterlab_material_night_eighties",
"version": "0.3.0",
"description": "A jupyterlab theme inspired by material darker and VSCode's material night eighties",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties",
"bugs": {
"url": "https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "ninerealmlabs",
"email": "[email protected]"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/ninerealmlabs/jupyterlab-theme-material-night-eighties.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
"build:prod": "jlpm clean && jlpm build:lib && jlpm build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc",
"clean": "jlpm clean:lib",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:lintcache": "rimraf .eslintcache .stylelintcache",
"clean:labextension": "rimraf jupyterlab_material_night_eighties/labextension",
"clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache",
"eslint": "jlpm eslint:check --fix",
"eslint:check": "eslint . --cache --ext .ts,.tsx",
"install:extension": "jlpm build",
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
"prettier": "jlpm prettier:base --write --list-different",
"prettier:base": "prettier \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"prettier:check": "jlpm prettier:base --check",
"stylelint": "jlpm stylelint:check --fix",
"stylelint:check": "stylelint --cache \"style/**/*.css\"",
"watch": "run-p watch:src watch:labextension",
"watch:src": "tsc -w",
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/apputils": "^3.1.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard": "~24.0.0",
"stylelint-prettier": "^2.0.0",
"typescript": "~4.1.3"
},
"sideEffects": [
"style/*.css"
],
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
"outputDir": "jupyterlab_material_night_eighties/labextension",
"themePath": "style/index.css"
}
}

0 comments on commit 7b7fb11

Please sign in to comment.