1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Merge branch 'plankanban:master' into master

This commit is contained in:
NavyStack 2023-12-11 08:20:51 +09:00 committed by GitHub
commit 8c340160c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 6 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: 0.1.12
version: 0.1.13
# 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: "1.15.1"
appVersion: "1.15.2"
dependencies:
- alias: postgresql

View file

@ -1 +1 @@
REACT_APP_VERSION=1.15.1
REACT_APP_VERSION=1.15.2

View file

@ -49,6 +49,12 @@
"**/*.test.js"
]
}
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
},

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "planka",
"version": "1.15.1",
"version": "1.15.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "planka",
"version": "1.15.1",
"version": "1.15.2",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "planka",
"version": "1.15.1",
"version": "1.15.2",
"private": true,
"homepage": "https://plankanban.github.io/planka",
"repository": {