Skip to content

Commit e7ba95e

Browse files
committed
Publish 0.16.3
SHA256 hashes: jupyter-react-components-0.16.3.tgz: 17716027feb91caf5de3dd6a0805c0617f752a7f8bd3a0d6bb80aa83e9b34e52 jupyter-web-components-0.16.3.tgz: ede7e50f87854ee2b4ed76b552d3bfb18b3759695e406162b3d5b6519eaa0006
1 parent 3ad672a commit e7ba95e

File tree

7 files changed

+37
-15
lines changed

7 files changed

+37
-15
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
## 0.16.3
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.2...3ad672ab95e2790af2340a5b6ba8e6b630c2a1c4))
8+
9+
### Enhancements made
10+
11+
- Keep the background color transparent on hover for stealth buttons [#115](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/115) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Bugs fixed
14+
15+
- Fix react custom event listener [#112](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/112) ([@fcollonval](https://github.com/fcollonval))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Update release workflows [#114](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/114) ([@fcollonval](https://github.com/fcollonval))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2024-06-25&to=2024-07-04&type=c))
24+
25+
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-06-25..2024-07-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-06-25..2024-07-04&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 0.16.2
630

731
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.1...ed200750808b9ecc1b4c88d8de18e126291df70b))
@@ -18,8 +42,6 @@
1842

1943
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-06-18..2024-06-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-06-18..2024-06-25&type=Issues)
2044

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2345
## 0.16.1
2446

2547
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.0...9d79b02edeb0581b1fbd2cdcaa6fc3237bf2cb64))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.16.2"
3+
"version": "0.16.3"
44
}

package.json

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

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/web-components",
3-
"version": "0.16.2",
3+
"version": "0.16.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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-ui-demo",
3-
"version": "0.16.2",
3+
"version": "0.16.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.16.2",
51-
"@jupyter/web-components": "^0.16.2",
50+
"@jupyter/react-components": "^0.16.3",
51+
"@jupyter/web-components": "^0.16.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/react-components",
3-
"version": "0.16.2",
3+
"version": "0.16.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.16.2",
35+
"@jupyter/web-components": "^0.16.3",
3636
"react": ">=17.0.0 <19.0.0"
3737
},
3838
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,11 +2412,11 @@ __metadata:
24122412
languageName: node
24132413
linkType: hard
24142414

2415-
"@jupyter/react-components@^0.16.2, @jupyter/react-components@workspace:packages/react-components":
2415+
"@jupyter/react-components@^0.16.3, @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.2
2419+
"@jupyter/web-components": ^0.16.3
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.2, @jupyter/web-components@workspace:packages/components":
2449+
"@jupyter/web-components@^0.16.3, @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.2
12589-
"@jupyter/web-components": ^0.16.2
12588+
"@jupyter/react-components": ^0.16.3
12589+
"@jupyter/web-components": ^0.16.3
1259012590
"@jupyterlab/application": ^3.1.0 || ^4.0.0
1259112591
"@jupyterlab/apputils": ^3.0.0 || ^4.0.0
1259212592
"@jupyterlab/builder": ^4.0.0

0 commit comments

Comments
 (0)