diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c88f00..283e82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## 0.15.3 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.2...82b273e829f017430c7753be2a088736b27d30c8)) + +### Bugs fixed + +- Remove padding for close button [#90](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/90) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- Refactor to define a single wrap method [#91](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/91) ([@fcollonval](https://github.com/fcollonval)) +- Bump ip from 2.0.0 to 2.0.1 [#89](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/89) ([@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-01-24&to=2024-03-03&type=c)) + +[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Adependabot+updated%3A2024-01-24..2024-03-03&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-01-24..2024-03-03&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-01-24..2024-03-03&type=Issues) + + + ## 0.15.2 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.1...0e699a7df4367bf2bbdffbb67c4f0b1563049b75)) @@ -16,8 +37,6 @@ [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-01-10..2024-01-24&type=Issues) - - ## 0.15.1 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.0...3d7a1e585d3f976d1e6f530b7543b7dc1bad48d9)) diff --git a/lerna.json b/lerna.json index 31ab063..47506e5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "npmClient": "yarn", - "version": "0.15.2" + "version": "0.15.3" } diff --git a/package.json b/package.json index 8b32ffa..d454abb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/root-ui-toolkit", - "version": "0.15.2", + "version": "0.15.3", "private": true, "description": "UI Toolkit for Jupyter", "keywords": [ diff --git a/packages/components/package.json b/packages/components/package.json index ee417e2..36a8453 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/web-components", - "version": "0.15.2", + "version": "0.15.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 2a2bc80..a6a6818 100644 --- a/packages/lab-example/package.json +++ b/packages/lab-example/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-ui-demo", - "version": "0.15.2", + "version": "0.15.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.15.2", - "@jupyter/web-components": "^0.15.2", + "@jupyter/react-components": "^0.15.3", + "@jupyter/web-components": "^0.15.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 0f070f7..2519baf 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/react-components", - "version": "0.15.2", + "version": "0.15.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.15.2", + "@jupyter/web-components": "^0.15.3", "@microsoft/fast-react-wrapper": "^0.3.22", "react": ">=17.0.0 <19.0.0" }, diff --git a/yarn.lock b/yarn.lock index 4517621..a174116 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2375,11 +2375,11 @@ __metadata: languageName: node linkType: hard -"@jupyter/react-components@^0.15.2, @jupyter/react-components@workspace:packages/react-components": +"@jupyter/react-components@^0.15.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.15.2 + "@jupyter/web-components": ^0.15.3 "@microsoft/fast-react-wrapper": ^0.3.22 "@types/react": ^18.2.0 "@typescript-eslint/eslint-plugin": ^5.60.0 @@ -2411,7 +2411,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/web-components@^0.15.2, @jupyter/web-components@workspace:packages/components": +"@jupyter/web-components@^0.15.3, @jupyter/web-components@workspace:packages/components": version: 0.0.0-use.local resolution: "@jupyter/web-components@workspace:packages/components" dependencies: @@ -12419,8 +12419,8 @@ __metadata: version: 0.0.0-use.local resolution: "jupyter-ui-demo@workspace:packages/lab-example" dependencies: - "@jupyter/react-components": ^0.15.2 - "@jupyter/web-components": ^0.15.2 + "@jupyter/react-components": ^0.15.3 + "@jupyter/web-components": ^0.15.3 "@jupyterlab/application": ^3.1.0 || ^4.0.0 "@jupyterlab/apputils": ^3.0.0 || ^4.0.0 "@jupyterlab/builder": ^4.0.0