diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index c13ac8db..6b06f46c 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -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.2.13 +version: 0.2.14 # 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.23.4" +appVersion: "1.23.5" dependencies: - alias: postgresql diff --git a/client/src/version.js b/client/src/version.js index b491f3a4..86d5c56d 100644 --- a/client/src/version.js +++ b/client/src/version.js @@ -1 +1 @@ -export default '1.23.4'; +export default '1.23.5'; diff --git a/package-lock.json b/package-lock.json index acc42b06..9b077c1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "planka", - "version": "1.23.4", + "version": "1.23.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "planka", - "version": "1.23.4", + "version": "1.23.5", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 8b127721..a077faf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planka", - "version": "1.23.4", + "version": "1.23.5", "private": true, "homepage": "https://plankanban.github.io/planka", "repository": { @@ -16,7 +16,7 @@ "client:test": "npm test --prefix client", "docker:build": "docker build -t ghcr.io/plankanban/planka:local -f Dockerfile .", "docker:build:base": "docker build -t ghcr.io/plankanban/planka:base-local -f Dockerfile.base .", - "gv": "genversion --source ./ --template client/version-template.ejs client/src/version.js", + "gv": "npm i --package-lock-only --ignore-scripts && genversion --source ./ --template client/version-template.ejs client/src/version.js", "postinstall": "(cd server && npm i && cd ../client && npm i)", "lint": "npm run server:lint && npm run client:lint", "prepare": "husky",