Skip to content

Commit 596d54a

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
Updated to 2.0.0-beta.3. Use CLI 0.16.1.
Signed-off-by: Akos Kitta <[email protected]>
1 parent e1b36c6 commit 596d54a

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

Diff for: arduino-ide-extension/package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide-extension",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "MIT",
66
"scripts": {
@@ -124,11 +124,7 @@
124124
],
125125
"arduino": {
126126
"cli": {
127-
"version": {
128-
"owner": "arduino",
129-
"repo": "arduino-cli",
130-
"commitish": "scerza/lib-install-deps"
131-
}
127+
"version": "0.16.1"
132128
}
133129
}
134130
}

Diff for: browser-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "browser-app",
4-
"version": "2.0.0-beta.2",
4+
"version": "2.0.0-beta.3",
55
"license": "MIT",
66
"dependencies": {
77
"@theia/core": "next",
@@ -18,7 +18,7 @@
1818
"@theia/process": "next",
1919
"@theia/terminal": "next",
2020
"@theia/workspace": "next",
21-
"arduino-ide-extension": "2.0.0-beta.2"
21+
"arduino-ide-extension": "2.0.0-beta.3"
2222
},
2323
"devDependencies": {
2424
"@theia/cli": "next"

Diff for: electron-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "electron-app",
4-
"version": "2.0.0-beta.2",
4+
"version": "2.0.0-beta.3",
55
"license": "MIT",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
@@ -20,7 +20,7 @@
2020
"@theia/process": "next",
2121
"@theia/terminal": "next",
2222
"@theia/workspace": "next",
23-
"arduino-ide-extension": "2.0.0-beta.2"
23+
"arduino-ide-extension": "2.0.0-beta.3"
2424
},
2525
"devDependencies": {
2626
"@theia/cli": "next"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-editor",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "Arduino IDE",
55
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
66
"author": "Arduino SA",

0 commit comments

Comments
 (0)