hof 22.7.1 → 22.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2025-05-29, Version 22.7.2 (Stable), @Rhodine-orleans-lindsay
2
+ ### Fixed
3
+ - Service unavailable text can now use html
4
+
1
5
  ## 2025-05-28, Version 22.7.0 (Stable), @Rhodine-orleans-lindsay @sulthan-ahmed
2
6
  ### Added
3
7
  - 'Service Unavailable' functionality added which allows for services to redirect to a 'Service Unavailable' page when there is a need to pause a service for things like maintenance:
@@ -1,13 +1,13 @@
1
1
  {{<error}}
2
2
  {{$content}}
3
3
  <h1 class="govuk-heading-l">{{title}}</h1>
4
- <p class="govuk-body">{{message}}</p>
5
- <p class="govuk-body">{{answers-saved}}</p>
4
+ <p class="govuk-body">{{{message}}}</p>
5
+ <p class="govuk-body">{{{answers-saved}}}</p>
6
6
  {{#contact}}
7
- <p class="govuk-body">{{contact}}</p>
7
+ <p class="govuk-body">{{{contact}}}</p>
8
8
  {{/contact}}
9
9
  {{#alternative}}
10
- <p class="govuk-body">{{alternative}}</p>
10
+ <p class="govuk-body">{{{alternative}}}</p>
11
11
  {{/alternative}}
12
12
  {{/content}}
13
13
  {{/error}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "22.7.1",
4
+ "version": "22.7.2",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",