Skip to content

Commit 8c4e66f

Browse files
committed
Update CLI and bump to beta-7
# Conflicts: # package.json
1 parent cd0f1b3 commit 8c4e66f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-ide-extension",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"description": "An extension for Theia building the Arduino IDE",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {
@@ -122,7 +122,7 @@
122122
],
123123
"arduino": {
124124
"cli": {
125-
"version": "0.18.2"
125+
"version": "0.18.3"
126126
}
127127
}
128128
}

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.6",
4+
"version": "2.0.0-beta.7",
55
"license": "AGPL-3.0-or-later",
66
"dependencies": {
77
"@theia/core": "next",
@@ -19,7 +19,7 @@
1919
"@theia/process": "next",
2020
"@theia/terminal": "next",
2121
"@theia/workspace": "next",
22-
"arduino-ide-extension": "2.0.0-beta.6"
22+
"arduino-ide-extension": "2.0.0-beta.7"
2323
},
2424
"devDependencies": {
2525
"@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.6",
4+
"version": "2.0.0-beta.7",
55
"license": "AGPL-3.0-or-later",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
@@ -21,7 +21,7 @@
2121
"@theia/process": "next",
2222
"@theia/terminal": "next",
2323
"@theia/workspace": "next",
24-
"arduino-ide-extension": "2.0.0-beta.6"
24+
"arduino-ide-extension": "2.0.0-beta.7"
2525
},
2626
"devDependencies": {
2727
"@theia/cli": "next"

Diff for: package.json

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

0 commit comments

Comments
 (0)