Skip to content

Commit 5dd8cbc

Browse files
committed
Publish 0.10.1
SHA256 hashes: jupyter-react-components-0.10.0.tgz: 04fe208b07262aee71c42e3a9573ecc5a6ae9e0878ab5eb211d8f540687ab879 jupyter-web-components-0.10.0.tgz: 98193300b2d57791dcb489deea48fadef7b34dda06a97ba829ba0a68fa5b3849
1 parent d687dc2 commit 5dd8cbc

File tree

2 files changed

+96
-62
lines changed

2 files changed

+96
-62
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,38 @@
22

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

5+
## 0.10.1
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/v0.9.1...d687dc2f1f656ac2e6782cf8ffc6edcbf6bcf6bb))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Modernize the code [#53](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/53) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Documentation improvements
14+
15+
- Move development installation to contribution guide [#48](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/48) ([@fcollonval](https://github.com/fcollonval))
16+
- Add installation section [#47](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/47) ([@fcollonval](https://github.com/fcollonval))
17+
- Add CDN usage [#46](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/46) ([@fcollonval](https://github.com/fcollonval))
18+
- Add badge of cdn source [#45](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/45) ([@Max-ChenFei](https://github.com/Max-ChenFei))
19+
20+
### Other merged PRs
21+
22+
- Bump webpack from 5.67.0 to 5.76.0 [#51](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/51) ([@dependabot](https://github.com/dependabot))
23+
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [#50](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/50) ([@dependabot](https://github.com/dependabot))
24+
- Bump decode-uri-component from 0.2.0 to 0.2.2 [#43](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/43) ([@dependabot](https://github.com/dependabot))
25+
- Bump loader-utils from 1.4.0 to 1.4.1 [#41](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/41) ([@dependabot](https://github.com/dependabot))
26+
- Bump moment from 2.29.2 to 2.29.4 [#40](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/40) ([@dependabot](https://github.com/dependabot))
27+
- Bump terser from 4.8.0 to 4.8.1 [#39](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/39) ([@dependabot](https://github.com/dependabot))
28+
- Bump parse-url from 6.0.0 to 6.0.2 [#38](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/38) ([@dependabot](https://github.com/dependabot))
29+
- Bump async from 2.6.3 to 2.6.4 [#37](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/37) ([@dependabot](https://github.com/dependabot))
30+
- Bump moment from 2.29.1 to 2.29.2 [#36](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/36) ([@dependabot](https://github.com/dependabot))
31+
- Bump minimist from 1.2.5 to 1.2.6 [#35](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/35) ([@dependabot](https://github.com/dependabot))
32+
33+
### Contributors to this release
34+
35+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2022-03-21&to=2023-06-28&type=c))
36+
37+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2022-03-21..2023-06-28&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2022-03-21..2023-06-28&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2022-03-21..2023-06-28&type=Issues) | [@Max-ChenFei](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3AMax-ChenFei+updated%3A2022-03-21..2023-06-28&type=Issues)
38+
539
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

+62-62
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
{
2-
"name": "@jupyter/root-ui-toolkit",
3-
"version": "0.10.0",
4-
"private": true,
5-
"description": "UI Toolkit for Jupyter",
6-
"keywords": [
7-
"jupyter"
8-
],
9-
"homepage": "https://jupyterlab-contrib.github.io/jupyter-ui-toolkit/",
10-
"bugs": {
11-
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/issues"
12-
},
13-
"license": "BSD-3-Clause",
14-
"author": {
15-
"name": "Project Jupyter"
16-
},
17-
"repository": {
18-
"type": "git",
19-
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit.git"
20-
},
21-
"workspaces": [
22-
"packages/*"
23-
],
24-
"scripts": {
25-
"build": "lerna run build",
26-
"build:prod": "lerna run --scope @jupyter/web-components --scope @jupyter/react-components build && lerna run --scope jupyter-ui-demo build:prod",
27-
"clean": "lerna run clean",
28-
"format": "yarn stylelint && prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
29-
"format:check": "yarn stylelint:check && prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
30-
"lint": "lerna run eslint",
31-
"lint:check": "lerna run eslint:check",
32-
"stylelint": "yarn stylelint:check --fix",
33-
"stylelint:check": "stylelint --cache \"packages/lab-example/style/**/*.css\""
34-
},
35-
"devDependencies": {
36-
"@typescript-eslint/eslint-plugin": "^5.55.0",
37-
"@typescript-eslint/parser": "^5.55.0",
38-
"eslint": "^8.36.0",
39-
"eslint-config-prettier": "^8.7.0",
40-
"eslint-plugin-prettier": "^4.2.1",
41-
"lerna": "^7.0.0",
42-
"prettier": "^2.8.8",
43-
"stylelint": "^14.9.1",
44-
"stylelint-config-prettier": "^9.0.4",
45-
"stylelint-config-recommended": "^8.0.0",
46-
"stylelint-config-standard": "^26.0.0",
47-
"stylelint-prettier": "^2.0.0"
48-
},
49-
"resolutions": {
50-
"file-system-cache": "<2.4.0 || >2.4.0"
51-
},
52-
"packageManager": "[email protected]",
53-
"stylelint": {
54-
"extends": [
55-
"stylelint-config-recommended",
56-
"stylelint-config-standard",
57-
"stylelint-prettier/recommended"
2+
"name": "@jupyter/root-ui-toolkit",
3+
"version": "0.10.1",
4+
"private": true,
5+
"description": "UI Toolkit for Jupyter",
6+
"keywords": [
7+
"jupyter"
588
],
59-
"rules": {
60-
"property-no-vendor-prefix": null,
61-
"selector-class-pattern": null,
62-
"selector-no-vendor-prefix": null,
63-
"value-no-vendor-prefix": null
9+
"homepage": "https://jupyterlab-contrib.github.io/jupyter-ui-toolkit/",
10+
"bugs": {
11+
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/issues"
12+
},
13+
"license": "BSD-3-Clause",
14+
"author": {
15+
"name": "Project Jupyter"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit.git"
20+
},
21+
"workspaces": [
22+
"packages/*"
23+
],
24+
"scripts": {
25+
"build": "lerna run build",
26+
"build:prod": "lerna run --scope @jupyter/web-components --scope @jupyter/react-components build && lerna run --scope jupyter-ui-demo build:prod",
27+
"clean": "lerna run clean",
28+
"format": "yarn stylelint && prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
29+
"format:check": "yarn stylelint:check && prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
30+
"lint": "lerna run eslint",
31+
"lint:check": "lerna run eslint:check",
32+
"stylelint": "yarn stylelint:check --fix",
33+
"stylelint:check": "stylelint --cache \"packages/lab-example/style/**/*.css\""
34+
},
35+
"devDependencies": {
36+
"@typescript-eslint/eslint-plugin": "^5.55.0",
37+
"@typescript-eslint/parser": "^5.55.0",
38+
"eslint": "^8.36.0",
39+
"eslint-config-prettier": "^8.7.0",
40+
"eslint-plugin-prettier": "^4.2.1",
41+
"lerna": "^7.0.0",
42+
"prettier": "^2.8.8",
43+
"stylelint": "^14.9.1",
44+
"stylelint-config-prettier": "^9.0.4",
45+
"stylelint-config-recommended": "^8.0.0",
46+
"stylelint-config-standard": "^26.0.0",
47+
"stylelint-prettier": "^2.0.0"
48+
},
49+
"resolutions": {
50+
"file-system-cache": "<2.4.0 || >2.4.0"
51+
},
52+
"packageManager": "[email protected]",
53+
"stylelint": {
54+
"extends": [
55+
"stylelint-config-recommended",
56+
"stylelint-config-standard",
57+
"stylelint-prettier/recommended"
58+
],
59+
"rules": {
60+
"property-no-vendor-prefix": null,
61+
"selector-class-pattern": null,
62+
"selector-no-vendor-prefix": null,
63+
"value-no-vendor-prefix": null
64+
}
6465
}
65-
}
6666
}

0 commit comments

Comments
 (0)