Updated to 2.0.0-beta.12

This commit is contained in:
Francesco Stasi 2021-10-07 09:38:19 +02:00
parent 846c22cb03
commit 825f0b0f2a
5 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ jobs:
// Get download stats for every release // Get download stats for every release
for (const rel of releases) { for (const rel of releases) {
// Names for assets are like `arduino-ide_2.0.0-beta.11_Linux_64bit.zip`, // Names for assets are like `arduino-ide_2.0.0-beta.12_Linux_64bit.zip`,
// we'll use this later to split the asset file name more easily // we'll use this later to split the asset file name more easily
const baseName = `arduino-ide_${rel.name}_` const baseName = `arduino-ide_${rel.name}_`

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide-extension", "name": "arduino-ide-extension",
"version": "2.0.0-beta.11", "version": "2.0.0-beta.12",
"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": {

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "browser-app", "name": "browser-app",
"version": "2.0.0-beta.11", "version": "2.0.0-beta.12",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@theia/core": "1.18.0", "@theia/core": "1.18.0",
@ -20,7 +20,7 @@
"@theia/process": "1.18.0", "@theia/process": "1.18.0",
"@theia/terminal": "1.18.0", "@theia/terminal": "1.18.0",
"@theia/workspace": "1.18.0", "@theia/workspace": "1.18.0",
"arduino-ide-extension": "2.0.0-beta.11" "arduino-ide-extension": "2.0.0-beta.12"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.17.2" "@theia/cli": "1.17.2"

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "electron-app", "name": "electron-app",
"version": "2.0.0-beta.11", "version": "2.0.0-beta.12",
"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": {
@ -22,7 +22,7 @@
"@theia/process": "1.18.0", "@theia/process": "1.18.0",
"@theia/terminal": "1.18.0", "@theia/terminal": "1.18.0",
"@theia/workspace": "1.18.0", "@theia/workspace": "1.18.0",
"arduino-ide-extension": "2.0.0-beta.11" "arduino-ide-extension": "2.0.0-beta.12"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.17.2" "@theia/cli": "1.17.2"

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide", "name": "arduino-ide",
"version": "2.0.0-beta.11", "version": "2.0.0-beta.12",
"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",