From 1dad6d0e77a920dc676ae9242d380992962b76f8 Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 15:00:39 +0000 Subject: [PATCH] chore: release v5.1.0-0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa64d17..e4a04ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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-0](https://github.com/agrc/wfrc-wasatch-choice/compare/v5.0.1...v5.1.0-0) (2023-08-16) + + +### 🚀 Features + +* add arcade expression support to project information widget ([35fc1f7](https://github.com/agrc/wfrc-wasatch-choice/commit/35fc1f7d99da1ecafd7eff13229b69a71826bb60)), closes [#49](https://github.com/agrc/wfrc-wasatch-choice/issues/49) +* add support for multiple feature service symbols ([67af923](https://github.com/agrc/wfrc-wasatch-choice/commit/67af923c335b1711aa4b47c2dfd745f785f89416)) + + +### 🐛 Bug Fixes + +* config and about updates from WFRC ([ae06cb5](https://github.com/agrc/wfrc-wasatch-choice/commit/ae06cb5352bf823c1ee94590479ad9d7fdc15017)) +* cypress test fixes ([a4890e7](https://github.com/agrc/wfrc-wasatch-choice/commit/a4890e7ed63d91762a0bf58da14a271fdf46f8fc)) +* layer name in config ([477f947](https://github.com/agrc/wfrc-wasatch-choice/commit/477f9475f3903f68aaf908fe557b2ecbbc297f36)) +* more layer name fixes in the config ([e55898d](https://github.com/agrc/wfrc-wasatch-choice/commit/e55898d151559215744c8318b0b2243b6c5ddc8a)) +* prevent crash when switching tabs ([66cdd9e](https://github.com/agrc/wfrc-wasatch-choice/commit/66cdd9ef875da5cb25d214984caaad70fd2b6526)) + ## [5.0.1](https://github.com/agrc/wfrc-wasatch-choice/compare/v5.0.0...v5.0.1) (2023-08-11) diff --git a/package-lock.json b/package-lock.json index 9276172..e35e155 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wfrc", - "version": "5.0.1", + "version": "5.1.0-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wfrc", - "version": "5.0.1", + "version": "5.1.0-0", "dependencies": { "@arcgis/core": "^4.27.6", "@dnd-kit/sortable": "^7.0.2", diff --git a/package.json b/package.json index c3432ce..9766cbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wfrc", - "version": "5.0.1", + "version": "5.1.0-0", "private": true, "type": "module", "scripts": {