Skip to content

Commit

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

jupyterview-0.6.0-py3-none-any.whl: 271ff2fc65949302ef2f75afc1c00aa8efd89fea097a9cb3c49c9ae1a7dd563b

jupyterview-0.6.0.tar.gz: bc0cac5ecc4c609acd79d03ee55b8683601ba3d3c860d35f9769e2de9071b63d

jupyterview-0.6.0.tgz: 6d26258bd0697dee779423baf0e0afc5c35ba38f475018ee95cc79ee9417e0e9
  • Loading branch information
trungleduc committed May 29, 2023
1 parent d1e48f3 commit 2a9e411
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 105 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.6.0

([Full Changelog](https://github.com/trungleduc/jupyterview/compare/v0.5.2...d1e48f31c2fff2a1719df370cb4ced29f77f84bd))

### Enhancements made

- Update to lab4 [#55](https://github.com/trungleduc/jupyterview/pull/55) ([@trungleduc](https://github.com/trungleduc))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/trungleduc/jupyterview/graphs/contributors?from=2022-06-23&to=2023-05-29&type=c))

[@github-actions](https://github.com/search?q=repo%3Atrungleduc%2Fjupyterview+involves%3Agithub-actions+updated%3A2022-06-23..2023-05-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Atrungleduc%2Fjupyterview+involves%3Atrungleduc+updated%3A2022-06-23..2023-05-29&type=Issues)

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

## 0.5.2

([Full Changelog](https://github.com/trungleduc/jupyterview/compare/v0.5.1...ce58e28c36138b1a3fa34523e3759ab099093921))
Expand All @@ -16,8 +32,6 @@

[@trungleduc](https://github.com/search?q=repo%3Atrungleduc%2Fjupyterview+involves%3Atrungleduc+updated%3A2022-06-22..2022-06-23&type=Issues)

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

## 0.5.1

([Full Changelog](https://github.com/trungleduc/jupyterview/compare/v0.5.0...620a550154d0a69a9e700a04dd022cfed2f1ca68))
Expand Down
2 changes: 1 addition & 1 deletion jupyterview/_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 = '0.5.2'
__version__ = VERSION = '0.6.0'
202 changes: 101 additions & 101 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,104 +1,104 @@
{
"name": "jupyterview",
"version": "0.5.2",
"description": "A Jupyterlab VTK viewer extension.",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/trungleduc/jupyterview",
"bugs": {
"url": "https://github.com/trungleduc/jupyterview/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "Trung Le",
"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/trungleduc/jupyterview.git"
},
"scripts": {
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc",
"clean": "jlpm run clean:lib",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:labextension": "rimraf jupyterview/labextension",
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension",
"eslint": "eslint . --ext .ts,.tsx --fix",
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"eslint:check": "eslint . --ext .ts,.tsx",
"install:extension": "jlpm run build",
"watch": "run-p watch:src watch:labextension",
"watch:src": "tsc -w",
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@jupyter/docprovider": "^1.0.0-alpha.8",
"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/ui-components": "^4.0.0",
"@kitware/vtk.js": "^22.4.0",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.3.1",
"uuid": "^8.3.2",
"yjs": "^13.5.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
"@types/node": "^18.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"copy-webpack-plugin": "^10.2.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"itk": "^14.1.1",
"itk-wasm": "^1.0.0-a.10",
"mkdirp": "^1.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"source-map-loader": "^3.0.1",
"ts-loader": "^9.2.6",
"typescript": "~5.0.2"
},
"sideEffects": [
"style/*.css",
"style/index.js"
],
"styleModule": "style/index.js",
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
"outputDir": "jupyterview/labextension",
"webpackConfig": "./extension.webpack.config.js"
},
"jupyter-releaser": {
"hooks": {
"before-build-npm": [
"python -m pip install jupyterlab~=3.3",
"jlpm"
]
"name": "jupyterview",
"version": "0.6.0",
"description": "A Jupyterlab VTK viewer extension.",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/trungleduc/jupyterview",
"bugs": {
"url": "https://github.com/trungleduc/jupyterview/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "Trung Le",
"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/trungleduc/jupyterview.git"
},
"scripts": {
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
"build:prod": "jlpm run clean && jlpm run build:lib && jlpm run build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc",
"clean": "jlpm run clean:lib",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:labextension": "rimraf jupyterview/labextension",
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension",
"eslint": "eslint . --ext .ts,.tsx --fix",
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
"eslint:check": "eslint . --ext .ts,.tsx",
"install:extension": "jlpm run build",
"watch": "run-p watch:src watch:labextension",
"watch:src": "tsc -w",
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@jupyter/docprovider": "^1.0.0-alpha.8",
"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/coreutils": "^6.0.0",
"@jupyterlab/services": "^7.0.0",
"@jupyterlab/ui-components": "^4.0.0",
"@kitware/vtk.js": "^22.4.0",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.3.1",
"uuid": "^8.3.2",
"yjs": "^13.5.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
"@types/node": "^18.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"copy-webpack-plugin": "^10.2.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"itk": "^14.1.1",
"itk-wasm": "^1.0.0-a.10",
"mkdirp": "^1.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"source-map-loader": "^3.0.1",
"ts-loader": "^9.2.6",
"typescript": "~5.0.2"
},
"sideEffects": [
"style/*.css",
"style/index.js"
],
"styleModule": "style/index.js",
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
"outputDir": "jupyterview/labextension",
"webpackConfig": "./extension.webpack.config.js"
},
"jupyter-releaser": {
"hooks": {
"before-build-npm": [
"python -m pip install jupyterlab~=3.3",
"jlpm"
]
}
}
}
}
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4038,6 +4038,7 @@ __metadata:
ts-loader: ^9.2.6
typescript: ~5.0.2
uuid: ^8.3.2
yjs: ^13.5.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6647,7 +6648,7 @@ __metadata:
languageName: node
linkType: hard

"yjs@npm:^13.5.40":
"yjs@npm:^13.5.0, yjs@npm:^13.5.40":
version: 13.6.1
resolution: "yjs@npm:13.6.1"
dependencies:
Expand Down

0 comments on commit 2a9e411

Please sign in to comment.