Merge branch 'plankanban:master' into master

pull/570/head
NavyStack 2 years ago committed by GitHub
commit 8c340160c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: 0.1.12 version: 0.1.13
# 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: "1.15.1" appVersion: "1.15.2"
dependencies: dependencies:
- alias: postgresql - alias: postgresql

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

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

4
package-lock.json generated

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

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

Loading…
Cancel
Save