diff --git a/packages/cli/package.json b/packages/cli/package.json index d8790254aa..4ad8a2abe8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.122.1", + "version": "0.122.2", "description": "n8n Workflow Automation Tool", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", @@ -107,7 +107,7 @@ "lodash.get": "^4.4.2", "mysql2": "~2.2.0", "n8n-core": "~0.73.0", - "n8n-editor-ui": "~0.92.0", + "n8n-editor-ui": "~0.92.1", "n8n-nodes-base": "~0.119.1", "n8n-workflow": "~0.60.0", "oauth-1.0a": "^2.2.6", diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index 085fbfe03d..9e9ccdc863 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "0.92.0", + "version": "0.92.1", "description": "Workflow Editor UI for n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io",