main v0.0.24
root 2023-11-28 14:32:59 -07:00
parent 85910cb701
commit 49469fe9e4
6 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,4 @@
v0.0.24 Setup Sphinx documentation.
v0.0.23 Update extension to v0.0.10.
v0.0.22 Fixed continue server.
v0.0.21 Extension: don't download meilisearch. Repo/website open.

View File

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

View File

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

View File

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

View File

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

View File

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