2.0.0-rc9.1 (#1272)

This commit is contained in:
Alberto Iannaccone 2022-08-02 15:29:15 +02:00 committed by GitHub
parent 8a0dc1be7e
commit d93c9ba654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

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