From 00e0091f7aeb6a1bedbe2997b05d36117785aaa7 Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Sun, 22 Oct 2023 14:42:56 -0400 Subject: [PATCH] Release v0.6.0 (#1089) --- api/package.json | 2 +- client/package.json | 2 +- client/src/components/Input/Footer.tsx | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/package.json b/api/package.json index d757580663..8a1bfaddc4 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "0.5.9", + "version": "0.6.0", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", diff --git a/client/package.json b/client/package.json index e9be5f0614..ea917cbfb4 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "0.5.9", + "version": "0.6.0", "description": "", "scripts": { "data-provider": "cd .. && npm run build:data-provider", diff --git a/client/src/components/Input/Footer.tsx b/client/src/components/Input/Footer.tsx index b69c3faee6..0defb00886 100644 --- a/client/src/components/Input/Footer.tsx +++ b/client/src/components/Input/Footer.tsx @@ -14,7 +14,7 @@ export default function Footer() { rel="noreferrer" className="underline" > - {config?.appTitle || 'LibreChat'} v0.5.9 + {config?.appTitle || 'LibreChat'} v0.6.0 {' - '}. {localize('com_ui_pay_per_call')} diff --git a/package-lock.json b/package-lock.json index 139d66dcc1..d08f5712a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "0.5.9", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "0.5.9", + "version": "0.6.0", "hasInstallScript": true, "license": "ISC", "workspaces": [ @@ -39,7 +39,7 @@ }, "api": { "name": "@librechat/backend", - "version": "0.5.9", + "version": "0.6.0", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.5.4", @@ -593,7 +593,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "0.5.9", + "version": "0.6.0", "license": "ISC", "dependencies": { "@headlessui/react": "^1.7.13", diff --git a/package.json b/package.json index 0c226c25c1..87afd1911e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.5.9", + "version": "0.6.0", "description": "", "workspaces": [ "api",