Release v0.5.6 (#723)

This commit is contained in:
Danny Avila 2023-07-28 13:51:41 -04:00 committed by GitHub
parent e9c981c202
commit 94764c9c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@librechat/backend", "name": "@librechat/backend",
"version": "0.5.5", "version": "0.5.6",
"description": "", "description": "",
"scripts": { "scripts": {
"start": "echo 'please run this from the root directory'", "start": "echo 'please run this from the root directory'",

View file

@ -1,6 +1,6 @@
{ {
"name": "@librechat/frontend", "name": "@librechat/frontend",
"version": "0.5.5", "version": "0.5.6",
"description": "", "description": "",
"scripts": { "scripts": {
"data-provider": "cd .. && npm run build:data-provider", "data-provider": "cd .. && npm run build:data-provider",

View file

@ -12,7 +12,7 @@ export default function Footer() {
rel="noreferrer" rel="noreferrer"
className="underline" className="underline"
> >
{config?.appTitle || 'LibreChat'} v0.5.5 {config?.appTitle || 'LibreChat'} v0.5.6
</a> </a>
{' - '}. All AI conversations in one place. Pay per call and not per month. {' - '}. All AI conversations in one place. Pay per call and not per month.
</div> </div>

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "LibreChat", "name": "LibreChat",
"version": "0.5.5", "version": "0.5.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "LibreChat", "name": "LibreChat",
"version": "0.5.5", "version": "0.5.6",
"hasInstallScript": true, "hasInstallScript": true,
"license": "ISC", "license": "ISC",
"workspaces": [ "workspaces": [
@ -41,7 +41,7 @@
}, },
"api": { "api": {
"name": "@librechat/backend", "name": "@librechat/backend",
"version": "0.5.5", "version": "0.5.6",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "^0.5.4", "@anthropic-ai/sdk": "^0.5.4",
@ -94,7 +94,7 @@
}, },
"client": { "client": {
"name": "@librechat/frontend", "name": "@librechat/frontend",
"version": "0.5.5", "version": "0.5.6",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/fontawesome-svg-core": "^6.4.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "LibreChat", "name": "LibreChat",
"version": "0.5.5", "version": "0.5.6",
"description": "", "description": "",
"workspaces": [ "workspaces": [
"api", "api",