From 435fdcdf7f018b380bc6dc0b22882f83b9138025 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Thu, 14 Nov 2019 21:17:41 +0100 Subject: [PATCH] Adjusted the version numbers. Signed-off-by: Akos Kitta --- arduino-ide-extension/package.json | 2 +- browser-app/package.json | 4 +- electron-app/package.json | 90 ++++++++++++++-------------- electron/build/template-package.json | 2 +- electron/packager/package.json | 4 +- package.json | 2 +- 6 files changed, 52 insertions(+), 52 deletions(-) diff --git a/arduino-ide-extension/package.json b/arduino-ide-extension/package.json index c5a41f81..2f55a294 100644 --- a/arduino-ide-extension/package.json +++ b/arduino-ide-extension/package.json @@ -1,6 +1,6 @@ { "name": "arduino-ide-extension", - "version": "0.0.2", + "version": "0.0.3", "description": "An extension for Theia building the Arduino IDE", "license": "MIT", "engines": { diff --git a/browser-app/package.json b/browser-app/package.json index 04005803..e2e19e16 100644 --- a/browser-app/package.json +++ b/browser-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "browser-app", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "@theia/core": "next", @@ -18,7 +18,7 @@ "@theia/terminal": "next", "@theia/workspace": "next", "@theia/textmate-grammars": "next", - "arduino-ide-extension": "0.0.2" + "arduino-ide-extension": "0.0.3" }, "devDependencies": { "@theia/cli": "next" diff --git a/electron-app/package.json b/electron-app/package.json index 4b583ac2..5df3784b 100644 --- a/electron-app/package.json +++ b/electron-app/package.json @@ -1,49 +1,49 @@ { - "private": true, - "name": "electron-app", - "version": "0.0.2", - "license": "MIT", - "dependencies": { - "@theia/core": "next", - "@theia/cpp": "next", - "@theia/editor": "next", - "@theia/electron": "next", - "@theia/file-search": "next", - "@theia/filesystem": "next", - "@theia/languages": "next", - "@theia/messages": "next", - "@theia/monaco": "next", - "@theia/navigator": "next", - "@theia/preferences": "next", - "@theia/process": "next", - "@theia/terminal": "next", - "@theia/workspace": "next", - "@theia/textmate-grammars": "next", - "arduino-ide-extension": "0.0.2" - }, - "devDependencies": { - "@theia/cli": "next" - }, - "scripts": { - "prepare": "theia build --mode development", - "start": "theia start", - "watch": "theia build --watch --mode development" - }, - "theia": { - "target": "electron", - "frontend": { - "config": { - "applicationName": "Arduino Pro IDE", - "defaultTheme": "arduino-theme", - "preferences": { - "editor.autoSave": "on" - } - } - }, - "generator": { - "config": { - "preloadTemplate": "
" - } + "private": true, + "name": "electron-app", + "version": "0.0.3", + "license": "MIT", + "dependencies": { + "@theia/core": "next", + "@theia/cpp": "next", + "@theia/editor": "next", + "@theia/electron": "next", + "@theia/file-search": "next", + "@theia/filesystem": "next", + "@theia/languages": "next", + "@theia/messages": "next", + "@theia/monaco": "next", + "@theia/navigator": "next", + "@theia/preferences": "next", + "@theia/process": "next", + "@theia/terminal": "next", + "@theia/workspace": "next", + "@theia/textmate-grammars": "next", + "arduino-ide-extension": "0.0.3" + }, + "devDependencies": { + "@theia/cli": "next" + }, + "scripts": { + "prepare": "theia build --mode development", + "start": "theia start", + "watch": "theia build --watch --mode development" + }, + "theia": { + "target": "electron", + "frontend": { + "config": { + "applicationName": "Arduino Pro IDE", + "defaultTheme": "arduino-theme", + "preferences": { + "editor.autoSave": "on" } + } + }, + "generator": { + "config": { + "preloadTemplate": "
" + } } + } } \ No newline at end of file diff --git a/electron/build/template-package.json b/electron/build/template-package.json index d89e4049..896e06ac 100644 --- a/electron/build/template-package.json +++ b/electron/build/template-package.json @@ -2,7 +2,7 @@ "name": "arduino.Pro.IDE", "description": "Arduino Pro IDE", "main": "src-gen/frontend/electron-main.js", - "author": "TypeFox", + "author": "Arduino SA", "dependencies": { "google-protobuf": "^3.5.0", "arduino-ide-extension": "file:../working-copy/arduino-ide-extension" diff --git a/electron/packager/package.json b/electron/packager/package.json index b6bd619c..c65617b1 100644 --- a/electron/packager/package.json +++ b/electron/packager/package.json @@ -9,8 +9,8 @@ "cli": "./cli" }, "keywords": [], - "author": "", - "license": "ISC", + "author": "Arduino SA", + "license": "MIT", "dependencies": { "depcheck": "^0.7.1", "shelljs": "^0.8.3", diff --git a/package.json b/package.json index d27dff58..3e9ab2de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arduino-editor", - "version": "0.0.1", + "version": "0.0.3", "description": "Arduino Pro IDE", "main": "index.js", "repository": "https://github.com/bcmi-labs/arduino-editor.git",