chore: Update version

This commit is contained in:
Maksim Eltyshev
2026-02-23 18:44:06 +01:00
parent 4e9e842e3d
commit d5d3f1de44
6 changed files with 17 additions and 8 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: 2.0.1
version: 2.0.2
# 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.1"
appVersion: "2.0.2"
dependencies:
- alias: postgresql

View File

@@ -1,4 +1,13 @@
# [2.0.1] - 2026-02-17
# [2.0.2] - 2026-02-23
### Fixed
* Prevent dropzone from overflowing content
* Update Gravatar hash algorithm
* Improve backup and restore scripts
* Improve installation on Windows and containerized environments
## [2.0.1] - 2026-02-17
### Fixed

View File

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

4
package-lock.json generated
View File

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

View File

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

View File

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