mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 22:36:32 +00:00
Updated to 2.0.0-beta.12
This commit is contained in:
parent
846c22cb03
commit
825f0b0f2a
2
.github/workflows/github-stats.yaml
vendored
2
.github/workflows/github-stats.yaml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
// Get download stats for every release
|
||||
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
|
||||
const baseName = `arduino-ide_${rel.name}_`
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "browser-app",
|
||||
"version": "2.0.0-beta.11",
|
||||
"version": "2.0.0-beta.12",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@theia/core": "1.18.0",
|
||||
@ -20,7 +20,7 @@
|
||||
"@theia/process": "1.18.0",
|
||||
"@theia/terminal": "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": {
|
||||
"@theia/cli": "1.17.2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "electron-app",
|
||||
"version": "2.0.0-beta.11",
|
||||
"version": "2.0.0-beta.12",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "src-gen/frontend/electron-main.js",
|
||||
"dependencies": {
|
||||
@ -22,7 +22,7 @@
|
||||
"@theia/process": "1.18.0",
|
||||
"@theia/terminal": "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": {
|
||||
"@theia/cli": "1.17.2"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "arduino-ide",
|
||||
"version": "2.0.0-beta.11",
|
||||
"version": "2.0.0-beta.12",
|
||||
"description": "Arduino IDE",
|
||||
"repository": "https://github.com/arduino/arduino-ide.git",
|
||||
"author": "Arduino SA",
|
||||
|
Loading…
x
Reference in New Issue
Block a user