Release 0.1.0rc1

This commit is contained in:
Jeremy Tuloup 2020-12-13 22:25:14 +01:00
parent 96afa884e3
commit 2a7fa061d5
12 changed files with 30 additions and 30 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/builder",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"private": true,
"scripts": {
"build": "webpack",
@ -10,17 +10,18 @@
"watch": "webpack --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0-rc.0",
"@jupyterlab-classic/application-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/docmanager-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/help-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/notebook-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/terminal-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/tree-extension": "^0.1.0-rc.0",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.0",
"@jupyterlab-classic/application": "^0.1.0-rc.1",
"@jupyterlab-classic/application-extension": "^0.1.0-rc.1",
"@jupyterlab-classic/docmanager-extension": "^0.1.0-rc.1",
"@jupyterlab-classic/help-extension": "^0.1.0-rc.1",
"@jupyterlab-classic/notebook-extension": "^0.1.0-rc.1",
"@jupyterlab-classic/terminal-extension": "^0.1.0-rc.1",
"@jupyterlab-classic/tree-extension": "^0.1.0-rc.1",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.1",
"@jupyterlab/apputils-extension": "^3.0.0-rc.13",
"@jupyterlab/codemirror-extension": "^3.0.0-rc.13",
"@jupyterlab/completer-extension": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "~5.0.0-rc.13",
"@jupyterlab/docmanager-extension": "^3.0.0-rc.13",
"@jupyterlab/fileeditor-extension": "^3.0.0-rc.13",
"@jupyterlab/mainmenu-extension": "^3.0.0-rc.13",
@ -30,10 +31,9 @@
"@jupyterlab/running-extension": "^3.0.0-rc.13",
"@jupyterlab/shortcuts-extension": "^3.0.0-rc.13",
"@jupyterlab/terminal-extension": "^3.0.0-rc.13",
"@jupyterlab/tooltip-extension": "^3.0.0-rc.13",
"@jupyterlab/theme-light-extension": "^3.0.0-rc.13",
"@jupyterlab/theme-dark-extension": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "~5.0.0-rc.13"
"@jupyterlab/theme-light-extension": "^3.0.0-rc.13",
"@jupyterlab/tooltip-extension": "^3.0.0-rc.13"
},
"devDependencies": {
"@jupyterlab/builder": "^3.0.0-rc.13",

View File

@ -1 +1 @@
__version__ = "0.1.0rc0"
__version__ = "0.1.0rc1"

View File

@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "2.0.0",
"version": "0.1.0-rc.1",
"useWorkspaces": true
}

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/application-extension",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "JupyterLab Classic - Application Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -39,8 +39,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0-rc.0",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.0",
"@jupyterlab-classic/application": "^0.1.0-rc.1",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.1",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/codeeditor": "^3.0.0-rc.13",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/application",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "JupyterLab Classic - Application",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -44,8 +44,8 @@
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/docregistry": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "^5.0.0-rc.13",
"@jupyterlab/docregistry": "^3.0.0-rc.13",
"@jupyterlab/ui-components": "^3.0.0-rc.13",
"@lumino/algorithm": "^1.3.3",
"@lumino/coreutils": "^1.5.3",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/docmanager-extension",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "JupyterLab Classic - Document Manager Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/help-extension",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "JupyterLab Classic - Help Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.0-rc.0",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.1",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/mainmenu": "^3.0.0-rc.13"

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/lab-extension",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "JupyterLab Classic - Lab Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -46,7 +46,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.0-rc.0",
"@jupyterlab-classic/ui-components": "^0.1.0-rc.1",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "^5.0.0-rc.13",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/notebook-extension",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "JupyterLab Classic - Notebook Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0-rc.0",
"@jupyterlab-classic/application": "^0.1.0-rc.1",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/docmanager": "^3.0.0-rc.13",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/terminal-extension",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "JupyterLab Classic - Terminal Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/tree-extension",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "JupyterLab Classic - Tree Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.0-rc.0",
"@jupyterlab-classic/application": "^0.1.0-rc.1",
"@jupyterlab/application": "^3.0.0-rc.13",
"@jupyterlab/apputils": "^3.0.0-rc.13",
"@jupyterlab/coreutils": "^5.0.0-rc.13",

View File

@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/ui-components",
"version": "0.1.0-rc.0",
"version": "0.1.0-rc.1",
"description": "JupyterLab Classic - UI components",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {