Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 13, 2021
1 parent d31291f commit 7d81a01
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0, 1, 8, 'final', 0
current_version = 0, 1, 9, 'final', 0
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
Expand Down
34 changes: 17 additions & 17 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/app",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"scripts": {
"build": "webpack",
Expand All @@ -18,14 +18,14 @@
"watch": "webpack --watch"
},
"resolutions": {
"@jupyterlab-classic/application": "~0.1.8",
"@jupyterlab-classic/application-extension": "~0.1.8",
"@jupyterlab-classic/docmanager-extension": "~0.1.8",
"@jupyterlab-classic/help-extension": "~0.1.8",
"@jupyterlab-classic/notebook-extension": "~0.1.8",
"@jupyterlab-classic/terminal-extension": "~0.1.8",
"@jupyterlab-classic/tree-extension": "~0.1.8",
"@jupyterlab-classic/ui-components": "~0.1.8",
"@jupyterlab-classic/application": "~0.1.9",
"@jupyterlab-classic/application-extension": "~0.1.9",
"@jupyterlab-classic/docmanager-extension": "~0.1.9",
"@jupyterlab-classic/help-extension": "~0.1.9",
"@jupyterlab-classic/notebook-extension": "~0.1.9",
"@jupyterlab-classic/terminal-extension": "~0.1.9",
"@jupyterlab-classic/tree-extension": "~0.1.9",
"@jupyterlab-classic/ui-components": "~0.1.9",
"@jupyterlab/application": "~3.0.7",
"@jupyterlab/apputils": "~3.0.5",
"@jupyterlab/apputils-extension": "~3.0.7",
Expand Down Expand Up @@ -80,14 +80,14 @@
"react-dom": "~17.0.2"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.8",
"@jupyterlab-classic/application-extension": "^0.1.8",
"@jupyterlab-classic/docmanager-extension": "^0.1.8",
"@jupyterlab-classic/help-extension": "^0.1.8",
"@jupyterlab-classic/notebook-extension": "^0.1.8",
"@jupyterlab-classic/terminal-extension": "^0.1.8",
"@jupyterlab-classic/tree-extension": "^0.1.8",
"@jupyterlab-classic/ui-components": "^0.1.8",
"@jupyterlab-classic/application": "^0.1.9",
"@jupyterlab-classic/application-extension": "^0.1.9",
"@jupyterlab-classic/docmanager-extension": "^0.1.9",
"@jupyterlab-classic/help-extension": "^0.1.9",
"@jupyterlab-classic/notebook-extension": "^0.1.9",
"@jupyterlab-classic/terminal-extension": "^0.1.9",
"@jupyterlab-classic/tree-extension": "^0.1.9",
"@jupyterlab-classic/ui-components": "^0.1.9",
"@jupyterlab/apputils-extension": "^3.0.0",
"@jupyterlab/celltags": "^3.0.0",
"@jupyterlab/codemirror-extension": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion buildutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/buildutils",
"version": "0.1.8",
"version": "0.1.9",
"private": true,
"description": "JupyterLab Classic - Build Utilities",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_classic/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
])

# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(0, 1, 8, 'final', 0)
version_info = VersionInfo(0, 1, 9, 'final', 0)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down
6 changes: 3 additions & 3 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/application-extension",
"version": "0.1.8",
"version": "0.1.9",
"description": "JupyterLab Classic - Application Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.8",
"@jupyterlab-classic/ui-components": "^0.1.8",
"@jupyterlab-classic/application": "^0.1.9",
"@jupyterlab-classic/ui-components": "^0.1.9",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/celltags": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/application",
"version": "0.1.8",
"version": "0.1.9",
"description": "JupyterLab Classic - Application",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docmanager-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/docmanager-extension",
"version": "0.1.8",
"version": "0.1.9",
"description": "JupyterLab Classic - Document Manager Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/help-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/help-extension",
"version": "0.1.8",
"version": "0.1.9",
"description": "JupyterLab Classic - Help Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.8",
"@jupyterlab-classic/ui-components": "^0.1.9",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/lab-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/lab-extension",
"version": "0.1.8",
"version": "0.1.9",
"description": "JupyterLab Classic - Lab Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@jupyterlab-classic/ui-components": "^0.1.8",
"@jupyterlab-classic/ui-components": "^0.1.9",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/notebook-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/notebook-extension",
"version": "0.1.8",
"version": "0.1.9",
"description": "JupyterLab Classic - Notebook Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.8",
"@jupyterlab-classic/application": "^0.1.9",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/docmanager": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/terminal-extension",
"version": "0.1.8",
"version": "0.1.9",
"description": "JupyterLab Classic - Terminal Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tree-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/tree-extension",
"version": "0.1.8",
"version": "0.1.9",
"description": "JupyterLab Classic - Tree Extension",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab-classic/application": "^0.1.8",
"@jupyterlab-classic/application": "^0.1.9",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab-classic/ui-components",
"version": "0.1.8",
"version": "0.1.9",
"description": "JupyterLab Classic - UI components",
"homepage": "https://github.com/jtpio/jupyterlab-classic",
"bugs": {
Expand Down

0 comments on commit 7d81a01

Please sign in to comment.