Bumped version to 0.1.4. Use CLI 0.15.2.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2021-02-08 11:02:29 +01:00 committed by Akos Kitta
parent 291179489f
commit cfe9e8ec95
5 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
{ {
"name": "arduino-debugger-extension", "name": "arduino-debugger-extension",
"version": "0.1.3", "version": "0.1.4",
"description": "An extension for debugging Arduino programs", "description": "An extension for debugging Arduino programs",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@theia/debug": "next", "@theia/debug": "next",
"arduino-ide-extension": "0.1.3", "arduino-ide-extension": "0.1.4",
"cdt-gdb-adapter": "^0.0.14", "cdt-gdb-adapter": "^0.0.14",
"vscode-debugadapter": "^1.26.0", "vscode-debugadapter": "^1.26.0",
"vscode-debugprotocol": "^1.26.0" "vscode-debugprotocol": "^1.26.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide-extension", "name": "arduino-ide-extension",
"version": "0.1.3", "version": "0.1.4",
"description": "An extension for Theia building the Arduino IDE", "description": "An extension for Theia building the Arduino IDE",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@ -123,7 +123,7 @@
], ],
"arduino": { "arduino": {
"cli": { "cli": {
"version": "20210203" "version": "0.15.1"
} }
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "browser-app", "name": "browser-app",
"version": "0.1.3", "version": "0.1.4",
"license": "MIT", "license": "MIT",
"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": "0.1.3" "arduino-ide-extension": "0.1.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": "0.1.3", "version": "0.1.4",
"license": "MIT", "license": "MIT",
"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": "0.1.3" "arduino-ide-extension": "0.1.4"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "next" "@theia/cli": "next"

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-editor", "name": "arduino-editor",
"version": "0.1.3", "version": "0.1.4",
"description": "Arduino Pro IDE", "description": "Arduino Pro 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",