Prepare 2.0.0-rc9.4 (#1411)

This commit is contained in:
Alberto Iannaccone 2022-09-08 10:00:42 +02:00 committed by GitHub
parent 76673cb553
commit dcc0c0aa5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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-rc9.3", "version": "2.0.0-rc9.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": {
@ -160,7 +160,7 @@
], ],
"arduino": { "arduino": {
"cli": { "cli": {
"version": "0.27.0-rc.1" "version": "0.27.1"
}, },
"fwuploader": { "fwuploader": {
"version": "2.2.0" "version": "2.2.0"

View File

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

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "electron-app", "name": "electron-app",
"version": "2.0.0-rc9.3", "version": "2.0.0-rc9.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": {
@ -21,7 +21,7 @@
"@theia/process": "1.25.0", "@theia/process": "1.25.0",
"@theia/terminal": "1.25.0", "@theia/terminal": "1.25.0",
"@theia/workspace": "1.25.0", "@theia/workspace": "1.25.0",
"arduino-ide-extension": "2.0.0-rc9.3" "arduino-ide-extension": "2.0.0-rc9.4"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.25.0", "@theia/cli": "1.25.0",

View File

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