From 3d403298643ce30aec7a286ae31218fd89e4af22 Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:30:08 +0000 Subject: [PATCH] chore: release v5.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b3d90..fa64d17 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.0.1](https://github.com/agrc/wfrc-wasatch-choice/compare/v5.0.0...v5.0.1) (2023-08-11) + + +### 🐛 Bug Fixes + +* make config schema and about content fetches relative ([54bc2e0](https://github.com/agrc/wfrc-wasatch-choice/commit/54bc2e0501512dcc4d6d1aba1af80dfc67f5946a)) + ## [5.0.1-0](https://github.com/agrc/wfrc-wasatch-choice/compare/v5.0.0...v5.0.1-0) (2023-08-11) diff --git a/package-lock.json b/package-lock.json index e555103..9276172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wfrc", - "version": "5.0.1-0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wfrc", - "version": "5.0.1-0", + "version": "5.0.1", "dependencies": { "@arcgis/core": "^4.27.6", "@dnd-kit/sortable": "^7.0.2", diff --git a/package.json b/package.json index 2174ce3..c3432ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wfrc", - "version": "5.0.1-0", + "version": "5.0.1", "private": true, "type": "module", "scripts": {