Skip to content

Commit 044829c

Browse files
committed
v0.5.0
1 parent 58e4fa9 commit 044829c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"useWorkspaces": true
55
}

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/web-components",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A component library for building extensions in Jupyter frontends.",
55
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",
66
"license": "BSD-3-Clause",

packages/lab-example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-ui-demo",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A JupyterLab extension to present an artwork of available UI components",
55
"private": true,
66
"keywords": [
@@ -48,8 +48,8 @@
4848
"watch:labextension": "jupyter labextension watch ."
4949
},
5050
"dependencies": {
51-
"@jupyter-notebook/react-components": "^0.4.0",
52-
"@jupyter-notebook/web-components": "^0.4.0",
51+
"@jupyter-notebook/react-components": "^0.5.0",
52+
"@jupyter-notebook/web-components": "^0.5.0",
5353
"@jupyterlab/application": "^3.1.0",
5454
"@jupyterlab/apputils": "^3.0.0",
5555
"@lumino/widgets": "^1.30.0",

packages/react-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/react-components",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A component library for building extensions in Jupyter frontends.",
55
"homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme",
66
"license": "BSD-3-Clause",
@@ -33,7 +33,7 @@
3333
"test": "jest --verbose --coverage"
3434
},
3535
"dependencies": {
36-
"@jupyter-notebook/web-components": "^0.4.0",
36+
"@jupyter-notebook/web-components": "^0.5.0",
3737
"@microsoft/fast-react-wrapper": "^0.1.17",
3838
"react": "^17.0.0"
3939
},

0 commit comments

Comments
 (0)