Skip to content

Commit 9388041

Browse files
author
Steven Silvester
committed
Publish
- @lumino/[email protected] - @lumino/[email protected]
1 parent 5ba3640 commit 9388041

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.10.0",
3+
"version": "0.11.0",
44
"private": true,
55
"scripts": {
66
"build": "tsc && webpack",
77
"clean": "rimraf build"
88
},
99
"dependencies": {
10-
"@lumino/datagrid": "^0.13.0",
10+
"@lumino/datagrid": "^0.14.0",
1111
"@lumino/default-theme": "^0.5.0",
1212
"@lumino/dragdrop": "^1.6.4",
1313
"@lumino/widgets": "^1.14.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.13.0",
3+
"version": "0.14.0",
44
"description": "Lumino Tabular Data Grid",
55
"homepage": "https://github.com/jupyterlab/lumino",
66
"bugs": {

0 commit comments

Comments
 (0)