From 593c0f497fbe00a87b5486d21183aa842f6cfa53 Mon Sep 17 00:00:00 2001 From: "ugrc-release-bot[bot]" <113075024+ugrc-release-bot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:05:44 +0000 Subject: [PATCH] chore: release v5.5.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c1ae58..4081f7d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.5.1](https://github.com/agrc/atlas/compare/v5.5.0...v5.5.1) (2024-08-28) + + +### Bug Fixes + +* replace national grid attribute ([298ec21](https://github.com/agrc/atlas/commit/298ec2198578129afcb57a7e2a5ad29d33126908)), closes [#469](https://github.com/agrc/atlas/issues/469) + + +### Styles + +* add a border around the map to light mode ([e9516ce](https://github.com/agrc/atlas/commit/e9516cef53178d110e9ea85fc22cad5b8415634b)) + ## [5.5.0](https://github.com/agrc/atlas/compare/v5.4.16...v5.5.0) (2024-08-15) diff --git a/package-lock.json b/package-lock.json index 3c36b788..3ae2806b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ugrc/atlas", - "version": "5.5.0", + "version": "5.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ugrc/atlas", - "version": "5.5.0", + "version": "5.5.1", "dependencies": { "@arcgis/core": "^4.30.9", "@heroicons/react": "^2.1.5", diff --git a/package.json b/package.json index e95dc252..7a49f277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ugrc/atlas", - "version": "5.5.0", + "version": "5.5.1", "private": true, "type": "module", "scripts": {