From 118ea3135c18eb390bcab6bc1f8256bce513dbd8 Mon Sep 17 00:00:00 2001 From: fcollonval Date: Fri, 18 Aug 2023 15:07:04 +0000 Subject: [PATCH] Publish 0.12.0 SHA256 hashes: jupyter-react-components-0.12.0.tgz: 1f8c90f2caac9e6c67953704e3befcc605a03e0034275d0136acd95a614befa9 jupyter-web-components-0.12.0.tgz: 29dfedeb5264817149c5bb00f8e3f67fd349fbe1c02f61431e9f7b1efa840f58 --- 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 08ecbe57..c158d8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.12.0 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.11.0...118f850b4868e7867797c497ebe640fd64eb2472)) + +### Enhancements made + +- Sync jp-border-radius with corner-control-radius [#68](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/68) ([@fcollonval](https://github.com/fcollonval)) +- Add autowidth attribute to select and combobox [#67](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/67) ([@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=2023-07-27&to=2023-08-18&type=c)) + +[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2023-07-27..2023-08-18&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2023-07-27..2023-08-18&type=Issues) + + + ## 0.11.0 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.10.1...1d655c9f8ec4566846a99b49844d613bb53171b5)) @@ -22,8 +39,6 @@ [@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2023-07-18..2023-07-27&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2023-07-18..2023-07-27&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2023-07-18..2023-07-27&type=Issues) - - ## 0.10.1 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/v0.10.0...798a00a15d88ed289ecd80e7eaf7d627926e532e)) diff --git a/lerna.json b/lerna.json index 4d922632..03b50960 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "0.11.0" + "version": "0.12.0" } diff --git a/package.json b/package.json index 90bb6ad3..ecd439bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/root-ui-toolkit", - "version": "0.11.0", + "version": "0.12.0", "private": true, "description": "UI Toolkit for Jupyter", "keywords": [ diff --git a/packages/components/package.json b/packages/components/package.json index 709cc253..cead6fc6 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/web-components", - "version": "0.11.0", + "version": "0.12.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 dff5ca06..b6e8a36f 100644 --- a/packages/lab-example/package.json +++ b/packages/lab-example/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-ui-demo", - "version": "0.11.0", + "version": "0.12.0", "description": "A JupyterLab extension to present an artwork of available UI components", "private": true, "keywords": [ @@ -48,8 +48,8 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/react-components": "^0.11.0", - "@jupyter/web-components": "^0.11.0", + "@jupyter/react-components": "^0.12.0", + "@jupyter/web-components": "^0.12.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 83baa95c..5982c19a 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/react-components", - "version": "0.11.0", + "version": "0.12.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.11.0", + "@jupyter/web-components": "^0.12.0", "@microsoft/fast-react-wrapper": "^0.3.18", "react": ">=17.0.0 <19.0.0" }, diff --git a/yarn.lock b/yarn.lock index 8a469628..6c072efc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2464,11 +2464,11 @@ __metadata: languageName: node linkType: hard -"@jupyter/react-components@^0.11.0, @jupyter/react-components@workspace:packages/react-components": +"@jupyter/react-components@^0.12.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.11.0 + "@jupyter/web-components": ^0.12.0 "@microsoft/fast-react-wrapper": ^0.3.18 "@types/react": ^18.2.0 "@typescript-eslint/eslint-plugin": ^5.60.0 @@ -2500,7 +2500,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/web-components@^0.11.0, @jupyter/web-components@workspace:packages/components": +"@jupyter/web-components@^0.12.0, @jupyter/web-components@workspace:packages/components": version: 0.0.0-use.local resolution: "@jupyter/web-components@workspace:packages/components" dependencies: @@ -11974,8 +11974,8 @@ __metadata: version: 0.0.0-use.local resolution: "jupyter-ui-demo@workspace:packages/lab-example" dependencies: - "@jupyter/react-components": ^0.11.0 - "@jupyter/web-components": ^0.11.0 + "@jupyter/react-components": ^0.12.0 + "@jupyter/web-components": ^0.12.0 "@jupyterlab/application": ^3.1.0 || ^4.0.0 "@jupyterlab/apputils": ^3.0.0 || ^4.0.0 "@jupyterlab/builder": ^4.0.0