From 9a3cc79c1e4b8c50de9948d7d4a48be2a18ae53f Mon Sep 17 00:00:00 2001 From: fcollonval Date: Mon, 5 Aug 2024 12:49:47 +0000 Subject: [PATCH] Publish 0.17.0 SHA256 hashes: jupyter-react-components-0.17.0.tgz: a706147b0554c0e006bf6dc7ca7ff7c12c4eb86f50d475a1d44e7fde412d4364 jupyter-web-components-0.17.0.tgz: d6a600369fc033e3723cf0d582d5d7fced0dd20f32c13119bffff748b7537f0b --- CHANGELOG.md | 19 +++++++++++++++++-- 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, 30 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171ebc4..c8f17ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.17.0 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.7...b418fb300992c6086d21d217d3f3b81a55cd2029)) + +### Enhancements made + +- Add react icon component [#124](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/124) ([@fcollonval](https://github.com/fcollonval)) +- Add icon component to the toolkit [#123](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/123) ([@Mehak261124](https://github.com/Mehak261124)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/graphs/contributors?from=2024-07-30&to=2024-08-05&type=c)) + +[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-07-30..2024-08-05&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-07-30..2024-08-05&type=Issues) | [@Mehak261124](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3AMehak261124+updated%3A2024-07-30..2024-08-05&type=Issues) + + + ## 0.16.7 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.6...e440657a1db8d63400f972b6492896aa985febd1)) @@ -16,8 +33,6 @@ [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-07-16..2024-07-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-07-16..2024-07-30&type=Issues) - - ## 0.16.6 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.5...31416d657d0b0e1e405b0e3144c66b5dc7358e32)) diff --git a/lerna.json b/lerna.json index eca12f9..fed297e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "0.16.7" + "version": "0.17.0" } diff --git a/package.json b/package.json index baedd9e..a66db96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/root-ui-toolkit", - "version": "0.16.7", + "version": "0.17.0", "private": true, "description": "UI Toolkit for Jupyter", "keywords": [ diff --git a/packages/components/package.json b/packages/components/package.json index db8f7a6..a060a6e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/web-components", - "version": "0.16.7", + "version": "0.17.0", "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 924861d..35a73dc 100644 --- a/packages/lab-example/package.json +++ b/packages/lab-example/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-ui-demo", - "version": "0.16.7", + "version": "0.17.0", "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.7", - "@jupyter/web-components": "^0.16.7", + "@jupyter/react-components": "^0.17.0", + "@jupyter/web-components": "^0.17.0", "@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 dbabc3c..bd51b4f 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/react-components", - "version": "0.16.7", + "version": "0.17.0", "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.7", + "@jupyter/web-components": "^0.17.0", "react": ">=17.0.0 <19.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index ed0df63..0490d45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2412,11 +2412,11 @@ __metadata: languageName: node linkType: hard -"@jupyter/react-components@^0.16.7, @jupyter/react-components@workspace:packages/react-components": +"@jupyter/react-components@^0.17.0, @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.7 + "@jupyter/web-components": ^0.17.0 "@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.7, @jupyter/web-components@workspace:packages/components": +"@jupyter/web-components@^0.17.0, @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.7 - "@jupyter/web-components": ^0.16.7 + "@jupyter/react-components": ^0.17.0 + "@jupyter/web-components": ^0.17.0 "@jupyterlab/application": ^3.1.0 || ^4.0.0 "@jupyterlab/apputils": ^3.0.0 || ^4.0.0 "@jupyterlab/builder": ^4.0.0