Bumped version to 2.0.0-beta.4. Use CLI 0.17.0

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2021-03-17 16:31:41 +01:00 committed by Francesco Stasi
parent 15b0564212
commit 067cc8766a
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide-extension", "name": "arduino-ide-extension",
"version": "2.0.0-beta.3", "version": "2.0.0-beta.4",
"description": "An extension for Theia building the Arduino IDE", "description": "An extension for Theia building the Arduino IDE",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"scripts": { "scripts": {
@ -121,7 +121,7 @@
], ],
"arduino": { "arduino": {
"cli": { "cli": {
"version": "20210317" "version": "0.17.0"
} }
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "browser-app", "name": "browser-app",
"version": "2.0.0-beta.3", "version": "2.0.0-beta.4",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@theia/core": "next", "@theia/core": "next",
@ -18,7 +18,7 @@
"@theia/process": "next", "@theia/process": "next",
"@theia/terminal": "next", "@theia/terminal": "next",
"@theia/workspace": "next", "@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.3" "arduino-ide-extension": "2.0.0-beta.4"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "next" "@theia/cli": "next"

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "electron-app", "name": "electron-app",
"version": "2.0.0-beta.3", "version": "2.0.0-beta.4",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js", "main": "src-gen/frontend/electron-main.js",
"dependencies": { "dependencies": {
@ -20,7 +20,7 @@
"@theia/process": "next", "@theia/process": "next",
"@theia/terminal": "next", "@theia/terminal": "next",
"@theia/workspace": "next", "@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.3" "arduino-ide-extension": "2.0.0-beta.4"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "next" "@theia/cli": "next"

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-editor", "name": "arduino-editor",
"version": "2.0.0-beta.3", "version": "2.0.0-beta.4",
"description": "Arduino IDE", "description": "Arduino IDE",
"repository": "https://github.com/bcmi-labs/arduino-editor.git", "repository": "https://github.com/bcmi-labs/arduino-editor.git",
"author": "Arduino SA", "author": "Arduino SA",