Skip to content

Commit

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

jupyter-react-components-0.13.0.tgz: eeafbb0e37d42487c7aeac67d36b8890bb5ae4e00294e35b95c01bcbd23a7d6b

jupyter-web-components-0.13.0.tgz: e33b891dc211bdb1db761731335b02bd8b455f56676f005844fa2b9bdd9cdbd1
  • Loading branch information
fcollonval committed Aug 20, 2023
1 parent ee58184 commit 4735668
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 15 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 0.13.0

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

### Enhancements made

- Add dialog component [#69](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/69) ([@fcollonval](https://github.com/fcollonval))

### Bugs fixed

- Fix autowidth computation taking into account the indicator width [#70](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/pull/70) ([@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-08-18&to=2023-08-20&type=c))

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

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

## 0.12.0

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

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

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

## 0.11.0

([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/compare/@jupyter/react-components@0.10.1...1d655c9f8ec4566846a99b49844d613bb53171b5))
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.12.0"
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.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.12.0",
"version": "0.13.0",
"description": "A JupyterLab extension to present an artwork of available UI components",
"private": true,
"keywords": [
Expand Down Expand Up @@ -48,8 +48,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/react-components": "^0.12.0",
"@jupyter/web-components": "^0.12.0",
"@jupyter/react-components": "^0.13.0",
"@jupyter/web-components": "^0.13.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.12.0",
"version": "0.13.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.12.0",
"@jupyter/web-components": "^0.13.0",
"@microsoft/fast-react-wrapper": "^0.3.18",
"react": ">=17.0.0 <19.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2464,11 +2464,11 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/react-components@^0.12.0, @jupyter/react-components@workspace:packages/react-components":
"@jupyter/react-components@^0.13.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.12.0
"@jupyter/web-components": ^0.13.0
"@microsoft/fast-react-wrapper": ^0.3.18
"@types/react": ^18.2.0
"@typescript-eslint/eslint-plugin": ^5.60.0
Expand Down Expand Up @@ -2500,7 +2500,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/web-components@^0.12.0, @jupyter/web-components@workspace:packages/components":
"@jupyter/web-components@^0.13.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 @@ -11974,8 +11974,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "jupyter-ui-demo@workspace:packages/lab-example"
dependencies:
"@jupyter/react-components": ^0.12.0
"@jupyter/web-components": ^0.12.0
"@jupyter/react-components": ^0.13.0
"@jupyter/web-components": ^0.13.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 4735668

Please sign in to comment.