From 8cbcfb715e4a640e15c83fe47eba367b16ff0218 Mon Sep 17 00:00:00 2001 From: fcollonval Date: Tue, 25 Jun 2024 15:11:11 +0000 Subject: [PATCH] Publish 0.16.2 SHA256 hashes: jupyter-react-components-0.16.2.tgz: 3c518efde714acab9c24a41bf68eef78bfadd67e58a6e93e92e34a1ea8839c2b jupyter-web-components-0.16.2.tgz: ee5ff5476dbb2776704f65f4058c20d4069bd0c0eda9f28dc000e5bd738280c4 --- CHANGELOG.md | 20 ++++++++++++++++++-- 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, 31 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd61f0..92588db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## 0.16.2 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.1...ed200750808b9ecc1b4c88d8de18e126291df70b)) + +### Bugs fixed + +- Make focus outline an inset for slotted stealth button [#110](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/110) ([@fcollonval](https://github.com/fcollonval)) +- Fix treeview glitches [#109](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/109) ([@fcollonval](https://github.com/fcollonval)) +- Prevent adding classname attribute for react wrapped components [#108](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/108) ([@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-18&to=2024-06-25&type=c)) + +[@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)) @@ -20,8 +38,6 @@ [@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) - - ## 0.16.0 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.3...b4fdf7afa1d4f769f8a9a7ba256961596365fbcd)) diff --git a/lerna.json b/lerna.json index 1401947..f40b679 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "0.16.1" + "version": "0.16.2" } diff --git a/package.json b/package.json index 0aaad49..14b431f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/root-ui-toolkit", - "version": "0.16.1", + "version": "0.16.2", "private": true, "description": "UI Toolkit for Jupyter", "keywords": [ diff --git a/packages/components/package.json b/packages/components/package.json index 1f8e130..440c191 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/web-components", - "version": "0.16.1", + "version": "0.16.2", "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 3ec4110..6831bc8 100644 --- a/packages/lab-example/package.json +++ b/packages/lab-example/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-ui-demo", - "version": "0.16.1", + "version": "0.16.2", "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.1", - "@jupyter/web-components": "^0.16.1", + "@jupyter/react-components": "^0.16.2", + "@jupyter/web-components": "^0.16.2", "@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 d2d7a35..2926780 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/react-components", - "version": "0.16.1", + "version": "0.16.2", "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.1", + "@jupyter/web-components": "^0.16.2", "react": ">=17.0.0 <19.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e01ed85..7008674 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2412,11 +2412,11 @@ __metadata: languageName: node linkType: hard -"@jupyter/react-components@^0.16.1, @jupyter/react-components@workspace:packages/react-components": +"@jupyter/react-components@^0.16.2, @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.1 + "@jupyter/web-components": ^0.16.2 "@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.1, @jupyter/web-components@workspace:packages/components": +"@jupyter/web-components@^0.16.2, @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.1 - "@jupyter/web-components": ^0.16.1 + "@jupyter/react-components": ^0.16.2 + "@jupyter/web-components": ^0.16.2 "@jupyterlab/application": ^3.1.0 || ^4.0.0 "@jupyterlab/apputils": ^3.0.0 || ^4.0.0 "@jupyterlab/builder": ^4.0.0