Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Feb 7, 2022
1 parent 47fe36c commit ada4040
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "0.1.0",
"version": "0.1.1",
"useWorkspaces": true
}
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-notebook/web-components",
"version": "0.1.0",
"version": "0.1.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.1.0",
"version": "0.1.1",
"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-notebook/react-components": "^0.1.0",
"@jupyter-notebook/web-components": "^0.1.0",
"@jupyter-notebook/react-components": "^0.1.1",
"@jupyter-notebook/web-components": "^0.1.1",
"@jupyterlab/application": "^3.1.0",
"@jupyterlab/apputils": "^3.0.0",
"@lumino/widgets": "^1.30.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-notebook/react-components",
"version": "0.1.0",
"version": "0.1.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 @@ -29,7 +29,7 @@
"test": "jest --verbose --coverage"
},
"dependencies": {
"@jupyter-notebook/web-components": "^0.1.0",
"@jupyter-notebook/web-components": "^0.1.1",
"@microsoft/fast-react-wrapper": "^0.1.17",
"react": "^17.0.0"
},
Expand Down

0 comments on commit ada4040

Please sign in to comment.