Skip to content

Commit

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

## [2.4.0](https://github.com/agrc/api.mapserv.utah.gov/compare/explorer-v2.3.0...explorer-v2.4.0) (2024-05-23)


### Features

* **explorer:** add fair use paragraph ([712ae04](https://github.com/agrc/api.mapserv.utah.gov/commit/712ae048c352de6d5e8bdbc77ebd28a50ab02309))


### Bug Fixes

* **explorer:** chrome spacing ([c495f2c](https://github.com/agrc/api.mapserv.utah.gov/commit/c495f2cb474d03a9d82d8f15015f39b1c489e01c))
* **explorer:** remove duplicate imports added to mdx files ([7a89626](https://github.com/agrc/api.mapserv.utah.gov/commit/7a89626b76a407143410057f37ee9579dfde0204))
* **explorer:** standardize spacing ([aa8cfb5](https://github.com/agrc/api.mapserv.utah.gov/commit/aa8cfb534e990b2950a769fc090a4f6de5408654))
* **explorer:** tailwind class typo ([b62b71d](https://github.com/agrc/api.mapserv.utah.gov/commit/b62b71d8d8b2eded5501f4027c5148c6ed277dcf))
* **explorer:** typo in tailwind class ([d98780c](https://github.com/agrc/api.mapserv.utah.gov/commit/d98780c9739b074d8473a820a0764f3269434159))

## [2.3.0](https://github.com/agrc/api.mapserv.utah.gov/compare/explorer-v2.2.3...explorer-v2.3.0) (2024-05-22)


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,6 +1,6 @@
{
"name": "@ugrc/explorer",
"version": "2.3.0",
"version": "2.4.0",
"type": "module",
"scripts": {
"astro": "astro",
Expand Down

0 comments on commit bd65267

Please sign in to comment.