Skip to content

Commit bef5c26

Browse files
authored
✨ v0.7.9 (danny-avila#8638)
* chore: update version to v0.7.9 across all relevant files * 🔧 chore: bump @librechat/api version to 1.2.9 * 🔧 chore: update @librechat/data-schemas version to 0.0.12 * 🔧 chore: bump librechat-data-provider version to 0.7.902
1 parent 9e03fef commit bef5c26

12 files changed

Lines changed: 18 additions & 18 deletions

File tree

Dockerfile

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

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.7.9-rc1",
3+
"version": "v0.7.9",
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.7.9-rc1
1+
// v0.7.9
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 1.8.9
2222
# It is recommended to use it with quotes.
2323

2424
# renovate: image=ghcr.io/danny-avila/librechat
25-
appVersion: "v0.7.9-rc1"
25+
appVersion: "v0.7.9"
2626

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

package-lock.json

Lines changed: 7 additions & 7 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.7.9-rc1",
3+
"version": "v0.7.9",
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.2.8",
3+
"version": "1.2.9",
44
"type": "commonjs",
55
"description": "MCP services for LibreChat",
66
"main": "dist/index.js",

packages/data-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "librechat-data-provider",
3-
"version": "0.7.901",
3+
"version": "0.7.902",
44
"description": "data services for librechat apps",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)