diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 10313b1f0..4900bc1bc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0, 1, 6, 'final', 0 +current_version = 0, 1, 7, 'final', 0 commit = False tag = False parse = (?P\d+)\,\ (?P\d+)\,\ (?P\d+)\,\ \'(?P\S+)\'\,\ (?P\d+) diff --git a/app/package.json b/app/package.json index 5b1c464b1..9aa138dd1 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/app", - "version": "0.1.6", + "version": "0.1.7", "private": true, "scripts": { "build": "webpack", @@ -17,14 +17,14 @@ "watch": "webpack --watch" }, "dependencies": { - "@jupyterlab-classic/application": "^0.1.6", - "@jupyterlab-classic/application-extension": "^0.1.6", - "@jupyterlab-classic/docmanager-extension": "^0.1.6", - "@jupyterlab-classic/help-extension": "^0.1.6", - "@jupyterlab-classic/notebook-extension": "^0.1.6", - "@jupyterlab-classic/terminal-extension": "^0.1.6", - "@jupyterlab-classic/tree-extension": "^0.1.6", - "@jupyterlab-classic/ui-components": "^0.1.6", + "@jupyterlab-classic/application": "^0.1.7", + "@jupyterlab-classic/application-extension": "^0.1.7", + "@jupyterlab-classic/docmanager-extension": "^0.1.7", + "@jupyterlab-classic/help-extension": "^0.1.7", + "@jupyterlab-classic/notebook-extension": "^0.1.7", + "@jupyterlab-classic/terminal-extension": "^0.1.7", + "@jupyterlab-classic/tree-extension": "^0.1.7", + "@jupyterlab-classic/ui-components": "^0.1.7", "@jupyterlab/apputils-extension": "^3.0.0", "@jupyterlab/codemirror-extension": "^3.0.0", "@jupyterlab/completer-extension": "^3.0.0", diff --git a/buildutils/package.json b/buildutils/package.json index 51e01210c..8caef2015 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/buildutils", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "JupyterLab Classic - Build Utilities", "homepage": "https://github.com/jtpio/jupyterlab-classic", diff --git a/jupyterlab_classic/_version.py b/jupyterlab_classic/_version.py index 551b2f6f2..e5430f4ae 100644 --- a/jupyterlab_classic/_version.py +++ b/jupyterlab_classic/_version.py @@ -12,7 +12,7 @@ VersionInfo = namedtuple('VersionInfo', [ ]) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(0, 1, 6, 'final', 0) +version_info = VersionInfo(0, 1, 7, 'final', 0) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index dce9153a8..51be9d475 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/application-extension", - "version": "0.1.6", + "version": "0.1.7", "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.6", - "@jupyterlab-classic/ui-components": "^0.1.6", + "@jupyterlab-classic/application": "^0.1.7", + "@jupyterlab-classic/ui-components": "^0.1.7", "@jupyterlab/application": "^3.0.0", "@jupyterlab/apputils": "^3.0.0", "@jupyterlab/codeeditor": "^3.0.0", diff --git a/packages/application/package.json b/packages/application/package.json index 6cac9d9cc..144bc47f4 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/application", - "version": "0.1.6", + "version": "0.1.7", "description": "JupyterLab Classic - Application", "homepage": "https://github.com/jtpio/jupyterlab-classic", "bugs": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index d0c0914bf..dfe618e36 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/docmanager-extension", - "version": "0.1.6", + "version": "0.1.7", "description": "JupyterLab Classic - Document Manager Extension", "homepage": "https://github.com/jtpio/jupyterlab-classic", "bugs": { diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 13a02781b..773985e6d 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/help-extension", - "version": "0.1.6", + "version": "0.1.7", "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.6", + "@jupyterlab-classic/ui-components": "^0.1.7", "@jupyterlab/application": "^3.0.0", "@jupyterlab/apputils": "^3.0.0", "@jupyterlab/mainmenu": "^3.0.0" diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 2c1e16e4b..007756922 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/lab-extension", - "version": "0.1.6", + "version": "0.1.7", "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.6", + "@jupyterlab-classic/ui-components": "^0.1.7", "@jupyterlab/application": "^3.0.0", "@jupyterlab/apputils": "^3.0.0", "@jupyterlab/coreutils": "^5.0.0", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 0534b7b78..123c12296 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/notebook-extension", - "version": "0.1.6", + "version": "0.1.7", "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.6", + "@jupyterlab-classic/application": "^0.1.7", "@jupyterlab/application": "^3.0.0", "@jupyterlab/apputils": "^3.0.0", "@jupyterlab/docmanager": "^3.0.0", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index ba3ddaba0..dba3ece18 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/terminal-extension", - "version": "0.1.6", + "version": "0.1.7", "description": "JupyterLab Classic - Terminal Extension", "homepage": "https://github.com/jtpio/jupyterlab-classic", "bugs": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index de027214a..809b82599 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/tree-extension", - "version": "0.1.6", + "version": "0.1.7", "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.6", + "@jupyterlab-classic/application": "^0.1.7", "@jupyterlab/application": "^3.0.0", "@jupyterlab/apputils": "^3.0.0", "@jupyterlab/coreutils": "^5.0.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index b9e26ad03..6d9ccdf04 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab-classic/ui-components", - "version": "0.1.6", + "version": "0.1.7", "description": "JupyterLab Classic - UI components", "homepage": "https://github.com/jtpio/jupyterlab-classic", "bugs": {