chore: Update version

This commit is contained in:
Maksim Eltyshev
2026-02-11 14:34:56 +01:00
parent 168776aef8
commit bda32e0247
5 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -1 +1 @@
export default '2.0.0-rc.4';
export default '2.0.0';

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -1 +1 @@
module.exports = '2.0.0-rc.4';
module.exports = '2.0.0';