From 0890e34f2c71f37a3f1b9d95b320b9373ceaa1cf Mon Sep 17 00:00:00 2001 From: alebinson Date: Wed, 1 Jan 2025 13:09:58 +0200 Subject: [PATCH] chore(release): 2.17.0 --- CHANGELOG.md | 14 ++++++++++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75385dab..b791e04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [2.17.0](https://github.com/MapColonies/discrete-layer-client/compare/v2.16.3...v2.17.0) (2025-01-01) + + +### Features + +* add vertices limit to env configuration ([#579](https://github.com/MapColonies/discrete-layer-client/issues/579)) ([e015eb7](https://github.com/MapColonies/discrete-layer-client/commit/e015eb707d8b7502e6568338bcc5c0c62ce5671d)) + + +### Bug Fixes + +* delete typename from metadata.recordModel and send to bff only necessary fields ([#578](https://github.com/MapColonies/discrete-layer-client/issues/578)) ([b052c0a](https://github.com/MapColonies/discrete-layer-client/commit/b052c0a38d01dc68c1f0d84d39f83c69fa229f6b)) +* disable error icon click ([#577](https://github.com/MapColonies/discrete-layer-client/issues/577)) ([1e415a4](https://github.com/MapColonies/discrete-layer-client/commit/1e415a43bb3648c329531d58a84ba3b640e050e9)) +* total of coordination ([#580](https://github.com/MapColonies/discrete-layer-client/issues/580)) ([3eb0b03](https://github.com/MapColonies/discrete-layer-client/commit/3eb0b03b921edb97beef7ca27f85b463f1e7ffaf)) + ### [2.16.3](https://github.com/MapColonies/discrete-layer-client/compare/v2.16.2...v2.16.3) (2024-12-25) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c9377fea..16ceaf08 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Helm chart to deploy Catalog App name: discrete-layer-client -version: 2.16.3 -appVersion: 2.16.3 +version: 2.17.0 +appVersion: 2.17.0 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 2d564bd6..31375499 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discrete-layer-client", - "version": "2.16.3", + "version": "2.17.0", "bugs": { "url": "https://github.com/MapColonies/discrete-layer-client/issues" },