From f0f81945fb80e821f839d8fb29ccae0aaa471511 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 26 Nov 2025 11:40:08 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20v0.8.1-rc2=20(#10688)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ v0.8.1-rc2 - Updated version numbers in Dockerfile, Dockerfile.multi, package.json, and various package.json files for client, api, and data-provider. - Adjusted appVersion in Chart.yaml and constants in config.ts to reflect the new version. - Incremented versions for @librechat/api, @librechat/client, and librechat-data-provider packages. * chore: Update Chart version to 1.9.3 - Incremented the chart version in Chart.yaml to reflect the latest changes. --- Dockerfile | 2 +- Dockerfile.multi | 2 +- api/package.json | 2 +- client/jest.config.cjs | 2 +- client/package.json | 2 +- e2e/jestSetup.js | 2 +- helm/librechat/Chart.yaml | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- packages/api/package.json | 2 +- packages/client/package.json | 2 +- packages/data-provider/package.json | 2 +- packages/data-provider/src/config.ts | 2 +- packages/data-schemas/package.json | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd4e5e63bd..9482c2fd3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# v0.8.1-rc1 +# v0.8.1-rc2 # Base node image FROM node:20-alpine AS node diff --git a/Dockerfile.multi b/Dockerfile.multi index 08c028dd09..21c073b750 100644 --- a/Dockerfile.multi +++ b/Dockerfile.multi @@ -1,5 +1,5 @@ # Dockerfile.multi -# v0.8.1-rc1 +# v0.8.1-rc2 # Base for all builds FROM node:20-alpine AS base-min diff --git a/api/package.json b/api/package.json index fd97150fa1..e960e0a09b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "v0.8.1-rc1", + "version": "v0.8.1-rc2", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", diff --git a/client/jest.config.cjs b/client/jest.config.cjs index 9405f2ab08..24e1f4463f 100644 --- a/client/jest.config.cjs +++ b/client/jest.config.cjs @@ -1,4 +1,4 @@ -/** v0.8.1-rc1 */ +/** v0.8.1-rc2 */ module.exports = { roots: ['/src'], testEnvironment: 'jsdom', diff --git a/client/package.json b/client/package.json index 1e8ef074fc..d19d0bfcf8 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "v0.8.1-rc1", + "version": "v0.8.1-rc2", "description": "", "type": "module", "scripts": { diff --git a/e2e/jestSetup.js b/e2e/jestSetup.js index 9cc3222906..c8158e6a5d 100644 --- a/e2e/jestSetup.js +++ b/e2e/jestSetup.js @@ -1,3 +1,3 @@ -// v0.8.1-rc1 +// v0.8.1-rc2 // See .env.test.example for an example of the '.env.test' file. require('dotenv').config({ path: './e2e/.env.test' }); diff --git a/helm/librechat/Chart.yaml b/helm/librechat/Chart.yaml index 78e2cd3e8f..ca7ad0e932 100755 --- a/helm/librechat/Chart.yaml +++ b/helm/librechat/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.9.2 +version: 1.9.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -23,7 +23,7 @@ version: 1.9.2 # It is recommended to use it with quotes. # renovate: image=ghcr.io/danny-avila/librechat -appVersion: "v0.8.1-rc1" +appVersion: "v0.8.1-rc2" home: https://www.librechat.ai diff --git a/package-lock.json b/package-lock.json index 7c14709d1b..f72aca7d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "v0.8.1-rc1", + "version": "v0.8.1-rc2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "v0.8.1-rc1", + "version": "v0.8.1-rc2", "license": "ISC", "workspaces": [ "api", @@ -45,7 +45,7 @@ }, "api": { "name": "@librechat/backend", - "version": "v0.8.1-rc1", + "version": "v0.8.1-rc2", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.52.0", @@ -455,7 +455,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "v0.8.1-rc1", + "version": "v0.8.1-rc2", "license": "ISC", "dependencies": { "@ariakit/react": "^0.4.15", diff --git a/package.json b/package.json index ac2ea68395..8fe87973a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "v0.8.1-rc1", + "version": "v0.8.1-rc2", "description": "", "workspaces": [ "api", diff --git a/packages/api/package.json b/packages/api/package.json index d78961375a..aaa64350db 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/api", - "version": "1.5.0", + "version": "1.6.0", "type": "commonjs", "description": "MCP services for LibreChat", "main": "dist/index.js", diff --git a/packages/client/package.json b/packages/client/package.json index 0e34577fb2..1c5abcfe85 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/client", - "version": "0.3.2", + "version": "0.4.0", "description": "React components for LibreChat", "main": "dist/index.js", "module": "dist/index.es.js", diff --git a/packages/data-provider/package.json b/packages/data-provider/package.json index 7176972329..fd3a50f26b 100644 --- a/packages/data-provider/package.json +++ b/packages/data-provider/package.json @@ -1,6 +1,6 @@ { "name": "librechat-data-provider", - "version": "0.8.020", + "version": "0.8.100", "description": "data services for librechat apps", "main": "dist/index.js", "module": "dist/index.es.js", diff --git a/packages/data-provider/src/config.ts b/packages/data-provider/src/config.ts index 5f8ab4d344..495d7cae6d 100644 --- a/packages/data-provider/src/config.ts +++ b/packages/data-provider/src/config.ts @@ -1585,7 +1585,7 @@ export enum TTSProviders { /** Enum for app-wide constants */ export enum Constants { /** Key for the app's version. */ - VERSION = 'v0.8.1-rc1', + VERSION = 'v0.8.1-rc2', /** Key for the Custom Config's version (librechat.yaml). */ CONFIG_VERSION = '1.3.1', /** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */ diff --git a/packages/data-schemas/package.json b/packages/data-schemas/package.json index adab4ffabb..0cbe5c29d5 100644 --- a/packages/data-schemas/package.json +++ b/packages/data-schemas/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/data-schemas", - "version": "0.0.23", + "version": "0.0.30", "description": "Mongoose schemas and models for LibreChat", "type": "module", "main": "dist/index.cjs",