We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b7753 commit b705f8cCopy full SHA for b705f8c
examples/example-datagrid/package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "@lumino/example-datagrid",
3
- "version": "0.21.0",
+ "version": "0.22.0",
4
"private": true,
5
"scripts": {
6
"build": "tsc && webpack",
7
"clean": "rimraf build"
8
},
9
"dependencies": {
10
- "@lumino/datagrid": "^0.24.0",
+ "@lumino/datagrid": "^0.25.0",
11
"@lumino/default-theme": "^0.14.0",
12
"@lumino/dragdrop": "^1.10.0",
13
"@lumino/widgets": "^1.23.0",
packages/datagrid/package.json
@@ -1,6 +1,6 @@
"name": "@lumino/datagrid",
- "version": "0.24.0",
+ "version": "0.25.0",
"description": "Lumino Tabular Data Grid",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
0 commit comments