From 1dcf4430566c7faf1e0b7251772c996b734a68cb Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Wed, 12 Jun 2024 16:36:19 +0200 Subject: [PATCH] Theia 1.50.1 * update to latest Theia --- applications/browser/package.json | 6 +++--- applications/electron/package.json | 10 +++++----- lerna.json | 2 +- theia-extensions/launcher/package.json | 4 ++-- theia-extensions/product/package.json | 4 ++-- theia-extensions/updater/package.json | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/applications/browser/package.json b/applications/browser/package.json index 794ce9bbb..6048bfc89 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.50.1", + "version": "1.50.100", "license": "MIT", "author": "Eclipse Theia ", "homepage": "https://github.com/eclipse-theia/theia-blueprint#readme", @@ -86,7 +86,7 @@ "@theia/vsx-registry": "1.50.1", "@theia/workspace": "1.50.1", "fs-extra": "^9.0.1", - "theia-ide-product-ext": "1.50.1" + "theia-ide-product-ext": "1.50.100" }, "devDependencies": { "@theia/cli": "1.50.1" @@ -101,4 +101,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 8ad2ca76e..51fc7d6f1 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.50.1", + "version": "1.50.100", "main": "scripts/theia-electron-main.js", "license": "MIT", "author": "Eclipse Theia ", @@ -96,9 +96,9 @@ "@theia/vsx-registry": "1.50.1", "@theia/workspace": "1.50.1", "fs-extra": "^9.0.1", - "theia-ide-launcher-ext": "1.50.1", - "theia-ide-product-ext": "1.50.1", - "theia-ide-updater-ext": "1.50.1" + "theia-ide-launcher-ext": "1.50.100", + "theia-ide-product-ext": "1.50.100", + "theia-ide-updater-ext": "1.50.100" }, "devDependencies": { "@theia/cli": "1.50.1", @@ -145,4 +145,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 dc2fe541a..d0a5f458e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "1.50.1", + "version": "1.50.100", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/theia-extensions/launcher/package.json b/theia-extensions/launcher/package.json index 237143fc7..411c6889f 100644 --- a/theia-extensions/launcher/package.json +++ b/theia-extensions/launcher/package.json @@ -1,6 +1,6 @@ { "name": "theia-ide-launcher-ext", - "version": "1.50.1", + "version": "1.50.100", "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 6e43dcd0a..4e13531c0 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.50.1", + "version": "1.50.100", "description": "Eclipse Theia IDE Product Branding", "dependencies": { "@theia/core": "1.50.1", @@ -49,4 +49,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 33db40a61..4b1e1cfac 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.50.1", + "version": "1.50.100", "description": "Eclipse Theia IDE Updater", "dependencies": { "@theia/core": "1.50.1", @@ -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 +}