File tree Expand file tree Collapse file tree 7 files changed +33
-15
lines changed Expand file tree Collapse file tree 7 files changed +33
-15
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.16.1
6+
7+ ([ Full Changelog] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.0...9d79b02edeb0581b1fbd2cdcaa6fc3237bf2cb64 ) )
8+
9+ ### Bugs fixed
10+
11+ - Fix boolean attributes handling in react components [ #106 ] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/106 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
12+
13+ ### Maintenance and upkeep improvements
14+
15+ - Bump ws from 6.2.2 to 6.2.3 [ #107 ] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/107 ) ([ @dependabot ] ( https://github.com/dependabot ) )
16+
17+ ### Contributors to this release
18+
19+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2024-06-16&to=2024-06-18&type=c ) )
20+
21+ [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2024-06-16..2024-06-18&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-06-16..2024-06-18&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-06-16..2024-06-18&type=Issues )
22+
23+ <!-- <END NEW CHANGELOG ENTRY> -->
24+
525## 0.16.0
626
727([ Full Changelog] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.3...b4fdf7afa1d4f769f8a9a7ba256961596365fbcd ) )
3050
3151[ @dependabot ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2024-03-04..2024-06-16&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-03-04..2024-06-16&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-03-04..2024-06-16&type=Issues )
3252
33- <!-- <END NEW CHANGELOG ENTRY> -->
34-
3553## 0.15.3
3654
3755([ Full Changelog] ( https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.2...82b273e829f017430c7753be2a088736b27d30c8 ) )
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
3- "version" : " 0.16.0 "
3+ "version" : " 0.16.1 "
44}
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/root-ui-toolkit" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "private" : true ,
55 "description" : " UI Toolkit for Jupyter" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/web-components" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.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" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyter-ui-demo" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " A JupyterLab extension to present an artwork of available UI components" ,
55 "private" : true ,
66 "keywords" : [
4747 "watch:labextension" : " jupyter labextension watch ."
4848 },
4949 "dependencies" : {
50- "@jupyter/react-components" : " ^0.16.0 " ,
51- "@jupyter/web-components" : " ^0.16.0 " ,
50+ "@jupyter/react-components" : " ^0.16.1 " ,
51+ "@jupyter/web-components" : " ^0.16.1 " ,
5252 "@jupyterlab/application" : " ^3.1.0 || ^4.0.0" ,
5353 "@jupyterlab/apputils" : " ^3.0.0 || ^4.0.0" ,
5454 "@lumino/messaging" : " ^1.10.1 || ^2.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyter/react-components" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.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" ,
3232 "prepublishOnly" : " rimraf README.md && cp ../../README.md . && yarn run build"
3333 },
3434 "dependencies" : {
35- "@jupyter/web-components" : " ^0.16.0 " ,
35+ "@jupyter/web-components" : " ^0.16.1 " ,
3636 "react" : " >=17.0.0 <19.0.0"
3737 },
3838 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -2412,11 +2412,11 @@ __metadata:
24122412 languageName: node
24132413 linkType: hard
24142414
2415- "@jupyter/react-components@^0.16.0 , @jupyter/react-components@workspace:packages/react-components":
2415+ "@jupyter/react-components@^0.16.1 , @jupyter/react-components@workspace:packages/react-components":
24162416 version: 0.0.0-use.local
24172417 resolution: "@jupyter/react-components@workspace:packages/react-components"
24182418 dependencies:
2419- "@jupyter/web-components": ^0.16.0
2419+ "@jupyter/web-components": ^0.16.1
24202420 "@types/react": ^18.2.0
24212421 eslint: ^8.43.0
24222422 eslint-config-prettier: ^8.8.0
@@ -2446,7 +2446,7 @@ __metadata:
24462446 languageName: unknown
24472447 linkType: soft
24482448
2449- "@jupyter/web-components@^0.16.0 , @jupyter/web-components@workspace:packages/components":
2449+ "@jupyter/web-components@^0.16.1 , @jupyter/web-components@workspace:packages/components":
24502450 version: 0.0.0-use.local
24512451 resolution: "@jupyter/web-components@workspace:packages/components"
24522452 dependencies:
@@ -12585,8 +12585,8 @@ __metadata:
1258512585 version: 0.0.0-use.local
1258612586 resolution: "jupyter-ui-demo@workspace:packages/lab-example"
1258712587 dependencies:
12588- "@jupyter/react-components": ^0.16.0
12589- "@jupyter/web-components": ^0.16.0
12588+ "@jupyter/react-components": ^0.16.1
12589+ "@jupyter/web-components": ^0.16.1
1259012590 "@jupyterlab/application": ^3.1.0 || ^4.0.0
1259112591 "@jupyterlab/apputils": ^3.0.0 || ^4.0.0
1259212592 "@jupyterlab/builder": ^4.0.0
You can’t perform that action at this time.
0 commit comments