Skip to content

Commit a95fccc

Browse files
authored
✨ v0.8.2-rc2 (#11239)
* ✨ 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.
1 parent 348b4a4 commit a95fccc

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.8.2-rc1
1+
# v0.8.2-rc2
22

33
# Base node image
44
FROM node:20-alpine AS node

Dockerfile.multi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile.multi
2-
# v0.8.2-rc1
2+
# v0.8.2-rc2
33

44
# Set configurable max-old-space-size with default
55
ARG NODE_MAX_OLD_SPACE_SIZE=6144

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@librechat/backend",
3-
"version": "v0.8.2-rc1",
3+
"version": "v0.8.2-rc2",
44
"description": "",
55
"scripts": {
66
"start": "echo 'please run this from the root directory'",

bun.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** v0.8.2-rc1 */
1+
/** v0.8.2-rc2 */
22
module.exports = {
33
roots: ['<rootDir>/src'],
44
testEnvironment: 'jsdom',

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@librechat/frontend",
3-
"version": "v0.8.2-rc1",
3+
"version": "v0.8.2-rc2",
44
"description": "",
55
"type": "module",
66
"scripts": {

e2e/jestSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// v0.8.2-rc1
1+
// v0.8.2-rc2
22
// See .env.test.example for an example of the '.env.test' file.
33
require('dotenv').config({ path: './e2e/.env.test' });

helm/librechat/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.9.4
18+
version: 1.9.5
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
2424

2525
# renovate: image=ghcr.io/danny-avila/librechat
26-
appVersion: "v0.8.2-rc1"
26+
appVersion: "v0.8.2-rc2"
2727

2828
home: https://www.librechat.ai
2929

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LibreChat",
3-
"version": "v0.8.2-rc1",
3+
"version": "v0.8.2-rc2",
44
"description": "",
55
"workspaces": [
66
"api",

0 commit comments

Comments
 (0)