Skip to content

Commit 1eb3d4c

Browse files
committed
Publish 0.15.3
SHA256 hashes: jupyter-react-components-0.15.3.tgz: 94f3ee0be5102bb968c396cb8e176f4046f7848b9e0ae92553dbe02ac0c5b9e8 jupyter-web-components-0.15.3.tgz: 4e9f6e9072c0477495c26b5480b3f2d0487d2cad3e20b337ad4d0be7cf2c958c
1 parent 82b273e commit 1eb3d4c

File tree

7 files changed

+34
-15
lines changed

7 files changed

+34
-15
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## 0.15.3
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.2...82b273e829f017430c7753be2a088736b27d30c8))
8+
9+
### Bugs fixed
10+
11+
- Remove padding for close button [#90](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/90) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Refactor to define a single wrap method [#91](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/91) ([@fcollonval](https://github.com/fcollonval))
16+
- Bump ip from 2.0.0 to 2.0.1 [#89](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/89) ([@dependabot](https://github.com/dependabot))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2024-01-24&to=2024-03-03&type=c))
21+
22+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2024-01-24..2024-03-03&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-01-24..2024-03-03&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-01-24..2024-03-03&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.15.2
627

728
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.1...0e699a7df4367bf2bbdffbb67c4f0b1563049b75))
@@ -16,8 +37,6 @@
1637

1738
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-01-10..2024-01-24&type=Issues)
1839

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2140
## 0.15.1
2241

2342
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.0...3d7a1e585d3f976d1e6f530b7543b7dc1bad48d9))

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.15.2"
3+
"version": "0.15.3"
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.15.2",
3+
"version": "0.15.3",
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.15.2",
3+
"version": "0.15.3",
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.15.2",
3+
"version": "0.15.3",
44
"description": "A JupyterLab extension to present an artwork of available UI components",
55
"private": true,
66
"keywords": [
@@ -47,8 +47,8 @@
4747
"watch:labextension": "jupyter labextension watch ."
4848
},
4949
"dependencies": {
50-
"@jupyter/react-components": "^0.15.2",
51-
"@jupyter/web-components": "^0.15.2",
50+
"@jupyter/react-components": "^0.15.3",
51+
"@jupyter/web-components": "^0.15.3",
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",

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.15.2",
3+
"version": "0.15.3",
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.15.2",
35+
"@jupyter/web-components": "^0.15.3",
3636
"@microsoft/fast-react-wrapper": "^0.3.22",
3737
"react": ">=17.0.0 <19.0.0"
3838
},

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2375,11 +2375,11 @@ __metadata:
23752375
languageName: node
23762376
linkType: hard
23772377

2378-
"@jupyter/react-components@^0.15.2, @jupyter/react-components@workspace:packages/react-components":
2378+
"@jupyter/react-components@^0.15.3, @jupyter/react-components@workspace:packages/react-components":
23792379
version: 0.0.0-use.local
23802380
resolution: "@jupyter/react-components@workspace:packages/react-components"
23812381
dependencies:
2382-
"@jupyter/web-components": ^0.15.2
2382+
"@jupyter/web-components": ^0.15.3
23832383
"@microsoft/fast-react-wrapper": ^0.3.22
23842384
"@types/react": ^18.2.0
23852385
"@typescript-eslint/eslint-plugin": ^5.60.0
@@ -2411,7 +2411,7 @@ __metadata:
24112411
languageName: unknown
24122412
linkType: soft
24132413

2414-
"@jupyter/web-components@^0.15.2, @jupyter/web-components@workspace:packages/components":
2414+
"@jupyter/web-components@^0.15.3, @jupyter/web-components@workspace:packages/components":
24152415
version: 0.0.0-use.local
24162416
resolution: "@jupyter/web-components@workspace:packages/components"
24172417
dependencies:
@@ -12419,8 +12419,8 @@ __metadata:
1241912419
version: 0.0.0-use.local
1242012420
resolution: "jupyter-ui-demo@workspace:packages/lab-example"
1242112421
dependencies:
12422-
"@jupyter/react-components": ^0.15.2
12423-
"@jupyter/web-components": ^0.15.2
12422+
"@jupyter/react-components": ^0.15.3
12423+
"@jupyter/web-components": ^0.15.3
1242412424
"@jupyterlab/application": ^3.1.0 || ^4.0.0
1242512425
"@jupyterlab/apputils": ^3.0.0 || ^4.0.0
1242612426
"@jupyterlab/builder": ^4.0.0

0 commit comments

Comments
 (0)