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

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 31, 2021
1 parent 57717ce commit ca941fa
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 36 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, 2, 1, 'final', 0
current_version = 0, 2, 2, '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": "@retrolab/app",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"build": "webpack",
Expand Down Expand Up @@ -73,14 +73,14 @@
"@lumino/signaling": "~1.7.0",
"@lumino/virtualdom": "~1.11.0",
"@lumino/widgets": "~1.23.0",
"@retrolab/application": "~0.2.1",
"@retrolab/application-extension": "~0.2.1",
"@retrolab/docmanager-extension": "~0.2.1",
"@retrolab/help-extension": "~0.2.1",
"@retrolab/notebook-extension": "~0.2.1",
"@retrolab/terminal-extension": "~0.2.1",
"@retrolab/tree-extension": "~0.2.1",
"@retrolab/ui-components": "~0.2.1",
"@retrolab/application": "~0.2.2",
"@retrolab/application-extension": "~0.2.2",
"@retrolab/docmanager-extension": "~0.2.2",
"@retrolab/help-extension": "~0.2.2",
"@retrolab/notebook-extension": "~0.2.2",
"@retrolab/terminal-extension": "~0.2.2",
"@retrolab/tree-extension": "~0.2.2",
"@retrolab/ui-components": "~0.2.2",
"react": "~17.0.2",
"react-dom": "~17.0.2"
},
Expand All @@ -107,14 +107,14 @@
"@jupyterlab/theme-light-extension": "^3.0.0",
"@jupyterlab/tooltip-extension": "^3.0.0",
"@jupyterlab/vega5-extension": "^3.0.0",
"@retrolab/application": "^0.2.1",
"@retrolab/application-extension": "^0.2.1",
"@retrolab/docmanager-extension": "^0.2.1",
"@retrolab/help-extension": "^0.2.1",
"@retrolab/notebook-extension": "^0.2.1",
"@retrolab/terminal-extension": "^0.2.1",
"@retrolab/tree-extension": "^0.2.1",
"@retrolab/ui-components": "^0.2.1"
"@retrolab/application": "^0.2.2",
"@retrolab/application-extension": "^0.2.2",
"@retrolab/docmanager-extension": "^0.2.2",
"@retrolab/help-extension": "^0.2.2",
"@retrolab/notebook-extension": "^0.2.2",
"@retrolab/terminal-extension": "^0.2.2",
"@retrolab/tree-extension": "^0.2.2",
"@retrolab/ui-components": "^0.2.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
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": "@retrolab/buildutils",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"description": "RetroLab - Build Utilities",
"homepage": "https://github.com/jupyterlab/retrolab",
Expand Down
2 changes: 1 addition & 1 deletion packages/_metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@retrolab/metapackage",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - Metapackage",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
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": "@retrolab/application-extension",
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - Application Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -51,8 +51,8 @@
"@jupyterlab/settingregistry": "^3.0.0",
"@jupyterlab/translation": "^3.0.0",
"@lumino/widgets": "^1.14.0",
"@retrolab/application": "^0.2.1",
"@retrolab/ui-components": "^0.2.1"
"@retrolab/application": "^0.2.2",
"@retrolab/ui-components": "^0.2.2"
},
"devDependencies": {
"rimraf": "~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": "@retrolab/application",
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - Application",
"homepage": "https://github.com/jupyterlab/retrolab",
"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": "@retrolab/docmanager-extension",
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - Document Manager Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"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": "@retrolab/help-extension",
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - Help Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/mainmenu": "^3.0.0",
"@retrolab/ui-components": "^0.2.1"
"@retrolab/ui-components": "^0.2.2"
},
"devDependencies": {
"rimraf": "~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": "@retrolab/lab-extension",
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - Lab Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"@jupyterlab/notebook": "^3.0.0",
"@lumino/commands": "^1.11.4",
"@lumino/disposable": "^1.4.3",
"@retrolab/ui-components": "^0.2.1"
"@retrolab/ui-components": "^0.2.2"
},
"devDependencies": {
"@jupyterlab/builder": "^3.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": "@retrolab/notebook-extension",
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - Notebook Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@jupyterlab/notebook": "^3.0.0",
"@lumino/polling": "^1.3.3",
"@lumino/widgets": "^1.14.0",
"@retrolab/application": "^0.2.1"
"@retrolab/application": "^0.2.2"
},
"devDependencies": {
"rimraf": "~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": "@retrolab/terminal-extension",
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - Terminal Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"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": "@retrolab/tree-extension",
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - Tree Extension",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@lumino/algorithm": "^1.3.3",
"@lumino/commands": "^1.12.0",
"@lumino/widgets": "^1.16.1",
"@retrolab/application": "^0.2.1"
"@retrolab/application": "^0.2.2"
},
"devDependencies": {
"rimraf": "~3.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": "@retrolab/ui-components",
"version": "0.2.1",
"version": "0.2.2",
"description": "RetroLab - UI components",
"homepage": "https://github.com/jupyterlab/retrolab",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion retrolab/_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, 2, 1, 'final', 0)
version_info = VersionInfo(0, 2, 2, 'final', 0)

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

Expand Down

0 comments on commit ca941fa

Please sign in to comment.