Skip to content

Commit f22c0b9

Browse files
committed
Publish 0.7.0
SHA256 hashes: ipylab-0.7.0-py3-none-any.whl: fe5c1809f8d532665c736e52e1cbebe16cd94045705e9066ee2c0fb6597c0434 ipylab-0.7.0.tar.gz: 0afc9badb85e568e28c538a1b27e9cfc057ccfcb769410bbd40507736eebaf38 ipylab-0.7.0.tgz: 99f84f0e4735d9ef09da17f7d3b7d4a17618c748cb367814bbdb88ea30b91db3
1 parent 33d8e3d commit f22c0b9

File tree

2 files changed

+143
-115
lines changed

2 files changed

+143
-115
lines changed

CHANGELOG.md

+30-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

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

5+
## 0.7.0
6+
7+
([Full Changelog](https://github.com/jtpio/ipylab/compare/v0.6.0...33d8e3d91832645106f87e6dcb4dac88180f1fa7))
8+
9+
### Enhancements made
10+
11+
- Add icons for titles and commands [#113](https://github.com/jtpio/ipylab/pull/113) ([@bollwyvl](https://github.com/bollwyvl))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Add releaser workflows [#116](https://github.com/jtpio/ipylab/pull/116) ([@jtpio](https://github.com/jtpio))
16+
- Maintenance updates [#115](https://github.com/jtpio/ipylab/pull/115) ([@jtpio](https://github.com/jtpio))
17+
- Binder badge points to main [#103](https://github.com/jtpio/ipylab/pull/103) ([@jtpio](https://github.com/jtpio))
18+
19+
### Other merged PRs
20+
21+
- Bump webpack from 5.74.0 to 5.76.1 [#111](https://github.com/jtpio/ipylab/pull/111) ([@dependabot](https://github.com/dependabot))
22+
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [#109](https://github.com/jtpio/ipylab/pull/109) ([@dependabot](https://github.com/dependabot))
23+
- Bump json5 from 1.0.1 to 1.0.2 [#108](https://github.com/jtpio/ipylab/pull/108) ([@dependabot](https://github.com/dependabot))
24+
- Bump loader-utils from 1.4.1 to 1.4.2 [#106](https://github.com/jtpio/ipylab/pull/106) ([@dependabot](https://github.com/dependabot))
25+
- Bump loader-utils from 1.4.0 to 1.4.1 [#105](https://github.com/jtpio/ipylab/pull/105) ([@dependabot](https://github.com/dependabot))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/jtpio/ipylab/graphs/contributors?from=2022-08-25&to=2023-03-29&type=c))
30+
31+
[@bollwyvl](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Abollwyvl+updated%3A2022-08-25..2023-03-29&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Adependabot+updated%3A2022-08-25..2023-03-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Agithub-actions+updated%3A2022-08-25..2023-03-29&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Ajtpio+updated%3A2022-08-25..2023-03-29&type=Issues)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
535
## 0.6.0
636

737
([Full Changelog](https://github.com/jtpio/ipylab/compare/v0.5.2...9e0c50198b959d6f3bd09f25c809f10d9f8be379))
@@ -32,8 +62,6 @@
3262

3363
[@dependabot](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Adependabot+updated%3A2021-11-13..2022-08-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Agithub-actions+updated%3A2021-11-13..2022-08-25&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Ajtpio+updated%3A2021-11-13..2022-08-25&type=Issues) | [@readthedocs-assistant](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Areadthedocs-assistant+updated%3A2021-11-13..2022-08-25&type=Issues)
3464

35-
<!-- <END NEW CHANGELOG ENTRY> -->
36-
3765
## 0.5.2
3866

3967
([Full Changelog](https://github.com/jtpio/ipylab/compare/v0.5.1...2c0735a4d5bad5986a60fcf48533bd7c41d34fcc))

package.json

+113-113
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,117 @@
11
{
2-
"name": "ipylab",
3-
"version": "0.6.0",
4-
"description": "Control JupyterLab from Python notebooks",
5-
"keywords": [
6-
"jupyter",
7-
"jupyterlab",
8-
"jupyterlab-extension",
9-
"widgets"
10-
],
11-
"files": [
12-
"lib/**/*.js",
13-
"dist/*.js",
14-
"style/*.css",
15-
"style/*.js"
16-
],
17-
"homepage": "https://github.com/jtpio/ipylab",
18-
"bugs": {
19-
"url": "https://github.com/jtpio/ipylab/issues"
20-
},
21-
"license": "BSD-3-Clause",
22-
"author": {
23-
"name": "ipylab contributors",
24-
"email": ""
25-
},
26-
"main": "lib/index.js",
27-
"style": "style/widget.css",
28-
"styleModule": "style/style.js",
29-
"types": "./lib/index.d.ts",
30-
"sideEffects": [
31-
"style/*.css",
32-
"style/style.js"
33-
],
34-
"repository": {
35-
"type": "git",
36-
"url": "https://github.com/jtpio/ipylab"
37-
},
38-
"scripts": {
39-
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
40-
"build:prod": "jlpm run build:lib && jlpm run build:labextension",
41-
"build:lib": "tsc",
42-
"build:labextension": "jupyter labextension build .",
43-
"build:labextension:dev": "jupyter labextension build --development True .",
44-
"clean": "jlpm run clean:lib ipylab/labextension",
45-
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
46-
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension",
47-
"clean:labextension": "rimraf ipylab/labextension",
48-
"eslint": "eslint . --ext .ts,.tsx --fix",
49-
"eslint:check": "eslint . --ext .ts,.tsx",
50-
"lint": "jlpm && jlpm run prettier && jlpm run eslint",
51-
"lint:check": "jlpm run prettier:check && jlpm run eslint:check",
52-
"prepack": "npm run build",
53-
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\" \"!dist/**\" \"!docs/**\"",
54-
"prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\" \"!dist/**\" \"!docs/**\"",
55-
"watch": "npm-run-all -p watch:*",
56-
"watch:lib": "tsc -w",
57-
"watch:labextension": "jupyter labextension watch ."
58-
},
59-
"husky": {
60-
"hooks": {
61-
"pre-commit": "lint-staged"
62-
}
63-
},
64-
"lint-staged": {
65-
"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}": [
66-
"prettier --write",
67-
"git add"
2+
"name": "ipylab",
3+
"version": "0.7.0",
4+
"description": "Control JupyterLab from Python notebooks",
5+
"keywords": [
6+
"jupyter",
7+
"jupyterlab",
8+
"jupyterlab-extension",
9+
"widgets"
10+
],
11+
"files": [
12+
"lib/**/*.js",
13+
"dist/*.js",
14+
"style/*.css",
15+
"style/*.js"
16+
],
17+
"homepage": "https://github.com/jtpio/ipylab",
18+
"bugs": {
19+
"url": "https://github.com/jtpio/ipylab/issues"
20+
},
21+
"license": "BSD-3-Clause",
22+
"author": {
23+
"name": "ipylab contributors",
24+
"email": ""
25+
},
26+
"main": "lib/index.js",
27+
"style": "style/widget.css",
28+
"styleModule": "style/style.js",
29+
"types": "./lib/index.d.ts",
30+
"sideEffects": [
31+
"style/*.css",
32+
"style/style.js"
6833
],
69-
"**/*{.py}": [
70-
"black",
71-
"git add"
72-
]
73-
},
74-
"dependencies": {
75-
"@jupyter-widgets/base": "^1 || ^2 || ^3 || ^4 || ^5 || ^6",
76-
"@jupyter-widgets/controls": "^3 || ^4 || ^5",
77-
"@jupyterlab/application": "^3.4.5",
78-
"@jupyterlab/apputils": "^3.4.5",
79-
"@jupyterlab/observables": "^4.4.5",
80-
"@lumino/algorithm": "^1.9.2",
81-
"@lumino/commands": "^1.20.1",
82-
"@lumino/disposable": "^1.10.2",
83-
"@lumino/messaging": "^1.10.2",
84-
"@lumino/widgets": "^1.34.0"
85-
},
86-
"devDependencies": {
87-
"@jupyterlab/builder": "^3.4.5",
88-
"@types/expect.js": "^0.3.29",
89-
"@types/node": "^18.7.8",
90-
"@typescript-eslint/eslint-plugin": "^5.33.1",
91-
"@typescript-eslint/parser": "^5.33.1",
92-
"eslint": "^8.22.0",
93-
"eslint-config-prettier": "^8.5.0",
94-
"eslint-plugin-jsdoc": "^39.3.6",
95-
"eslint-plugin-prettier": "^4.2.1",
96-
"eslint-plugin-react": "^7.30.1",
97-
"expect.js": "^0.3.1",
98-
"fs-extra": "^10.1.0",
99-
"husky": "^8.0.1",
100-
"lint-staged": "^13.0.3",
101-
"mkdirp": "^1.0.4",
102-
"npm-run-all": "^4.1.5",
103-
"prettier": "^2.7.1",
104-
"rimraf": "^3.0.2",
105-
"typescript": "~4.7.4"
106-
},
107-
"jupyterlab": {
108-
"extension": "lib/plugin",
109-
"outputDir": "ipylab/labextension/",
110-
"sharedPackages": {
111-
"@jupyter-widgets/base": {
112-
"bundled": false,
113-
"singleton": true
114-
}
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/jtpio/ipylab"
37+
},
38+
"scripts": {
39+
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
40+
"build:prod": "jlpm run build:lib && jlpm run build:labextension",
41+
"build:lib": "tsc",
42+
"build:labextension": "jupyter labextension build .",
43+
"build:labextension:dev": "jupyter labextension build --development True .",
44+
"clean": "jlpm run clean:lib ipylab/labextension",
45+
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
46+
"clean:all": "jlpm run clean:lib && jlpm run clean:labextension",
47+
"clean:labextension": "rimraf ipylab/labextension",
48+
"eslint": "eslint . --ext .ts,.tsx --fix",
49+
"eslint:check": "eslint . --ext .ts,.tsx",
50+
"lint": "jlpm && jlpm run prettier && jlpm run eslint",
51+
"lint:check": "jlpm run prettier:check && jlpm run eslint:check",
52+
"prepack": "npm run build",
53+
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\" \"!dist/**\" \"!docs/**\"",
54+
"prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\" \"!dist/**\" \"!docs/**\"",
55+
"watch": "npm-run-all -p watch:*",
56+
"watch:lib": "tsc -w",
57+
"watch:labextension": "jupyter labextension watch ."
58+
},
59+
"husky": {
60+
"hooks": {
61+
"pre-commit": "lint-staged"
62+
}
63+
},
64+
"lint-staged": {
65+
"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}": [
66+
"prettier --write",
67+
"git add"
68+
],
69+
"**/*{.py}": [
70+
"black",
71+
"git add"
72+
]
73+
},
74+
"dependencies": {
75+
"@jupyter-widgets/base": "^1 || ^2 || ^3 || ^4 || ^5 || ^6",
76+
"@jupyter-widgets/controls": "^3 || ^4 || ^5",
77+
"@jupyterlab/application": "^3.4.5",
78+
"@jupyterlab/apputils": "^3.4.5",
79+
"@jupyterlab/observables": "^4.4.5",
80+
"@lumino/algorithm": "^1.9.2",
81+
"@lumino/commands": "^1.20.1",
82+
"@lumino/disposable": "^1.10.2",
83+
"@lumino/messaging": "^1.10.2",
84+
"@lumino/widgets": "^1.34.0"
85+
},
86+
"devDependencies": {
87+
"@jupyterlab/builder": "^3.4.5",
88+
"@types/expect.js": "^0.3.29",
89+
"@types/node": "^18.7.8",
90+
"@typescript-eslint/eslint-plugin": "^5.33.1",
91+
"@typescript-eslint/parser": "^5.33.1",
92+
"eslint": "^8.22.0",
93+
"eslint-config-prettier": "^8.5.0",
94+
"eslint-plugin-jsdoc": "^39.3.6",
95+
"eslint-plugin-prettier": "^4.2.1",
96+
"eslint-plugin-react": "^7.30.1",
97+
"expect.js": "^0.3.1",
98+
"fs-extra": "^10.1.0",
99+
"husky": "^8.0.1",
100+
"lint-staged": "^13.0.3",
101+
"mkdirp": "^1.0.4",
102+
"npm-run-all": "^4.1.5",
103+
"prettier": "^2.7.1",
104+
"rimraf": "^3.0.2",
105+
"typescript": "~4.7.4"
106+
},
107+
"jupyterlab": {
108+
"extension": "lib/plugin",
109+
"outputDir": "ipylab/labextension/",
110+
"sharedPackages": {
111+
"@jupyter-widgets/base": {
112+
"bundled": false,
113+
"singleton": true
114+
}
115+
}
115116
}
116-
}
117117
}

0 commit comments

Comments
 (0)