From e7ba95ec0aea529e06224b64964744d8fcb80cb7 Mon Sep 17 00:00:00 2001 From: fcollonval Date: Thu, 4 Jul 2024 10:22:09 +0000 Subject: [PATCH] Publish 0.16.3 SHA256 hashes: jupyter-react-components-0.16.3.tgz: 17716027feb91caf5de3dd6a0805c0617f752a7f8bd3a0d6bb80aa83e9b34e52 jupyter-web-components-0.16.3.tgz: ede7e50f87854ee2b4ed76b552d3bfb18b3759695e406162b3d5b6519eaa0006 --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/components/package.json | 2 +- packages/lab-example/package.json | 6 +++--- packages/react-components/package.json | 4 ++-- yarn.lock | 10 +++++----- 7 files changed, 37 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92588db..477071b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ +## 0.16.3 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.2...3ad672ab95e2790af2340a5b6ba8e6b630c2a1c4)) + +### Enhancements made + +- 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)) + +### Bugs fixed + +- Fix react custom event listener [#112](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/112) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- Update release workflows [#114](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/114) ([@fcollonval](https://github.com/fcollonval)) + +### Contributors to this release + +([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)) + +[@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) + + + ## 0.16.2 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.1...ed200750808b9ecc1b4c88d8de18e126291df70b)) @@ -18,8 +42,6 @@ [@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) - - ## 0.16.1 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.0...9d79b02edeb0581b1fbd2cdcaa6fc3237bf2cb64)) diff --git a/lerna.json b/lerna.json index f40b679..e27ef6a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "0.16.2" + "version": "0.16.3" } diff --git a/package.json b/package.json index 14b431f..439fea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/root-ui-toolkit", - "version": "0.16.2", + "version": "0.16.3", "private": true, "description": "UI Toolkit for Jupyter", "keywords": [ diff --git a/packages/components/package.json b/packages/components/package.json index 440c191..9c03c09 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/web-components", - "version": "0.16.2", + "version": "0.16.3", "description": "A component library for building extensions in Jupyter frontends.", "homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme", "license": "BSD-3-Clause", diff --git a/packages/lab-example/package.json b/packages/lab-example/package.json index 6831bc8..ef71529 100644 --- a/packages/lab-example/package.json +++ b/packages/lab-example/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-ui-demo", - "version": "0.16.2", + "version": "0.16.3", "description": "A JupyterLab extension to present an artwork of available UI components", "private": true, "keywords": [ @@ -47,8 +47,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/react-components": "^0.16.2", - "@jupyter/web-components": "^0.16.2", + "@jupyter/react-components": "^0.16.3", + "@jupyter/web-components": "^0.16.3", "@jupyterlab/application": "^3.1.0 || ^4.0.0", "@jupyterlab/apputils": "^3.0.0 || ^4.0.0", "@lumino/messaging": "^1.10.1 || ^2.0.0", diff --git a/packages/react-components/package.json b/packages/react-components/package.json index 2926780..ca8a100 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/react-components", - "version": "0.16.2", + "version": "0.16.3", "description": "A component library for building extensions in Jupyter frontends.", "homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme", "license": "BSD-3-Clause", @@ -32,7 +32,7 @@ "prepublishOnly": "rimraf README.md && cp ../../README.md . && yarn run build" }, "dependencies": { - "@jupyter/web-components": "^0.16.2", + "@jupyter/web-components": "^0.16.3", "react": ">=17.0.0 <19.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 7008674..8aaa703 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2412,11 +2412,11 @@ __metadata: languageName: node linkType: hard -"@jupyter/react-components@^0.16.2, @jupyter/react-components@workspace:packages/react-components": +"@jupyter/react-components@^0.16.3, @jupyter/react-components@workspace:packages/react-components": version: 0.0.0-use.local resolution: "@jupyter/react-components@workspace:packages/react-components" dependencies: - "@jupyter/web-components": ^0.16.2 + "@jupyter/web-components": ^0.16.3 "@types/react": ^18.2.0 eslint: ^8.43.0 eslint-config-prettier: ^8.8.0 @@ -2446,7 +2446,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/web-components@^0.16.2, @jupyter/web-components@workspace:packages/components": +"@jupyter/web-components@^0.16.3, @jupyter/web-components@workspace:packages/components": version: 0.0.0-use.local resolution: "@jupyter/web-components@workspace:packages/components" dependencies: @@ -12585,8 +12585,8 @@ __metadata: version: 0.0.0-use.local resolution: "jupyter-ui-demo@workspace:packages/lab-example" dependencies: - "@jupyter/react-components": ^0.16.2 - "@jupyter/web-components": ^0.16.2 + "@jupyter/react-components": ^0.16.3 + "@jupyter/web-components": ^0.16.3 "@jupyterlab/application": ^3.1.0 || ^4.0.0 "@jupyterlab/apputils": ^3.0.0 || ^4.0.0 "@jupyterlab/builder": ^4.0.0