From a95fccc5f3cf04b37e9c833cd9cda5d203fa95b2 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Tue, 6 Jan 2026 18:38:09 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20v0.8.2-rc2=20(#11239)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ v0.8.2-rc2 * chore: Update package versions in bun.lock and package-lock.json - Bumped versions for @librechat/api (1.7.10 to 1.7.20), @librechat/client (0.4.3 to 0.4.4), librechat-data-provider (0.8.210 to 0.8.220), and @librechat/data-schemas (0.0.32 to 0.0.33) in relevant files. --- Dockerfile | 2 +- Dockerfile.multi | 2 +- api/package.json | 2 +- bun.lock | 12 ++++++------ client/jest.config.cjs | 2 +- client/package.json | 2 +- e2e/jestSetup.js | 2 +- helm/librechat/Chart.yaml | 4 ++-- package-lock.json | 16 ++++++++-------- 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 +- 15 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c490b63cd..5872440a33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# v0.8.2-rc1 +# v0.8.2-rc2 # Base node image FROM node:20-alpine AS node diff --git a/Dockerfile.multi b/Dockerfile.multi index f266d6cd01..ca66459a44 100644 --- a/Dockerfile.multi +++ b/Dockerfile.multi @@ -1,5 +1,5 @@ # Dockerfile.multi -# v0.8.2-rc1 +# v0.8.2-rc2 # Set configurable max-old-space-size with default ARG NODE_MAX_OLD_SPACE_SIZE=6144 diff --git a/api/package.json b/api/package.json index 727b44e6e1..16425aef34 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "v0.8.2-rc1", + "version": "v0.8.2-rc2", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", diff --git a/bun.lock b/bun.lock index 3f746abcbb..783bfc762e 100644 --- a/bun.lock +++ b/bun.lock @@ -36,7 +36,7 @@ }, "api": { "name": "@librechat/backend", - "version": "0.8.2-rc1", + "version": "0.8.2-rc2", "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.941.0", "@aws-sdk/client-s3": "^3.758.0", @@ -124,7 +124,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "0.8.2-rc1", + "version": "0.8.2-rc2", "dependencies": { "@ariakit/react": "^0.4.15", "@ariakit/react-core": "^0.4.17", @@ -254,7 +254,7 @@ }, "packages/api": { "name": "@librechat/api", - "version": "1.7.10", + "version": "1.7.20", "devDependencies": { "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.18.6", @@ -321,7 +321,7 @@ }, "packages/client": { "name": "@librechat/client", - "version": "0.4.2", + "version": "0.4.4", "devDependencies": { "@babel/core": "^7.28.5", "@babel/preset-env": "^7.28.5", @@ -409,7 +409,7 @@ }, "packages/data-provider": { "name": "librechat-data-provider", - "version": "0.8.210", + "version": "0.8.220", "dependencies": { "axios": "^1.12.1", "dayjs": "^1.11.13", @@ -447,7 +447,7 @@ }, "packages/data-schemas": { "name": "@librechat/data-schemas", - "version": "0.0.32", + "version": "0.0.33", "devDependencies": { "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-commonjs": "^29.0.0", diff --git a/client/jest.config.cjs b/client/jest.config.cjs index 443c784a0c..9a9f9f5451 100644 --- a/client/jest.config.cjs +++ b/client/jest.config.cjs @@ -1,4 +1,4 @@ -/** v0.8.2-rc1 */ +/** v0.8.2-rc2 */ module.exports = { roots: ['/src'], testEnvironment: 'jsdom', diff --git a/client/package.json b/client/package.json index cf9ce98f97..af56dd08ad 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "v0.8.2-rc1", + "version": "v0.8.2-rc2", "description": "", "type": "module", "scripts": { diff --git a/e2e/jestSetup.js b/e2e/jestSetup.js index 525637d277..ce2f7a89c2 100644 --- a/e2e/jestSetup.js +++ b/e2e/jestSetup.js @@ -1,3 +1,3 @@ -// v0.8.2-rc1 +// v0.8.2-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 e455c9a34f..996d6fc6f9 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.4 +version: 1.9.5 # 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.4 # It is recommended to use it with quotes. # renovate: image=ghcr.io/danny-avila/librechat -appVersion: "v0.8.2-rc1" +appVersion: "v0.8.2-rc2" home: https://www.librechat.ai diff --git a/package-lock.json b/package-lock.json index e4cc241f7a..88b56972f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "v0.8.2-rc1", + "version": "v0.8.2-rc2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "v0.8.2-rc1", + "version": "v0.8.2-rc2", "license": "ISC", "workspaces": [ "api", @@ -45,7 +45,7 @@ }, "api": { "name": "@librechat/backend", - "version": "v0.8.2-rc1", + "version": "v0.8.2-rc2", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.71.0", @@ -444,7 +444,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "v0.8.2-rc1", + "version": "v0.8.2-rc2", "license": "ISC", "dependencies": { "@ariakit/react": "^0.4.15", @@ -43191,7 +43191,7 @@ }, "packages/api": { "name": "@librechat/api", - "version": "1.7.10", + "version": "1.7.20", "license": "ISC", "devDependencies": { "@babel/preset-env": "^7.21.5", @@ -43304,7 +43304,7 @@ }, "packages/client": { "name": "@librechat/client", - "version": "0.4.3", + "version": "0.4.4", "devDependencies": { "@babel/core": "^7.28.5", "@babel/preset-env": "^7.28.5", @@ -45594,7 +45594,7 @@ }, "packages/data-provider": { "name": "librechat-data-provider", - "version": "0.8.210", + "version": "0.8.220", "license": "ISC", "dependencies": { "axios": "^1.12.1", @@ -45652,7 +45652,7 @@ }, "packages/data-schemas": { "name": "@librechat/data-schemas", - "version": "0.0.32", + "version": "0.0.33", "license": "MIT", "devDependencies": { "@rollup/plugin-alias": "^5.1.0", diff --git a/package.json b/package.json index 0f3831ee24..011551594c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "v0.8.2-rc1", + "version": "v0.8.2-rc2", "description": "", "workspaces": [ "api", diff --git a/packages/api/package.json b/packages/api/package.json index 6f3fb82672..ee1cbf8c6b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/api", - "version": "1.7.10", + "version": "1.7.20", "type": "commonjs", "description": "MCP services for LibreChat", "main": "dist/index.js", diff --git a/packages/client/package.json b/packages/client/package.json index d4d2fee207..9835f62ebc 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/client", - "version": "0.4.3", + "version": "0.4.4", "description": "React components for LibreChat", "repository": { "type": "git", diff --git a/packages/data-provider/package.json b/packages/data-provider/package.json index 4d03d5f2f0..63c7adb117 100644 --- a/packages/data-provider/package.json +++ b/packages/data-provider/package.json @@ -1,6 +1,6 @@ { "name": "librechat-data-provider", - "version": "0.8.210", + "version": "0.8.220", "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 bce5bc287d..d7b44d3c80 100644 --- a/packages/data-provider/src/config.ts +++ b/packages/data-provider/src/config.ts @@ -1674,7 +1674,7 @@ export enum TTSProviders { /** Enum for app-wide constants */ export enum Constants { /** Key for the app's version. */ - VERSION = 'v0.8.2-rc1', + VERSION = 'v0.8.2-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 485775b017..49c29f8561 100644 --- a/packages/data-schemas/package.json +++ b/packages/data-schemas/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/data-schemas", - "version": "0.0.32", + "version": "0.0.33", "description": "Mongoose schemas and models for LibreChat", "type": "module", "main": "dist/index.cjs",