Skip to content

Commit b705f8c

Browse files
committed
Publish
- @lumino/[email protected] - @lumino/[email protected]
1 parent e2b7753 commit b705f8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/example-datagrid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@lumino/example-datagrid",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/datagrid": "^0.24.0",
10+
"@lumino/datagrid": "^0.25.0",
1111
"@lumino/default-theme": "^0.14.0",
1212
"@lumino/dragdrop": "^1.10.0",
1313
"@lumino/widgets": "^1.23.0",

packages/datagrid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lumino/datagrid",
3-
"version": "0.24.0",
3+
"version": "0.25.0",
44
"description": "Lumino Tabular Data Grid",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {

0 commit comments

Comments
 (0)