From 0e1477b27481aceb587cb30f7719882c2cd4c30c Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:24:37 +0300 Subject: [PATCH] chore(master): release 6.1.3 --- .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 5e404df8..97e819d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.2" + ".": "6.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 94069406..31c69b47 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.1.3](https://github.com/MapColonies/catalog-app/compare/v6.1.2...v6.1.3) (2026-06-09) + + +### Bug Fixes + +* when vector catalog is not served do not call getFeatureTypes and hide it in catalog tree ([#988](https://github.com/MapColonies/catalog-app/issues/988)) ([a8a539b](https://github.com/MapColonies/catalog-app/commit/a8a539b40d292b1468cd91608ef5dda8deeb0ee0)) + ## [6.1.2](https://github.com/MapColonies/catalog-app/compare/v6.1.1...v6.1.2) (2026-06-08) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index fb4b110d..a05cb669 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.1.2 -appVersion: 6.1.2 +version: 6.1.3 +appVersion: 6.1.3 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 1f3748f5..2203255e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "6.1.2", + "version": "6.1.3", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },