diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a04ce..5ef44a8 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. +## [5.1.0-1](https://github.com/agrc/wfrc-wasatch-choice/compare/v5.1.0-0...v5.1.0-1) (2023-08-16) + + +### 🐛 Bug Fixes + +* fix error cause by layers with non-standard objectid fields in the project info widget ([4051c2c](https://github.com/agrc/wfrc-wasatch-choice/commit/4051c2c9ed4b140950f7d075ffe9397f6ef10397)) + ## [5.1.0-0](https://github.com/agrc/wfrc-wasatch-choice/compare/v5.0.1...v5.1.0-0) (2023-08-16) diff --git a/package-lock.json b/package-lock.json index e35e155..f359467 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wfrc", - "version": "5.1.0-0", + "version": "5.1.0-1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wfrc", - "version": "5.1.0-0", + "version": "5.1.0-1", "dependencies": { "@arcgis/core": "^4.27.6", "@dnd-kit/sortable": "^7.0.2", diff --git a/package.json b/package.json index 9766cbb..024729e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wfrc", - "version": "5.1.0-0", + "version": "5.1.0-1", "private": true, "type": "module", "scripts": {