Skip to content

Commit

Permalink
Merge pull request #1045 from Eastern-Research-Group/develop
Browse files Browse the repository at this point in the history
Update staging
  • Loading branch information
cschwinderg authored Dec 6, 2024
2 parents c9cc245 + 9d2858c commit 9f1f492
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

# Set shared environment variables
env:
APP_VERSION: 2.12.0
APP_VERSION: 2.12.1

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
4 changes: 2 additions & 2 deletions app/client/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 app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mywaterway-client",
"version": "2.12.0",
"version": "2.12.1",
"description": "A tool to learn about your water resources.",
"keywords": [
"MyWaterway",
Expand Down
4 changes: 2 additions & 2 deletions app/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 app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mywaterway",
"version": "2.12.0",
"version": "2.12.1",
"description": "A tool to learn about your water resources.",
"keywords": [
"MyWaterway",
Expand Down
4 changes: 2 additions & 2 deletions app/server/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 app/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mywaterway-server",
"version": "2.12.0",
"version": "2.12.1",
"description": "A tool to learn about your water resources.",
"keywords": [
"MyWaterway",
Expand Down
34 changes: 34 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Change Log

## 2.12.1 (December 2024)

### Added

- Added "Algal toxins" characteristic group filter to Past Water Conditions.

- Added 303(d) List Status to the State Water Quality Overview and Waterbody Report pages.

### Changed

- Updated the extreme weather tab to pull text from a config file.

- Updated the text in the top of community tabs to come from a config file.

- Updated to the new PAD-US layer.

- Updated WSIO entries to RPS for rebranding effort.

- Updated County layer to use the latest authoritative version of the layer.

- Renamed the "Boundaries" layer to "Selected Watershed".

- Removed extra "county" text from drinking water and extreme weather tabs.

- Fixed issue of refreshing or directly linking to a state or tribe page returning a page does not exist message.

- Fixed issue with the "View on Map" button not working when clicked more than once for the same feature.

- Fixed issue with popups not working for the "County" and "Congressional Districts" layers.

### Chores

- Updated dependencies.

## 2.12.0 (October 2024)

### Added
Expand Down

0 comments on commit 9f1f492

Please sign in to comment.