Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion elyra/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "4.2.0"
__version__ = "4.2.1"
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.2.0",
"version": "4.2.1",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elyra",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"workspaces": {
"packages": [
Expand Down Expand Up @@ -83,5 +83,6 @@
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "~5.1.6",
"webpack": "^5.76.1"
}
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions packages/code-snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elyra/code-snippet-extension",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab extension - Reusable code snippets for your Notebook and Python Scripts",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,9 +52,9 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@elyra/metadata-common": "4.2.0",
"@elyra/services": "4.2.0",
"@elyra/ui-components": "4.2.0",
"@elyra/metadata-common": "4.2.1",
"@elyra/services": "4.2.1",
"@elyra/ui-components": "4.2.1",
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/builder": "^4.2.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/metadata-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elyra/metadata-common",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab - Widgets for interacting with metadata",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -51,8 +51,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@elyra/services": "4.2.0",
"@elyra/ui-components": "4.2.0",
"@elyra/services": "4.2.1",
"@elyra/ui-components": "4.2.1",
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/codeeditor": "^4.2.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elyra/metadata-extension",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab extension - View and edit metadata",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,8 +52,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@elyra/metadata-common": "4.2.0",
"@elyra/services": "4.2.0",
"@elyra/metadata-common": "4.2.1",
"@elyra/services": "4.2.1",
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/builder": "^4.2.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/pipeline-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elyra/pipeline-editor-extension",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab extension - Visual editor to build Notebook pipelines",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,11 +53,11 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@elyra/metadata-common": "4.2.0",
"@elyra/metadata-common": "4.2.1",
"@elyra/pipeline-editor": "1.12.1",
"@elyra/pipeline-services": "1.12.1",
"@elyra/services": "4.2.0",
"@elyra/ui-components": "4.2.0",
"@elyra/services": "4.2.1",
"@elyra/ui-components": "4.2.1",
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/builder": "^4.2.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/python-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elyra/python-editor-extension",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab extension - Run python scripts using a kernel runtime",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,8 +52,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@elyra/script-editor": "4.2.0",
"@elyra/ui-components": "4.2.0",
"@elyra/script-editor": "4.2.1",
"@elyra/ui-components": "4.2.1",
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/codeeditor": "^4.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/script-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elyra/script-debugger-extension",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab extension - visual debugging support for script editors",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,7 +52,7 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@elyra/script-editor": "4.2.0",
"@elyra/script-editor": "4.2.1",
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/debugger": "^4.2.5",
"@jupyterlab/fileeditor": "^4.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/script-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elyra/script-editor",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab - Run python and R scripts using a kernel runtime",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elyra/services",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab - Utilities for use in elyra",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elyra/theme-extension",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab extension - Elyra theme",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -52,7 +52,7 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@elyra/ui-components": "4.2.0",
"@elyra/ui-components": "4.2.1",
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/apputils": "^4.2.5",
"@jupyterlab/builder": "^4.2.5",
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": "@elyra/ui-components",
"version": "4.2.0",
"version": "4.2.1",
"description": "JupyterLab - UI components for use in elyra",
"keywords": [
"jupyter",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3148,9 +3148,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@elyra/code-snippet-extension@workspace:packages/code-snippet"
dependencies:
"@elyra/metadata-common": 4.2.0
"@elyra/services": 4.2.0
"@elyra/ui-components": 4.2.0
"@elyra/metadata-common": 4.2.1
"@elyra/services": 4.2.1
"@elyra/ui-components": 4.2.1
"@jupyterlab/application": ^4.2.5
"@jupyterlab/apputils": ^4.2.5
"@jupyterlab/builder": ^4.2.5
Expand Down Expand Up @@ -3179,12 +3179,12 @@ __metadata:
languageName: unknown
linkType: soft

"@elyra/[email protected].0, @elyra/metadata-common@workspace:packages/metadata-common":
"@elyra/[email protected].1, @elyra/metadata-common@workspace:packages/metadata-common":
version: 0.0.0-use.local
resolution: "@elyra/metadata-common@workspace:packages/metadata-common"
dependencies:
"@elyra/services": 4.2.0
"@elyra/ui-components": 4.2.0
"@elyra/services": 4.2.1
"@elyra/ui-components": 4.2.1
"@jupyterlab/application": ^4.2.5
"@jupyterlab/apputils": ^4.2.5
"@jupyterlab/builder": ^4.2.5
Expand All @@ -3206,8 +3206,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@elyra/metadata-extension@workspace:packages/metadata"
dependencies:
"@elyra/metadata-common": 4.2.0
"@elyra/services": 4.2.0
"@elyra/metadata-common": 4.2.1
"@elyra/services": 4.2.1
"@jupyterlab/application": ^4.2.5
"@jupyterlab/apputils": ^4.2.5
"@jupyterlab/builder": ^4.2.5
Expand All @@ -3224,11 +3224,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@elyra/pipeline-editor-extension@workspace:packages/pipeline-editor"
dependencies:
"@elyra/metadata-common": 4.2.0
"@elyra/metadata-common": 4.2.1
"@elyra/pipeline-editor": 1.12.1
"@elyra/pipeline-services": 1.12.1
"@elyra/services": 4.2.0
"@elyra/ui-components": 4.2.0
"@elyra/services": 4.2.1
"@elyra/ui-components": 4.2.1
"@jupyterlab/application": ^4.2.5
"@jupyterlab/apputils": ^4.2.5
"@jupyterlab/builder": ^4.2.5
Expand Down Expand Up @@ -3324,8 +3324,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@elyra/python-editor-extension@workspace:packages/python-editor"
dependencies:
"@elyra/script-editor": 4.2.0
"@elyra/ui-components": 4.2.0
"@elyra/script-editor": 4.2.1
"@elyra/ui-components": 4.2.1
"@jupyterlab/application": ^4.2.5
"@jupyterlab/apputils": ^4.2.5
"@jupyterlab/builder": ^4.2.5
Expand All @@ -3347,7 +3347,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@elyra/script-debugger-extension@workspace:packages/script-debugger"
dependencies:
"@elyra/script-editor": 4.2.0
"@elyra/script-editor": 4.2.1
"@jupyterlab/application": ^4.2.5
"@jupyterlab/builder": ^4.2.5
"@jupyterlab/debugger": ^4.2.5
Expand All @@ -3359,7 +3359,7 @@ __metadata:
languageName: unknown
linkType: soft

"@elyra/[email protected].0, @elyra/script-editor@workspace:packages/script-editor":
"@elyra/[email protected].1, @elyra/script-editor@workspace:packages/script-editor":
version: 0.0.0-use.local
resolution: "@elyra/script-editor@workspace:packages/script-editor"
dependencies:
Expand Down Expand Up @@ -3389,7 +3389,7 @@ __metadata:
languageName: unknown
linkType: soft

"@elyra/[email protected].0, @elyra/services@workspace:packages/services":
"@elyra/[email protected].1, @elyra/services@workspace:packages/services":
version: 0.0.0-use.local
resolution: "@elyra/services@workspace:packages/services"
dependencies:
Expand Down Expand Up @@ -3418,7 +3418,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@elyra/theme-extension@workspace:packages/theme"
dependencies:
"@elyra/ui-components": 4.2.0
"@elyra/ui-components": 4.2.1
"@jupyterlab/application": ^4.2.5
"@jupyterlab/apputils": ^4.2.5
"@jupyterlab/builder": ^4.2.5
Expand All @@ -3435,7 +3435,7 @@ __metadata:
languageName: unknown
linkType: soft

"@elyra/[email protected].0, @elyra/ui-components@workspace:packages/ui-components":
"@elyra/[email protected].1, @elyra/ui-components@workspace:packages/ui-components":
version: 0.0.0-use.local
resolution: "@elyra/ui-components@workspace:packages/ui-components"
dependencies:
Expand Down