Skip to content

Commit ededd89

Browse files
committed
v0.6.2
1 parent 4308d3e commit ededd89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.1",
3+
"version": "0.6.2",
44
"useWorkspaces": true
55
}

packages/lab-example/package.json

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

packages/react-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-notebook/react-components",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
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",

0 commit comments

Comments
 (0)