chore: bump version to 2.10.0 [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-10 05:36:13 +00:00
parent 098918b416
commit 6caa966a52
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
apiVersion: v2
name: trek
version: 0.1.0
version: 2.10.0
description: Minimal Helm chart for TREK app
appVersion: "2.9.11"
appVersion: "2.10.0"
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "trek-client",
"version": "2.9.12",
"version": "2.10.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trek-client",
"version": "2.9.12",
"version": "2.10.0",
"dependencies": {
"@react-pdf/renderer": "^4.3.2",
"axios": "^1.6.7",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "trek-client",
"version": "2.9.12",
"version": "2.10.0",
"private": true,
"type": "module",
"scripts": {
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "trek-server",
"version": "2.9.12",
"version": "2.10.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trek-server",
"version": "2.9.12",
"version": "2.10.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.28.0",
"archiver": "^6.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "trek-server",
"version": "2.9.12",
"version": "2.10.0",
"main": "src/index.ts",
"scripts": {
"start": "node --import tsx src/index.ts",