From fd64b7006b32dfc9786f2bf04ef4ef31f084f36f Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:46:58 +0300 Subject: [PATCH] chore(master): release 6.1.5 --- .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 8af2c7b5..bb6436a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.4" + ".": "6.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 440c6e22..97c91139 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.5](https://github.com/MapColonies/catalog-app/compare/v6.1.4...v6.1.5) (2026-06-21) + + +### Bug Fixes + +* add rtl utilities and use them ([#977](https://github.com/MapColonies/catalog-app/issues/977)) ([e42de32](https://github.com/MapColonies/catalog-app/commit/e42de323713c5d4e98a3009291ee7e32ea750e56)) + ## [6.1.4](https://github.com/MapColonies/catalog-app/compare/v6.1.3...v6.1.4) (2026-06-10) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 87859e1d..501438f5 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.4 -appVersion: 6.1.4 +version: 6.1.5 +appVersion: 6.1.5 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 5ae6fbdd..2ede62b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "6.1.4", + "version": "6.1.5", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },