Skip to content

Commit 123361b

Browse files
Update version to 4.3.1 (#141)
Co-authored-by: jesuino <359820+jesuino@users.noreply.github.com>
1 parent 73070e5 commit 123361b

File tree

16 files changed

+57
-57
lines changed

16 files changed

+57
-57
lines changed

elyra/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "4.3.0"
16+
__version__ = "4.3.1"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.3.0",
2+
"version": "4.3.1",
33
"npmClient": "yarn",
44
"command": {
55
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elyra",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/code-snippet/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elyra/code-snippet-extension",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "JupyterLab extension - Reusable code snippets for your Notebook and Python Scripts",
55
"keywords": [
66
"jupyter",
@@ -53,9 +53,9 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@elyra/metadata-common": "4.3.0",
57-
"@elyra/services": "4.3.0",
58-
"@elyra/ui-components": "4.3.0",
56+
"@elyra/metadata-common": "4.3.1",
57+
"@elyra/services": "4.3.1",
58+
"@elyra/ui-components": "4.3.1",
5959
"@jupyterlab/application": "^4.4.2",
6060
"@jupyterlab/apputils": "^4.4.2",
6161
"@jupyterlab/builder": "^4.4.2",

packages/metadata-common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elyra/metadata-common",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "JupyterLab - Widgets for interacting with metadata",
55
"keywords": [
66
"jupyter",
@@ -52,8 +52,8 @@
5252
"watch:labextension": "jupyter labextension watch ."
5353
},
5454
"dependencies": {
55-
"@elyra/services": "4.3.0",
56-
"@elyra/ui-components": "4.3.0",
55+
"@elyra/services": "4.3.1",
56+
"@elyra/ui-components": "4.3.1",
5757
"@jupyterlab/application": "^4.4.2",
5858
"@jupyterlab/apputils": "^4.4.2",
5959
"@jupyterlab/codeeditor": "^4.4.2",

packages/metadata/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elyra/metadata-extension",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "JupyterLab extension - View and edit metadata",
55
"keywords": [
66
"jupyter",
@@ -53,9 +53,9 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@elyra/metadata-common": "4.3.0",
57-
"@elyra/services": "4.3.0",
58-
"@elyra/ui-components": "4.3.0",
56+
"@elyra/metadata-common": "4.3.1",
57+
"@elyra/services": "4.3.1",
58+
"@elyra/ui-components": "4.3.1",
5959
"@jupyterlab/application": "^4.4.2",
6060
"@jupyterlab/apputils": "^4.4.2",
6161
"@jupyterlab/builder": "^4.4.2",

packages/pipeline-editor/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elyra/pipeline-editor-extension",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "JupyterLab extension - Visual editor to build Notebook pipelines",
55
"keywords": [
66
"jupyter",
@@ -54,11 +54,11 @@
5454
"watch:labextension": "jupyter labextension watch ."
5555
},
5656
"dependencies": {
57-
"@elyra/metadata-common": "4.3.0",
57+
"@elyra/metadata-common": "4.3.1",
5858
"@elyra/pipeline-editor": "1.12.1",
5959
"@elyra/pipeline-services": "1.12.1",
60-
"@elyra/services": "4.3.0",
61-
"@elyra/ui-components": "4.3.0",
60+
"@elyra/services": "4.3.1",
61+
"@elyra/ui-components": "4.3.1",
6262
"@jupyterlab/application": "^4.4.2",
6363
"@jupyterlab/apputils": "^4.4.2",
6464
"@jupyterlab/builder": "^4.4.2",

packages/python-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elyra/python-editor-extension",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "JupyterLab extension - Run python scripts using a kernel runtime",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@elyra/script-editor": "4.3.0",
57-
"@elyra/ui-components": "4.3.0",
56+
"@elyra/script-editor": "4.3.1",
57+
"@elyra/ui-components": "4.3.1",
5858
"@jupyterlab/application": "^4.4.2",
5959
"@jupyterlab/apputils": "^4.4.2",
6060
"@jupyterlab/codeeditor": "^4.4.2",

packages/r-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elyra/r-editor-extension",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "JupyterLab extension - Run R scripts using a kernel runtime",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@elyra/script-editor": "4.3.0",
57-
"@elyra/ui-components": "4.3.0",
56+
"@elyra/script-editor": "4.3.1",
57+
"@elyra/ui-components": "4.3.1",
5858
"@jupyterlab/application": "^4.4.2",
5959
"@jupyterlab/apputils": "^4.4.2",
6060
"@jupyterlab/codeeditor": "^4.4.2",

packages/scala-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elyra/scala-editor-extension",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "JupyterLab extension - Run scala code using a kernel runtime",
55
"keywords": [
66
"jupyter",
@@ -53,8 +53,8 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@elyra/script-editor": "4.3.0",
57-
"@elyra/ui-components": "4.3.0",
56+
"@elyra/script-editor": "4.3.1",
57+
"@elyra/ui-components": "4.3.1",
5858
"@jupyterlab/application": "^4.4.2",
5959
"@jupyterlab/apputils": "^4.4.2",
6060
"@jupyterlab/codeeditor": "^4.4.2",

0 commit comments

Comments
 (0)