From bda32e02471fcd698e05e76176bf5dadc7b9d742 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Wed, 11 Feb 2026 14:34:56 +0100 Subject: [PATCH] chore: Update version --- charts/planka/Chart.yaml | 4 ++-- client/src/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- server/version.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index d03e22be..487fca3a 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.2 +version: 2.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.0.0-rc.4" +appVersion: "2.0.0" dependencies: - alias: postgresql diff --git a/client/src/version.js b/client/src/version.js index fa5d1a95..ff603d70 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1 +1 @@ -export default '2.0.0-rc.4'; +export default '2.0.0'; diff --git a/package-lock.json b/package-lock.json index 16fc189f..679ee5a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "2.0.0-rc.4", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "2.0.0-rc.4", + "version": "2.0.0", "hasInstallScript": true, "dependencies": { "concurrently": "^9.2.1", diff --git a/package.json b/package.json index 2dd0ff57..fcebc8e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "2.0.0-rc.4", + "version": "2.0.0", "private": true, "scripts": { "client:build": "npm run build --prefix client", diff --git a/server/version.js b/server/version.js index 3349461f..e0cd2724 100644 --- a/server/version.js +++ b/server/version.js @@ -1 +1 @@ -module.exports = '2.0.0-rc.4'; +module.exports = '2.0.0';