Skip to content

Commit

Permalink
chore(release): 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alebinson committed Jan 1, 2025
1 parent 3eb0b03 commit 0890e34
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 0890e34

Please sign in to comment.