Skip to content

Commit 1cc4a18

Browse files
committed
Publish 0.10.1
SHA256 hashes: jupyter-react-components-0.10.1.tgz: a4da002a44a8677621c9740681ce6b34899594db0d07f49719f5378aae39646e jupyter-web-components-0.10.1.tgz: d010bff1de889def7cfeea18be1167ed94d066a523bff1ec9db45507bce50576
1 parent 798a00a commit 1cc4a18

File tree

7 files changed

+42
-15
lines changed

7 files changed

+42
-15
lines changed

CHANGELOG.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
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.10.0...798a00a15d88ed289ecd80e7eaf7d627926e532e))
8+
9+
### Bugs fixed
10+
11+
- Fix jp-toolbar.positioning-region not filling jp-toolbar size [#60](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/60) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Bump semver from 5.7.1 to 5.7.2 [#59](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/59) ([@dependabot](https://github.com/dependabot))
16+
- Bump stylelint from 14.16.1 to 15.10.1 [#58](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/58) ([@dependabot](https://github.com/dependabot))
17+
- Add support for monorepo version bumps [#56](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/56) ([@fcollonval](https://github.com/fcollonval))
18+
- Bump json5 from 1.0.1 to 1.0.2 [#55](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/55) ([@dependabot](https://github.com/dependabot))
19+
- Bump loader-utils from 2.0.0 to 2.0.4 [#54](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/54) ([@dependabot](https://github.com/dependabot))
20+
21+
### Documentation improvements
22+
23+
- Fix wrong select controls specification [#61](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/61) ([@fcollonval](https://github.com/fcollonval))
24+
- Improve the documentation [#57](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/57) ([@fcollonval](https://github.com/fcollonval))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2023-06-28&to=2023-07-18&type=c))
29+
30+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2023-06-28..2023-07-18&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2023-06-28..2023-07-18&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2023-06-28..2023-07-18&type=Issues)
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 0.10.0
635

736
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/v0.9.1...d687dc2f1f656ac2e6782cf8ffc6edcbf6bcf6bb))
@@ -35,5 +64,3 @@
3564
([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))
3665

3766
[@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-
39-
<!-- <END NEW CHANGELOG ENTRY> -->

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.10.0"
3+
"version": "0.10.1"
44
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/root-ui-toolkit",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"private": true,
55
"description": "UI Toolkit for Jupyter",
66
"keywords": [

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/web-components",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "A component library for building extensions in Jupyter frontends.",
55
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",
66
"license": "BSD-3-Clause",

packages/lab-example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-ui-demo",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "A JupyterLab extension to present an artwork of available UI components",
55
"private": true,
66
"keywords": [
@@ -48,8 +48,8 @@
4848
"watch:labextension": "jupyter labextension watch ."
4949
},
5050
"dependencies": {
51-
"@jupyter/react-components": "^0.10.0",
52-
"@jupyter/web-components": "^0.10.0",
51+
"@jupyter/react-components": "^0.10.1",
52+
"@jupyter/web-components": "^0.10.1",
5353
"@jupyterlab/application": "^3.1.0 || ^4.0.0",
5454
"@jupyterlab/apputils": "^3.0.0 || ^4.0.0",
5555
"@lumino/messaging": "^1.10.1 || ^2.0.0",

packages/react-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/react-components",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "A component library for building extensions in Jupyter frontends.",
55
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",
66
"license": "BSD-3-Clause",
@@ -32,7 +32,7 @@
3232
"prepublishOnly": "rimraf README.md && cp ../../README.md . && yarn run build"
3333
},
3434
"dependencies": {
35-
"@jupyter/web-components": "^0.10.0",
35+
"@jupyter/web-components": "^0.10.1",
3636
"@microsoft/fast-react-wrapper": "^0.3.18",
3737
"react": ">=17.0.0 <19.0.0"
3838
},

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2464,11 +2464,11 @@ __metadata:
24642464
languageName: node
24652465
linkType: hard
24662466

2467-
"@jupyter/react-components@^0.10.0, @jupyter/react-components@workspace:packages/react-components":
2467+
"@jupyter/react-components@^0.10.1, @jupyter/react-components@workspace:packages/react-components":
24682468
version: 0.0.0-use.local
24692469
resolution: "@jupyter/react-components@workspace:packages/react-components"
24702470
dependencies:
2471-
"@jupyter/web-components": ^0.10.0
2471+
"@jupyter/web-components": ^0.10.1
24722472
"@microsoft/fast-react-wrapper": ^0.3.18
24732473
"@types/react": ^18.2.0
24742474
"@typescript-eslint/eslint-plugin": ^5.60.0
@@ -2500,7 +2500,7 @@ __metadata:
25002500
languageName: unknown
25012501
linkType: soft
25022502

2503-
"@jupyter/web-components@^0.10.0, @jupyter/web-components@workspace:packages/components":
2503+
"@jupyter/web-components@^0.10.1, @jupyter/web-components@workspace:packages/components":
25042504
version: 0.0.0-use.local
25052505
resolution: "@jupyter/web-components@workspace:packages/components"
25062506
dependencies:
@@ -11974,8 +11974,8 @@ __metadata:
1197411974
version: 0.0.0-use.local
1197511975
resolution: "jupyter-ui-demo@workspace:packages/lab-example"
1197611976
dependencies:
11977-
"@jupyter/react-components": ^0.10.0
11978-
"@jupyter/web-components": ^0.10.0
11977+
"@jupyter/react-components": ^0.10.1
11978+
"@jupyter/web-components": ^0.10.1
1197911979
"@jupyterlab/application": ^3.1.0 || ^4.0.0
1198011980
"@jupyterlab/apputils": ^3.0.0 || ^4.0.0
1198111981
"@jupyterlab/builder": ^4.0.0

0 commit comments

Comments
 (0)