Skip to content

Commit

Permalink
Publish 0.17.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-react-components-0.17.1.tgz: 941e12f55b62c60412140c68596e9e4421f8d5bd35d6bdb051931304b5d65d45

jupyter-web-components-0.17.1.tgz: d6c1748e68de6672046533ae32a72eb7b98a116199e02faa34ad2ef4475cf6ff
  • Loading branch information
fcollonval committed Aug 12, 2024
1 parent 1eed1b9 commit 84496d1
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 15 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.17.1

([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.17.0...1eed1b9bd87a77e5309bfeb38e6cfa08fd1ce8c6))

### Bugs fixed

- Don't make the toolbar stands out of its parent [#126](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/126) ([@fcollonval](https://github.com/fcollonval))
- Improve width button density scale [#125](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/125) ([@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-08-05&to=2024-08-10&type=c))

[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Afcollonval+updated%3A2024-08-05..2024-08-10&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-ui-toolkit+involves%3Agithub-actions+updated%3A2024-08-05..2024-08-10&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.17.0

([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.7...b418fb300992c6086d21d217d3f3b81a55cd2029))
Expand All @@ -17,8 +34,6 @@

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.16.7

([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.16.6...e440657a1db8d63400f972b6492896aa985febd1))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"npmClient": "yarn",
"version": "0.17.0"
"version": "0.17.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/root-ui-toolkit",
"version": "0.17.0",
"version": "0.17.1",
"private": true,
"description": "UI Toolkit for Jupyter",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/web-components",
"version": "0.17.0",
"version": "0.17.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",
Expand Down
6 changes: 3 additions & 3 deletions packages/lab-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-ui-demo",
"version": "0.17.0",
"version": "0.17.1",
"description": "A JupyterLab extension to present an artwork of available UI components",
"private": true,
"keywords": [
Expand Down Expand Up @@ -47,8 +47,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/react-components": "^0.17.0",
"@jupyter/web-components": "^0.17.0",
"@jupyter/react-components": "^0.17.1",
"@jupyter/web-components": "^0.17.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",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/react-components",
"version": "0.17.0",
"version": "0.17.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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepublishOnly": "rimraf README.md && cp ../../README.md . && yarn run build"
},
"dependencies": {
"@jupyter/web-components": "^0.17.0",
"@jupyter/web-components": "^0.17.1",
"react": ">=17.0.0 <19.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2412,11 +2412,11 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/react-components@^0.17.0, @jupyter/react-components@workspace:packages/react-components":
"@jupyter/react-components@^0.17.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.17.0
"@jupyter/web-components": ^0.17.1
"@types/react": ^18.2.0
eslint: ^8.43.0
eslint-config-prettier: ^8.8.0
Expand Down Expand Up @@ -2446,7 +2446,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/web-components@^0.17.0, @jupyter/web-components@workspace:packages/components":
"@jupyter/web-components@^0.17.1, @jupyter/web-components@workspace:packages/components":
version: 0.0.0-use.local
resolution: "@jupyter/web-components@workspace:packages/components"
dependencies:
Expand Down Expand Up @@ -12585,8 +12585,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "jupyter-ui-demo@workspace:packages/lab-example"
dependencies:
"@jupyter/react-components": ^0.17.0
"@jupyter/web-components": ^0.17.0
"@jupyter/react-components": ^0.17.1
"@jupyter/web-components": ^0.17.1
"@jupyterlab/application": ^3.1.0 || ^4.0.0
"@jupyterlab/apputils": ^3.0.0 || ^4.0.0
"@jupyterlab/builder": ^4.0.0
Expand Down

0 comments on commit 84496d1

Please sign in to comment.