nomaster v0.0.7
Jeff Moe 2023-11-12 13:16:24 -07:00
parent c58475d873
commit 7c5f3657fb
6 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,4 @@
v0.0.7 Remove in app updater, icons, themes. Some Parrot icons.
v0.0.6 Remove many languages. v0.0.6 Remove many languages.
v0.0.5 Parrot naming, versions. v0.0.5 Parrot naming, versions.
v0.0.4 Remove java. v0.0.4 Remove java.

View File

@ -3,7 +3,7 @@
"name": "parrot-browser-app", "name": "parrot-browser-app",
"description": "Parrot browser app", "description": "Parrot browser app",
"productName": "Parrot", "productName": "Parrot",
"version": "0.0.6", "version": "0.0.7",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"author": "Jeff Moe <moe@parrot.codes>", "author": "Jeff Moe <moe@parrot.codes>",
"homepage": "https://parrot.codes", "homepage": "https://parrot.codes",
@ -84,7 +84,7 @@
"@theia/vsx-registry": "1.43.0", "@theia/vsx-registry": "1.43.0",
"@theia/workspace": "1.43.0", "@theia/workspace": "1.43.0",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"parrot-product-ext": "0.0.6" "parrot-product-ext": "0.0.7"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.43.0" "@theia/cli": "1.43.0"

View File

@ -3,7 +3,7 @@
"name": "parrot-electron-app", "name": "parrot-electron-app",
"description": "Parrot electron app", "description": "Parrot electron app",
"productName": "Parrot", "productName": "Parrot",
"version": "0.0.6", "version": "0.0.7",
"main": "scripts/theia-electron-main.js", "main": "scripts/theia-electron-main.js",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"author": "Jeff Moe <moe@parrot.codes>", "author": "Jeff Moe <moe@parrot.codes>",
@ -87,8 +87,8 @@
"@theia/vsx-registry": "1.43.0", "@theia/vsx-registry": "1.43.0",
"@theia/workspace": "1.43.0", "@theia/workspace": "1.43.0",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"parrot-product-ext": "0.0.6", "parrot-product-ext": "0.0.7",
"parrot-launcher-ext": "0.0.6" "parrot-launcher-ext": "0.0.7"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.43.0", "@theia/cli": "1.43.0",

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"version": "0.0.6", "version": "0.0.7",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"author": "Jeff Moe <moe@parrot.codes>", "author": "Jeff Moe <moe@parrot.codes>",
"homepage": "https://parrot.codes", "homepage": "https://parrot.codes",

View File

@ -1,6 +1,6 @@
{ {
"name": "parrot-launcher-ext", "name": "parrot-launcher-ext",
"version": "0.0.6", "version": "0.0.7",
"keywords": [ "keywords": [
"theia-extension" "theia-extension"
], ],

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "parrot-product-ext", "name": "parrot-product-ext",
"version": "0.0.6", "version": "0.0.7",
"description": "Parrot Libre AI", "description": "Parrot Libre AI",
"dependencies": { "dependencies": {
"@theia/core": "1.43.0", "@theia/core": "1.43.0",