Skip to content

Commit 118ea31

Browse files
committed
Publish 0.12.0
SHA256 hashes: jupyter-react-components-0.12.0.tgz: 1f8c90f2caac9e6c67953704e3befcc605a03e0034275d0136acd95a614befa9 jupyter-web-components-0.12.0.tgz: 29dfedeb5264817149c5bb00f8e3f67fd349fbe1c02f61431e9f7b1efa840f58
1 parent 118f850 commit 118ea31

File tree

7 files changed

+30
-15
lines changed

7 files changed

+30
-15
lines changed

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## 0.12.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.11.0...118f850b4868e7867797c497ebe640fd64eb2472))
8+
9+
### Enhancements made
10+
11+
- Sync jp-border-radius with corner-control-radius [#68](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/68) ([@fcollonval](https://github.com/fcollonval))
12+
- Add autowidth attribute to select and combobox [#67](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/67) ([@fcollonval](https://github.com/fcollonval))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2023-07-27&to=2023-08-18&type=c))
17+
18+
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2023-07-27..2023-08-18&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2023-07-27..2023-08-18&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.11.0
623

724
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.10.1...1d655c9f8ec4566846a99b49844d613bb53171b5))
@@ -22,8 +39,6 @@
2239

2340
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2023-07-18..2023-07-27&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2023-07-18..2023-07-27&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2023-07-18..2023-07-27&type=Issues)
2441

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2742
## 0.10.1
2843

2944
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/v0.10.0...798a00a15d88ed289ecd80e7eaf7d627926e532e))

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.11.0"
3+
"version": "0.12.0"
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.11.0",
3+
"version": "0.12.0",
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.11.0",
3+
"version": "0.12.0",
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.11.0",
3+
"version": "0.12.0",
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.11.0",
52-
"@jupyter/web-components": "^0.11.0",
51+
"@jupyter/react-components": "^0.12.0",
52+
"@jupyter/web-components": "^0.12.0",
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.11.0",
3+
"version": "0.12.0",
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.11.0",
35+
"@jupyter/web-components": "^0.12.0",
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.11.0, @jupyter/react-components@workspace:packages/react-components":
2467+
"@jupyter/react-components@^0.12.0, @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.11.0
2471+
"@jupyter/web-components": ^0.12.0
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.11.0, @jupyter/web-components@workspace:packages/components":
2503+
"@jupyter/web-components@^0.12.0, @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.11.0
11978-
"@jupyter/web-components": ^0.11.0
11977+
"@jupyter/react-components": ^0.12.0
11978+
"@jupyter/web-components": ^0.12.0
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)