Skip to content

Commit 11ec996

Browse files
committed
Publish
- @lumino/[email protected] - @lumino/[email protected]
1 parent 20152f9 commit 11ec996

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/example-datagrid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@lumino/example-datagrid",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/datagrid": "^0.17.0",
10+
"@lumino/datagrid": "^0.18.0",
1111
"@lumino/default-theme": "^0.8.0",
1212
"@lumino/dragdrop": "^1.7.1",
1313
"@lumino/widgets": "^1.17.0",

packages/datagrid/package.json

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

0 commit comments

Comments
 (0)