From a338dc523694625bb409a2a09cd3a2cc2ed451f3 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:02:47 +0300 Subject: [PATCH] chore(master): release 6.3.0 --- .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 9b2cc73a..5c753b44 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.1" + ".": "6.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b7b99d..39da4716 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.0](https://github.com/MapColonies/catalog-app/compare/v6.2.1...v6.3.0) (2026-07-08) + + +### Features + +* 3D models draping with raster vector layers ([#999](https://github.com/MapColonies/catalog-app/issues/999)) ([73188d3](https://github.com/MapColonies/catalog-app/commit/73188d35e98fc220c6abbdf5bc378bb79f6d3712)) + ## [6.2.1](https://github.com/MapColonies/catalog-app/compare/v6.2.0...v6.2.1) (2026-07-05) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 818dbb3a..df362e06 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.2.1 -appVersion: 6.2.1 +version: 6.3.0 +appVersion: 6.3.0 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 53c704f5..b1a55ee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "6.2.1", + "version": "6.3.0", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },