We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba3640 commit 9388041Copy full SHA for 9388041
examples/example-datagrid/package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "@lumino/example-datagrid",
3
- "version": "0.10.0",
+ "version": "0.11.0",
4
"private": true,
5
"scripts": {
6
"build": "tsc && webpack",
7
"clean": "rimraf build"
8
},
9
"dependencies": {
10
- "@lumino/datagrid": "^0.13.0",
+ "@lumino/datagrid": "^0.14.0",
11
"@lumino/default-theme": "^0.5.0",
12
"@lumino/dragdrop": "^1.6.4",
13
"@lumino/widgets": "^1.14.0",
packages/datagrid/package.json
@@ -1,6 +1,6 @@
"name": "@lumino/datagrid",
- "version": "0.13.0",
+ "version": "0.14.0",
"description": "Lumino Tabular Data Grid",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
0 commit comments