From fcf019c791ba728fb5eee4cf0b1cae90941f57d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Feb 2025 13:17:36 +0000 Subject: [PATCH] Version Packages --- .changeset/15-2-1_patch.md | 5 ----- CHANGELOG.md | 6 ++++++ charts/openproject/Chart.yaml | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/15-2-1_patch.md diff --git a/.changeset/15-2-1_patch.md b/.changeset/15-2-1_patch.md deleted file mode 100644 index 78c1bfe..0000000 --- a/.changeset/15-2-1_patch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openproject/helm-charts": patch ---- - -Upgrade OpenProject core version to 15.2.1 (patch update) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f9716..95604a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @openproject/helm-charts +## 9.5.1 + +### Patch Changes + +- bbe9149: Upgrade OpenProject core version to 15.2.1 (patch update) + ## 9.5.0 ### Minor Changes diff --git a/charts/openproject/Chart.yaml b/charts/openproject/Chart.yaml index fb27ce9..d150f74 100644 --- a/charts/openproject/Chart.yaml +++ b/charts/openproject/Chart.yaml @@ -6,7 +6,7 @@ home: https://www.openproject.org/ icon: https://charts.openproject.org/logo.svg type: application appVersion: 15.2.1 -version: 9.5.0 +version: 9.5.1 maintainers: - name: OpenProject url: https://github.com/opf/helm-charts diff --git a/package.json b/package.json index 4b82edc..e10bb62 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@openproject/helm-charts", "private": true, "author": "OpenProject GmbH", - "version": "9.5.0", + "version": "9.5.1", "license": "", "scripts": { "changeset:version": "./node_modules/.bin/changeset version && script/version"