chore: bump version to 3.0.21 [skip ci]

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