From a068583cf8d854ca167dc6cc3dcc3c0235cfb7cb Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:45:42 +0300 Subject: [PATCH] chore(master): release 6.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c753b44..d06ed2b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.0" + ".": "6.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39da4716..42437b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [6.3.1](https://github.com/MapColonies/catalog-app/compare/v6.3.0...v6.3.1) (2026-07-15) + + +### Bug Fixes + +* bump shared-components version ([#1002](https://github.com/MapColonies/catalog-app/issues/1002)) ([9fb2d3c](https://github.com/MapColonies/catalog-app/commit/9fb2d3c6977512a050cceb78709677e546863838)) + ## [6.3.0](https://github.com/MapColonies/catalog-app/compare/v6.2.1...v6.3.0) (2026-07-08) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index df362e06..19b41437 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Helm chart to deploy Catalog App name: catalog-app -version: 6.3.0 -appVersion: 6.3.0 +version: 6.3.1 +appVersion: 6.3.1 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 0b71fc1b..11f7f0ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "6.3.0", + "version": "6.3.1", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },