chore: Update version

This commit is contained in:
Maksim Eltyshev
2026-02-17 15:55:56 +01:00
parent d83ea4b146
commit 414418130d
6 changed files with 14 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 # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.0 version: 2.0.1
# This is the version number of the application being deployed. This version number should be # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "2.0.0" appVersion: "2.0.1"
dependencies: dependencies:
- alias: postgresql - alias: postgresql

View File

@@ -1,3 +1,10 @@
# [2.0.1] - 2026-02-17
### Fixed
* Improve connection reliability after the app is idle
* Allow loading custom End User Terms of Service
## [2.0.0] - 2026-02-11 ## [2.0.0] - 2026-02-11
### Added ### Added

View File

@@ -1 +1 @@
export default '2.0.0'; export default '2.0.1';

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "planka", "name": "planka",
"version": "2.0.0", "version": "2.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "planka", "name": "planka",
"version": "2.0.0", "version": "2.0.1",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"concurrently": "^9.2.1", "concurrently": "^9.2.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "planka", "name": "planka",
"version": "2.0.0", "version": "2.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"client:build": "npm run build --prefix client", "client:build": "npm run build --prefix client",

View File

@@ -1 +1 @@
module.exports = '2.0.0'; module.exports = '2.0.1';