Release 0.5.7 (#780)

This commit is contained in:
Danny Avila 2023-08-09 12:22:05 -04:00 committed by GitHub
parent bdccadbe06
commit 251d8ac410
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",
"version": "0.5.6",
"version": "0.5.7",
"description": "",
"scripts": {
"start": "echo 'please run this from the root directory'",

View file

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

View file

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

8
package-lock.json generated
View file

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

View file

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