Skip to content

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 12, 2022
1 parent 47e3262 commit 413d815
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions _src/ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<h1>Utah Environmental Interactive Map Change Log</h1>
<a href="./" class="btn btn-default"><span class="glyphicon glyphicon-arrow-left"></span> Back to the app</a>
<a href="https://github.com/agrc/deq-enviro/issues?milestone=&page=1&state=open" class="btn btn-default">Open Issues</a>
<h2>1.9.0 <small>??, 2022</small></h2>
<ul>
<li>Add Qualtrics survey button (<a href="https://github.com/agrc/deq-enviro/issues/471">#471</a>).</li>
</ul>
<h2>1.8.6 <small>May 30, 2022</small></h2>
<ul>
<li>Fix bug causing points to be drawn beneath polygons in some instances.</li>
Expand Down
2 changes: 1 addition & 1 deletion _src/app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ define([

// version.: String
// The version number.
version: '1.8.6',
version: '1.9.0',

// popupDelay: Number
// The delay (in milliseconds) before a popup is shown on hover.
Expand Down
2 changes: 1 addition & 1 deletion _src/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deq-enviro",
"version": "1.8.6",
"version": "1.9.0",
"main": "main",
"description": "DEQ Environmental Data Viewer ",
"homepage": "https://github.com/agrc/deq-enviro",
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deq-enviro",
"version": "1.8.6",
"version": "1.9.0",
"dependencies": {
"agrc": "agrc-widgets#~6.1.6",
"esri": "arcgis-js-api#~3.35",
Expand Down
2 changes: 1 addition & 1 deletion 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": "deq-enviro",
"version": "1.8.6",
"version": "1.9.0",
"devDependencies": {
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-latest": "^6.24.0",
Expand Down

0 comments on commit 413d815

Please sign in to comment.