Skip to content

Commit

Permalink
chore: explorer release v2.2.2 (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: ugrc-release-bot[bot] <113075024+ugrc-release-bot[bot]@users.noreply.github.com>
Co-authored-by: steveoh <[email protected]>
  • Loading branch information
ugrc-release-bot[bot] and steveoh authored May 15, 2024
1 parent 9697dbf commit e74fda7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"src/api": "1.15.0",
"src/developer": "2.3.1",
"src/explorer": "2.2.1"
"src/explorer": "2.2.2"
}
9 changes: 9 additions & 0 deletions src/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.2.2](https://github.com/agrc/api.mapserv.utah.gov/compare/explorer-v2.2.1...explorer-v2.2.2) (2024-05-15)


### Bug Fixes

* **explorer:** disable dark mode ([8656f36](https://github.com/agrc/api.mapserv.utah.gov/commit/8656f362cdfb643468882625a5a6a14156dfecec))
* **explorer:** link header to home page ([6b3908e](https://github.com/agrc/api.mapserv.utah.gov/commit/6b3908eed5e455fb5e7f375aee4d399dc40d27fc))
* **explorer:** use common header from kitchen sink ([e4c6a13](https://github.com/agrc/api.mapserv.utah.gov/commit/e4c6a136a0fdbdd0208aa17b39800a45ad6ce27a)), closes [#278](https://github.com/agrc/api.mapserv.utah.gov/issues/278) [#279](https://github.com/agrc/api.mapserv.utah.gov/issues/279)

## [2.2.1](https://github.com/agrc/api.mapserv.utah.gov/compare/explorer-v2.2.0...explorer-v2.2.1) (2024-05-09)


Expand Down
4 changes: 2 additions & 2 deletions src/explorer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ugrc/explorer",
"type": "module",
"version": "2.2.1",
"version": "2.2.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

0 comments on commit e74fda7

Please sign in to comment.