Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v2.5.18 #369

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.5.18](https://github.com/agrc/locate/compare/v2.5.17...v2.5.18) (2024-12-17)


### Bug Fixes

* fix map click popup ([9cdb4ab](https://github.com/agrc/locate/commit/9cdb4ab682588bcd6ead8c24394e0280e49d0f45))
* fix zoom to zip/city textbox ([d3bfa35](https://github.com/agrc/locate/commit/d3bfa351901e04c6e58c746eaf4c13f63048fc05))
* update enterprise zone layers for 2024 ([c914af7](https://github.com/agrc/locate/commit/c914af730888abd2533e0707ab23f27c4fa40931))


### Dependencies

* **dev:** bump the safe-dependencies group across 1 directory with 6 updates ([2d2b26a](https://github.com/agrc/locate/commit/2d2b26a2f0bcdb97c6707132312c02d177b18938))

## [2.5.18-1](https://github.com/agrc/locate/compare/v2.5.18-0...v2.5.18-1) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion lib/app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define([

// version.: String
// The version number.
version: '2.5.18-1', // x-release-please-version
version: '2.5.18', // x-release-please-version

// apiKey: String
// The api key used for services on api.mapserv.utah.gov
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "locate",
"version": "2.5.18-1",
"version": "2.5.18",
"homepage": "https://github.com/agrc/locate",
"repository": {
"type": "git",
Expand Down
Loading