Skip to content

Commit 7e85cf7

Browse files
committed
✨ v0.8.3-rc2 (#12027)
1 parent 490ad30 commit 7e85cf7

File tree

17 files changed

+28
-264
lines changed

17 files changed

+28
-264
lines changed

CHANGELOG.md

Lines changed: 0 additions & 236 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.8.3-rc1
1+
# v0.8.3-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.3-rc1
2+
# v0.8.3-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.3-rc1",
3+
"version": "v0.8.3-rc2",
44
"description": "",
55
"scripts": {
66
"start": "echo 'please run this from the root directory'",

bun.lock

Lines changed: 4 additions & 4 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.3-rc1 */
1+
/** v0.8.3-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.3-rc1",
3+
"version": "v0.8.3-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.3-rc1
1+
// v0.8.3-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.8
18+
version: 1.9.9
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=registry.librechat.ai/danny-avila/librechat
26-
appVersion: "v0.8.3-rc1"
26+
appVersion: "v0.8.3-rc2"
2727

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

librechat.example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.librechat.ai/docs/configuration/librechat_yaml
33

44
# Configuration version (required)
5-
version: 1.3.4
5+
version: 1.3.5
66

77
# Cache settings: Set to true to enable caching
88
cache: true

0 commit comments

Comments
 (0)