mirror of
https://github.com/plankanban/planka.git
synced 2026-05-04 18:00:55 +03:00
chore: Update version
This commit is contained in:
@@ -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.3
|
||||
version: 2.1.0
|
||||
|
||||
# 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.3"
|
||||
appVersion: "2.1.0"
|
||||
|
||||
dependencies:
|
||||
- alias: postgresql
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
# [2.0.3] - 2026-03-01
|
||||
# [2.1.0] - 2026-03-19
|
||||
|
||||
### Added
|
||||
|
||||
* Support running under subpath
|
||||
* Add ability to display card ages
|
||||
* Allow exposing Swagger specification
|
||||
* Configurable HTTP timeout for OIDC
|
||||
|
||||
## [2.0.3] - 2026-03-01
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default '2.0.3';
|
||||
export default '2.1.0';
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "planka",
|
||||
"version": "2.0.3",
|
||||
"version": "2.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "planka",
|
||||
"version": "2.0.3",
|
||||
"version": "2.1.0",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"concurrently": "^9.2.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "planka",
|
||||
"version": "2.0.3",
|
||||
"version": "2.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"client:build": "npm run build --prefix client",
|
||||
|
||||
@@ -1 +1 @@
|
||||
module.exports = '2.0.3';
|
||||
module.exports = '2.1.0';
|
||||
|
||||
Reference in New Issue
Block a user