diff --git a/Dockerfile b/Dockerfile index 016143903..f688efa7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# v0.7.1 +# v0.7.2 # Base node image FROM node:18-alpine3.18 AS node diff --git a/Dockerfile.multi b/Dockerfile.multi index 04827b440..a3bc0fed4 100644 --- a/Dockerfile.multi +++ b/Dockerfile.multi @@ -1,4 +1,4 @@ -# v0.7.1 +# v0.7.2 # Build API, Client and Data Provider FROM node:20-alpine AS base diff --git a/README.md b/README.md index fe0de241b..c975fa968 100644 --- a/README.md +++ b/README.md @@ -103,11 +103,23 @@ Please consult the breaking changes before updating.

danny-avila%2FLibreChat | Trendshift -

- + + ROSS Index - Fastest Growing Open-Source Startups in Q1 2024 | Runa Capital + Star History Chart +

--- diff --git a/api/package.json b/api/package.json index 31ab82eba..328a979ac 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "0.7.1", + "version": "0.7.2", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", @@ -58,7 +58,6 @@ "firebase": "^10.6.0", "googleapis": "^126.0.1", "handlebars": "^4.7.7", - "hnswlib-node": "^1.4.2", "html": "^1.0.0", "ioredis": "^5.3.2", "js-yaml": "^4.1.0", diff --git a/client/package.json b/client/package.json index ce4a811cb..c06aa4454 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "0.7.1", + "version": "0.7.2", "description": "", "type": "module", "scripts": { diff --git a/e2e/jestSetup.js b/e2e/jestSetup.js index f97e49226..0f880f8a0 100644 --- a/e2e/jestSetup.js +++ b/e2e/jestSetup.js @@ -1,3 +1,3 @@ -// v0.7.1 +// v0.7.2 // See .env.test.example for an example of the '.env.test' file. require('dotenv').config({ path: './e2e/.env.test' }); diff --git a/index.html b/index.html index dacdb00c9..4eb9a3ccd 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + diff --git a/package-lock.json b/package-lock.json index 9bfbee7ca..013ddf338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "0.7.1", + "version": "0.7.2", "license": "ISC", "workspaces": [ "api", @@ -38,7 +38,7 @@ }, "api": { "name": "@librechat/backend", - "version": "0.7.1", + "version": "0.7.2", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.16.1", @@ -66,7 +66,6 @@ "firebase": "^10.6.0", "googleapis": "^126.0.1", "handlebars": "^4.7.7", - "hnswlib-node": "^1.4.2", "html": "^1.0.0", "ioredis": "^5.3.2", "js-yaml": "^4.1.0", @@ -1110,7 +1109,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "0.7.1", + "version": "0.7.2", "license": "ISC", "dependencies": { "@ariakit/react": "^0.4.5", @@ -11580,6 +11579,8 @@ "version": "1.5.0", "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "optional": true, + "peer": true, "dependencies": { "file-uri-to-path": "1.0.0" } @@ -15026,7 +15027,9 @@ "node_modules/file-uri-to-path": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==" + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "optional": true, + "peer": true }, "node_modules/filelist": { "version": "1.0.4", @@ -16345,6 +16348,8 @@ "resolved": "https://registry.npmjs.org/hnswlib-node/-/hnswlib-node-1.4.2.tgz", "integrity": "sha512-76PIzOaNcX8kOpKwlFPl07uelpctqDMzbiC+Qsk2JWNVkzeU/6iXRk4tfE9z3DoK1RCBrOaFXmQ6RFb1BVF9LA==", "hasInstallScript": true, + "optional": true, + "peer": true, "dependencies": { "bindings": "^1.5.0", "node-addon-api": "^6.0.0" @@ -29253,7 +29258,7 @@ }, "packages/data-provider": { "name": "librechat-data-provider", - "version": "0.6.1", + "version": "0.6.3", "license": "ISC", "dependencies": { "@types/js-yaml": "^4.0.9", diff --git a/package.json b/package.json index 7c1924dc1..a707d74f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.7.1", + "version": "0.7.2", "description": "", "workspaces": [ "api", diff --git a/packages/data-provider/package.json b/packages/data-provider/package.json index 610fc61d5..76495e044 100644 --- a/packages/data-provider/package.json +++ b/packages/data-provider/package.json @@ -1,6 +1,6 @@ { "name": "librechat-data-provider", - "version": "0.6.2", + "version": "0.6.3", "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 64948b4e5..a195febdd 100644 --- a/packages/data-provider/src/config.ts +++ b/packages/data-provider/src/config.ts @@ -675,7 +675,7 @@ export enum SettingsTabValues { /** Enum for app-wide constants */ export enum Constants { /** Key for the app's version. */ - VERSION = 'v0.7.1', + VERSION = 'v0.7.2', /** Key for the Custom Config's version (librechat.yaml). */ CONFIG_VERSION = '1.0.9', /** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */ diff --git a/prettier.config.js b/prettier.config.js index 806a06d0e..57769b3a6 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1,4 +1,4 @@ -// v0.7.1 +// v0.7.2 module.exports = { tailwindConfig: './client/tailwind.config.cjs', printWidth: 100,