Skip to content

Commit f0f8194

Browse files
authored
✨ v0.8.1-rc2 (#10688)
* ✨ 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.
1 parent bdc65c5 commit f0f8194

File tree

14 files changed

+18
-18
lines changed

14 files changed

+18
-18
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.8.1-rc1
1+
# v0.8.1-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.1-rc1
2+
# v0.8.1-rc2
33

44
# Base for all builds
55
FROM node:20-alpine AS base-min

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.1-rc1",
3+
"version": "v0.8.1-rc2",
44
"description": "",
55
"scripts": {
66
"start": "echo 'please run this from the root directory'",

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.1-rc1 */
1+
/** v0.8.1-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.1-rc1",
3+
"version": "v0.8.1-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.1-rc1
1+
// v0.8.1-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.2
18+
version: 1.9.3
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.1-rc1"
26+
appVersion: "v0.8.1-rc2"
2727

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

package-lock.json

Lines changed: 4 additions & 4 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.1-rc1",
3+
"version": "v0.8.1-rc2",
44
"description": "",
55
"workspaces": [
66
"api",

packages/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/api",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"type": "commonjs",
55
"description": "MCP services for LibreChat",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)