Merge pull request #113 from bcmi-labs/0.0.7

Updated to `0.0.7` after the release.
This commit is contained in:
Akos Kitta 2020-05-07 09:53:01 +02:00 committed by GitHub
commit f6f6cb20de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-debugger-extension", "name": "arduino-debugger-extension",
"version": "0.0.6", "version": "0.0.7",
"description": "An extension for debugging Arduino programs", "description": "An extension for debugging Arduino programs",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -8,7 +8,7 @@
}, },
"dependencies": { "dependencies": {
"@theia/debug": "next", "@theia/debug": "next",
"arduino-ide-extension": "0.0.6", "arduino-ide-extension": "0.0.7",
"cdt-gdb-adapter": "^0.0.14", "cdt-gdb-adapter": "^0.0.14",
"vscode-debugadapter": "^1.26.0", "vscode-debugadapter": "^1.26.0",
"vscode-debugprotocol": "^1.26.0" "vscode-debugprotocol": "^1.26.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide-extension", "name": "arduino-ide-extension",
"version": "0.0.6", "version": "0.0.7",
"description": "An extension for Theia building the Arduino IDE", "description": "An extension for Theia building the Arduino IDE",
"license": "MIT", "license": "MIT",
"engines": { "engines": {

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "browser-app", "name": "browser-app",
"version": "0.0.6", "version": "0.0.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@theia/core": "next", "@theia/core": "next",
@ -20,8 +20,8 @@
"@theia/process": "next", "@theia/process": "next",
"@theia/terminal": "next", "@theia/terminal": "next",
"@theia/workspace": "next", "@theia/workspace": "next",
"arduino-ide-extension": "0.0.6", "arduino-ide-extension": "0.0.7",
"arduino-debugger-extension": "0.0.6" "arduino-debugger-extension": "0.0.7"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "next" "@theia/cli": "next"

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "electron-app", "name": "electron-app",
"version": "0.0.6", "version": "0.0.7",
"license": "MIT", "license": "MIT",
"main": "src-gen/frontend/electron-main.js", "main": "src-gen/frontend/electron-main.js",
"dependencies": { "dependencies": {
@ -22,8 +22,8 @@
"@theia/process": "next", "@theia/process": "next",
"@theia/terminal": "next", "@theia/terminal": "next",
"@theia/workspace": "next", "@theia/workspace": "next",
"arduino-ide-extension": "0.0.6", "arduino-ide-extension": "0.0.7",
"arduino-debugger-extension": "0.0.6" "arduino-debugger-extension": "0.0.7"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "next" "@theia/cli": "next"

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-editor", "name": "arduino-editor",
"version": "0.0.6", "version": "0.0.7",
"description": "Arduino Pro IDE", "description": "Arduino Pro IDE",
"repository": "https://github.com/bcmi-labs/arduino-editor.git", "repository": "https://github.com/bcmi-labs/arduino-editor.git",
"author": "Arduino SA", "author": "Arduino SA",