From 86a7a57fb9217a132bc0efbb83e6e6c18bd9b77e Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 19:17:50 +0000 Subject: [PATCH] chore: release v5.4.5 --- 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 c90500a7..338eab91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.4.5](https://github.com/agrc/atlas/compare/v5.4.5-0...v5.4.5) (2023-01-11) + + +### 🐛 Bug Fixes + +* update printing quad word url ([455cdc7](https://github.com/agrc/atlas/commit/455cdc74d63f7c51d9dfc25d1529998ad0bd5dce)) + ## [5.4.5-0](https://github.com/agrc/atlas/compare/v5.4.3...v5.4.5-0) (2023-01-11) ### 🐛 Bug Fixes diff --git a/package-lock.json b/package-lock.json index d4e7e916..4123c0c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ugrc/atlas", - "version": "5.4.5-0", + "version": "5.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ugrc/atlas", - "version": "5.4.5-0", + "version": "5.4.5", "dependencies": { "@arcgis/core": "^4.25.5", "@fortawesome/fontawesome-svg-core": "^6.2.1", diff --git a/package.json b/package.json index 78800aee..1eb6f53a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ugrc/atlas", - "version": "5.4.5-0", + "version": "5.4.5", "private": true, "scripts": { "build": "vite build",