From 808504a7bcd1c980061bab23bbc1ea084c18b355 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Thu, 19 Dec 2024 08:18:10 +0100 Subject: [PATCH] Theia IDE 1.57.1 --- applications/browser/package.json | 6 +++--- applications/electron/package.json | 10 +++++----- lerna.json | 2 +- package.json | 4 ++-- theia-extensions/launcher/package.json | 4 ++-- theia-extensions/product/package.json | 4 ++-- theia-extensions/updater/package.json | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/applications/browser/package.json b/applications/browser/package.json index 70de52a6f..8a203bdc8 100644 --- a/applications/browser/package.json +++ b/applications/browser/package.json @@ -3,7 +3,7 @@ "name": "theia-ide-browser-app", "description": "Eclipse Theia IDE browser product", "productName": "Theia IDE", - "version": "1.57.0", + "version": "1.57.1", "license": "MIT", "author": "Eclipse Theia ", "homepage": "https://github.com/eclipse-theia/theia-ide#readme", @@ -102,7 +102,7 @@ "@theia/vsx-registry": "1.57.0", "@theia/workspace": "1.57.0", "fs-extra": "^9.0.1", - "theia-ide-product-ext": "1.57.0" + "theia-ide-product-ext": "1.57.1" }, "devDependencies": { "@theia/cli": "1.57.0" @@ -117,4 +117,4 @@ "update:theia": "ts-node ../../scripts/update-theia-version.ts", "update:next": "ts-node ../../scripts/update-theia-version.ts next" } -} \ No newline at end of file +} diff --git a/applications/electron/package.json b/applications/electron/package.json index f768fdc4d..ca153b079 100644 --- a/applications/electron/package.json +++ b/applications/electron/package.json @@ -3,7 +3,7 @@ "name": "theia-ide-electron-app", "description": "Eclipse Theia IDE product", "productName": "Theia IDE", - "version": "1.57.0", + "version": "1.57.1", "main": "scripts/theia-electron-main.js", "license": "MIT", "author": "Eclipse Theia ", @@ -112,9 +112,9 @@ "@theia/vsx-registry": "1.57.0", "@theia/workspace": "1.57.0", "fs-extra": "^9.0.1", - "theia-ide-launcher-ext": "1.57.0", - "theia-ide-product-ext": "1.57.0", - "theia-ide-updater-ext": "1.57.0" + "theia-ide-launcher-ext": "1.57.1", + "theia-ide-product-ext": "1.57.1", + "theia-ide-updater-ext": "1.57.1" }, "devDependencies": { "@theia/cli": "1.57.0", @@ -161,4 +161,4 @@ "lint": "eslint --ext js,jsx,ts,tsx scripts && eslint --ext js,jsx,ts,tsx test", "lint:fix": "eslint --ext js,jsx,ts,tsx scripts --fix && eslint --ext js,jsx,ts,tsx test -fix" } -} \ No newline at end of file +} diff --git a/lerna.json b/lerna.json index e61ee7082..61b29e6da 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "1.57.0", + "version": "1.57.1", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/package.json b/package.json index 93a6fed75..dbc817e2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.57.0", + "version": "1.57.1", "license": "MIT", "author": "Rob Moran ", "homepage": "https://github.com/eclipse-theia/theia-ide#readme", @@ -83,4 +83,4 @@ "**/cpu-features": "0.0.9", "**/perfect-scrollbar": "1.5.5" } -} \ No newline at end of file +} diff --git a/theia-extensions/launcher/package.json b/theia-extensions/launcher/package.json index 569022599..a02e8bd7f 100644 --- a/theia-extensions/launcher/package.json +++ b/theia-extensions/launcher/package.json @@ -1,6 +1,6 @@ { "name": "theia-ide-launcher-ext", - "version": "1.57.0", + "version": "1.57.1", "keywords": [ "theia-extension" ], @@ -42,4 +42,4 @@ "backend": "lib/node/launcher-backend-module" } ] -} \ No newline at end of file +} diff --git a/theia-extensions/product/package.json b/theia-extensions/product/package.json index 784999978..390c453ef 100644 --- a/theia-extensions/product/package.json +++ b/theia-extensions/product/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "theia-ide-product-ext", - "version": "1.57.0", + "version": "1.57.1", "description": "Eclipse Theia IDE Product Branding", "dependencies": { "@theia/core": "1.57.0", @@ -48,4 +48,4 @@ "peerDependencies": { "react": "^16.8.0" } -} \ No newline at end of file +} diff --git a/theia-extensions/updater/package.json b/theia-extensions/updater/package.json index 91593060d..e9abf394a 100644 --- a/theia-extensions/updater/package.json +++ b/theia-extensions/updater/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "theia-ide-updater-ext", - "version": "1.57.0", + "version": "1.57.1", "description": "Eclipse Theia IDE Updater", "dependencies": { "@theia/core": "1.57.0", @@ -47,4 +47,4 @@ "update:theia": "ts-node ../../scripts/update-theia-version.ts", "update:next": "ts-node ../../scripts/update-theia-version.ts next" } -} \ No newline at end of file +}