hof 22.5.0-notify-attachments-beta.1 → 22.5.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2025-04-15, Version 22.5.0 (Stable), @shamiluwais
2
+ ### Changed
3
+ - Refactors notify component to enable email attachments
4
+
1
5
  ## 2025-04-15, Version 22.4.0 (Stable), @Rhodine-orleans-lindsay
2
6
  ### Changed
3
7
  - Amends page title format to follow the govuk design system so that the service name is now included in the the title by setting the `header` or `serviceName` in journey.json.
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.5.0-notify-attachments-beta.1",
4
+ "version": "22.5.0",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",