Skip to content

Commit

Permalink
chore: explorer release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ugrc-release-bot[bot] authored and steveoh committed May 16, 2024
1 parent c4cd79c commit 58c1c6d
Show file tree
Hide file tree
Showing 4 changed files with 12 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.2"
"src/explorer": "2.2.3"
}
8 changes: 8 additions & 0 deletions src/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.2.3](https://github.com/agrc/api.mapserv.utah.gov/compare/explorer-v2.2.2...explorer-v2.2.3) (2024-05-16)


### Bug Fixes

* **explorer:** fix footer layout issues ([c800886](https://github.com/agrc/api.mapserv.utah.gov/commit/c800886ae28deef3a3d05cfe8bf17c7e2277ca6f)), closes [#283](https://github.com/agrc/api.mapserv.utah.gov/issues/283)
* **explorer:** remove superfluous attributes ([c4cd79c](https://github.com/agrc/api.mapserv.utah.gov/commit/c4cd79c0860936d8d3844194b6f035bb140d9579))

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


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.2",
"version": "2.2.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

0 comments on commit 58c1c6d

Please sign in to comment.