From 9d0de6f7dd28a109eabd8d1afd55a3eb9e7d164b Mon Sep 17 00:00:00 2001 From: fcollonval Date: Tue, 18 Jun 2024 07:09:07 +0000 Subject: [PATCH] Publish 0.16.1 SHA256 hashes: jupyter-react-components-0.16.1.tgz: 4a80ee14545728ebcb93c7744f637285a476825c2cfc8b1d54ae62bb85ba57c6 jupyter-web-components-0.16.1.tgz: 6c34aab50a71fe411a451d113aa5b248e058f687a36269f31b58e47d0685d754 --- CHANGELOG.md | 22 ++++++++++++++++++++-- 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, 33 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4456c..ffd61f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 0.16.1 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.0...9d79b02edeb0581b1fbd2cdcaa6fc3237bf2cb64)) + +### Bugs fixed + +- Fix boolean attributes handling in react components [#106](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/106) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- Bump ws from 6.2.2 to 6.2.3 [#107](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/107) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2024-06-16&to=2024-06-18&type=c)) + +[@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)) @@ -30,8 +50,6 @@ [@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2024-03-04..2024-06-16&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-03-04..2024-06-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-03-04..2024-06-16&type=Issues) - - ## 0.15.3 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.2...82b273e829f017430c7753be2a088736b27d30c8)) diff --git a/lerna.json b/lerna.json index 0455606..1401947 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "0.16.0" + "version": "0.16.1" } diff --git a/package.json b/package.json index b110ca0..0aaad49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/root-ui-toolkit", - "version": "0.16.0", + "version": "0.16.1", "private": true, "description": "UI Toolkit for Jupyter", "keywords": [ diff --git a/packages/components/package.json b/packages/components/package.json index 42d466e..1f8e130 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/web-components", - "version": "0.16.0", + "version": "0.16.1", "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 748e0df..3ec4110 100644 --- a/packages/lab-example/package.json +++ b/packages/lab-example/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-ui-demo", - "version": "0.16.0", + "version": "0.16.1", "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.0", - "@jupyter/web-components": "^0.16.0", + "@jupyter/react-components": "^0.16.1", + "@jupyter/web-components": "^0.16.1", "@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 2a9e1f1..d2d7a35 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/react-components", - "version": "0.16.0", + "version": "0.16.1", "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.0", + "@jupyter/web-components": "^0.16.1", "react": ">=17.0.0 <19.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index e2b51e9..e01ed85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2412,11 +2412,11 @@ __metadata: languageName: node linkType: hard -"@jupyter/react-components@^0.16.0, @jupyter/react-components@workspace:packages/react-components": +"@jupyter/react-components@^0.16.1, @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.0 + "@jupyter/web-components": ^0.16.1 "@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.0, @jupyter/web-components@workspace:packages/components": +"@jupyter/web-components@^0.16.1, @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.0 - "@jupyter/web-components": ^0.16.0 + "@jupyter/react-components": ^0.16.1 + "@jupyter/web-components": ^0.16.1 "@jupyterlab/application": ^3.1.0 || ^4.0.0 "@jupyterlab/apputils": ^3.0.0 || ^4.0.0 "@jupyterlab/builder": ^4.0.0