Skip to content

Commit

Permalink
2.0.0-rc9.2 (#1312)
Browse files Browse the repository at this point in the history
* 2.0.0-rc9.2

* use arduino-cli version 0.26.0-rc1
  • Loading branch information
Alberto Iannaccone authored Aug 10, 2022
1 parent 6e36818 commit 9cabd40
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions arduino-ide-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arduino-ide-extension",
"version": "2.0.0-rc9.1",
"version": "2.0.0-rc9.2",
"description": "An extension for Theia building the Arduino IDE",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down Expand Up @@ -160,11 +160,7 @@
],
"arduino": {
"cli": {
"version": {
"owner": "arduino",
"repo": "arduino-cli",
"commitish": "2dd8976"
}
"version": "0.26.0-rc.1"
},
"fwuploader": {
"version": "2.2.0"
Expand Down
4 changes: 2 additions & 2 deletions browser-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "browser-app",
"version": "2.0.0-rc9.1",
"version": "2.0.0-rc9.2",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@theia/core": "1.25.0",
Expand All @@ -19,7 +19,7 @@
"@theia/process": "1.25.0",
"@theia/terminal": "1.25.0",
"@theia/workspace": "1.25.0",
"arduino-ide-extension": "2.0.0-rc9.1"
"arduino-ide-extension": "2.0.0-rc9.2"
},
"devDependencies": {
"@theia/cli": "1.25.0"
Expand Down
4 changes: 2 additions & 2 deletions electron-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "electron-app",
"version": "2.0.0-rc9.1",
"version": "2.0.0-rc9.2",
"license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
Expand All @@ -21,7 +21,7 @@
"@theia/process": "1.25.0",
"@theia/terminal": "1.25.0",
"@theia/workspace": "1.25.0",
"arduino-ide-extension": "2.0.0-rc9.1"
"arduino-ide-extension": "2.0.0-rc9.2"
},
"devDependencies": {
"@theia/cli": "1.25.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arduino-ide",
"version": "2.0.0-rc9.1",
"version": "2.0.0-rc9.2",
"description": "Arduino IDE",
"repository": "https://github.com/arduino/arduino-ide.git",
"author": "Arduino SA",
Expand Down

0 comments on commit 9cabd40

Please sign in to comment.