Skip to content

Commit

Permalink
Emergency fix CFF-5.1.1 (#263)
Browse files Browse the repository at this point in the history
* FSR-464: Update Open Layers to resolve outlook polygon issues. (#259)

Co-authored-by: John Shields <[email protected]>

* Emergency bug fix change updating Open Layers package.

Co-authored-by: John Shields <[email protected]>
  • Loading branch information
JFSCH and John Shields authored Oct 25, 2021
1 parent 14529e3 commit 97757f2
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 84 deletions.
121 changes: 39 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flood-app",
"version": "5.1.0",
"version": "5.1.1",
"description": "Flood risk app",
"main": "index.js",
"repository": "github:defra/flood-app",
Expand Down Expand Up @@ -62,7 +62,7 @@
"node-sass": "^6.0.1",
"node-schedule": "^2.0.0",
"nunjucks": "^3.2.3",
"ol": "^6.8.1",
"ol": "^6.9.0",
"regenerator-runtime": "^0.13.9",
"sinon": "^11.1.2",
"standard": "^16.0.4",
Expand Down
15 changes: 15 additions & 0 deletions release-docs/CFF-5.1.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Check for flooding Emergency RFC 5.1.1 26 October 2021


# Tickets

FSR-464 - Outlook map polygons render issues bug fix.

# Instructions

Straight forward application build for release

LFW_{stage}_04_UPDATE_FLOOD_APP_AND_SERVICE_PIPELINE

Execute smoke tests and forward results

0 comments on commit 97757f2

Please sign in to comment.