Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 19, 2021
1 parent e9c5dce commit 4f24322
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions examples/example-datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@lumino/example-datagrid",
"version": "0.15.0",
"version": "0.16.0",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/datagrid": "^0.18.0",
"@lumino/default-theme": "^0.8.0",
"@lumino/datagrid": "^0.19.0",
"@lumino/default-theme": "^0.9.0",
"@lumino/dragdrop": "^1.7.1",
"@lumino/widgets": "^1.17.0",
"@lumino/widgets": "^1.18.0",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/example-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/example-datastore",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"scripts": {
"build": "tsc && webpack",
Expand All @@ -14,7 +14,7 @@
"@lumino/datastore": "^0.11.0",
"@lumino/disposable": "^1.4.3",
"@lumino/dragdrop": "^1.7.1",
"@lumino/widgets": "^1.17.0",
"@lumino/widgets": "^1.18.0",
"codemirror": "^5.48.2",
"es6-promise": "^4.0.5",
"websocket": "^1.0.28"
Expand Down
6 changes: 3 additions & 3 deletions examples/example-dockpanel/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@lumino/example-dockpanel",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"scripts": {
"build": "tsc && webpack",
"clean": "rimraf build"
},
"dependencies": {
"@lumino/commands": "^1.12.0",
"@lumino/default-theme": "^0.8.0",
"@lumino/default-theme": "^0.9.0",
"@lumino/dragdrop": "^1.7.1",
"@lumino/messaging": "^1.4.3",
"@lumino/widgets": "^1.17.0",
"@lumino/widgets": "^1.18.0",
"es6-promise": "^4.0.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/application",
"version": "1.14.0",
"version": "1.15.0",
"description": "Lumino Pluggable Application",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@lumino/commands": "^1.12.0",
"@lumino/coreutils": "^1.5.3",
"@lumino/widgets": "^1.17.0"
"@lumino/widgets": "^1.18.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/datagrid",
"version": "0.18.0",
"version": "0.19.0",
"description": "Lumino Tabular Data Grid",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@lumino/keyboard": "^1.2.3",
"@lumino/messaging": "^1.4.3",
"@lumino/signaling": "^1.4.3",
"@lumino/widgets": "^1.17.0"
"@lumino/widgets": "^1.18.0"
},
"devDependencies": {
"rimraf": "^2.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/default-theme",
"version": "0.8.0",
"version": "0.9.0",
"description": "Lumino Default Theme",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@lumino/dragdrop": "^1.7.1",
"@lumino/widgets": "^1.17.0"
"@lumino/widgets": "^1.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lumino/widgets",
"version": "1.17.0",
"version": "1.18.0",
"description": "Lumino Widgets",
"homepage": "https://github.com/jupyterlab/lumino",
"bugs": {
Expand Down

0 comments on commit 4f24322

Please sign in to comment.