Skip to content

Commit

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

jupyter-react-components-0.16.0.tgz: 690c9e85a544e96afe272f6dd823e59b44550c7f88591260a93458d0ffbb6a84

jupyter-web-components-0.16.0.tgz: d1725192ea25bb2016b7a3a8b5463efa4d6585e5972ace7d4596d5cdaf9d11fc
  • Loading branch information
fcollonval committed Jun 16, 2024
1 parent b4fdf7a commit c2789e3
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 15 deletions.
32 changes: 30 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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

## 0.16.0

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

### Enhancements made

- Make expand glyph size changing with density [#104](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/104) ([@fcollonval](https://github.com/fcollonval))
- Add size attribute to the button [#102](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/102) ([@fcollonval](https://github.com/fcollonval))

### Bugs fixed

- Drop fast react wrapper [#100](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/100) ([@fcollonval](https://github.com/fcollonval))
- Add tiny margin to input so that the focus highlight is visible by default [#96](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/96) ([@fcollonval](https://github.com/fcollonval))

### Maintenance and upkeep improvements

- Bump braces from 3.0.2 to 3.0.3 [#101](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/101) ([@dependabot](https://github.com/dependabot))
- Bump ejs from 3.1.9 to 3.1.10 [#99](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/99) ([@dependabot](https://github.com/dependabot))
- Bump express from 4.18.2 to 4.19.2 [#94](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/94) ([@dependabot](https://github.com/dependabot))
- Bump webpack-dev-middleware from 6.1.1 to 6.1.2 [#93](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/93) ([@dependabot](https://github.com/dependabot))
- Bump follow-redirects from 1.15.4 to 1.15.6 [#92](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/92) ([@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-03-04&to=2024-06-16&type=c))

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

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

## 0.15.3

([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.2...82b273e829f017430c7753be2a088736b27d30c8))
Expand All @@ -21,8 +51,6 @@

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

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

## 0.15.2

([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.15.1...0e699a7df4367bf2bbdffbb67c4f0b1563049b75))
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.15.3"
"version": "0.16.0"
}
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.15.3",
"version": "0.16.0",
"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.15.3",
"version": "0.16.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",
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.15.3",
"version": "0.16.0",
"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.15.3",
"@jupyter/web-components": "^0.15.3",
"@jupyter/react-components": "^0.16.0",
"@jupyter/web-components": "^0.16.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",
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.15.3",
"version": "0.16.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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepublishOnly": "rimraf README.md && cp ../../README.md . && yarn run build"
},
"dependencies": {
"@jupyter/web-components": "^0.15.3",
"@jupyter/web-components": "^0.16.0",
"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.15.3, @jupyter/react-components@workspace:packages/react-components":
"@jupyter/react-components@^0.16.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.15.3
"@jupyter/web-components": ^0.16.0
"@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.15.3, @jupyter/web-components@workspace:packages/components":
"@jupyter/web-components@^0.16.0, @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.15.3
"@jupyter/web-components": ^0.15.3
"@jupyter/react-components": ^0.16.0
"@jupyter/web-components": ^0.16.0
"@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 c2789e3

Please sign in to comment.