hof 20.4.0-beta-new-crown → 20.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
## 2024-02-29, Version 20.4.0 (Stable), @sulthan-ahmed
|
2
|
+
* Update version of govuk-frontend to 3.15
|
3
|
+
- this adds the new crown for the King
|
4
|
+
- this supports a lot of changes from the govuk design system
|
5
|
+
* Adds support for Google tag manager
|
6
|
+
* Fixes accessibility issues
|
7
|
+
* Sandbox area for testing hof changes
|
8
|
+
* Updates patch and minor versions including
|
9
|
+
- libphonenumber to 1.9.44
|
10
|
+
- nodemailer to 6.9.9
|
11
|
+
- ip to 1.1.9
|
12
|
+
- es5-ext to 0.10.63
|
13
|
+
|
1
14
|
## 2020-06-02, Version 16.0.0 (Stable), @andymoody
|
2
15
|
* Update version of helmet to 3.22.0
|
3
16
|
* Update version of i18n-future to 2.0.0
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "hof",
|
3
3
|
"description": "A bootstrap for HOF projects",
|
4
|
-
"version": "20.4.0
|
4
|
+
"version": "20.4.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"main": "index.js",
|
7
7
|
"author": "HomeOffice",
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"i18n-future": "^2.0.0",
|
67
67
|
"i18n-lookup": "^0.1.0",
|
68
68
|
"is-pdf": "^1.0.0",
|
69
|
-
"libphonenumber-js": "^1.9.
|
69
|
+
"libphonenumber-js": "^1.9.44",
|
70
70
|
"lodash": "^4.17.21",
|
71
71
|
"markdown-it": "^12.3.2",
|
72
72
|
"minimatch": "^3.0.7",
|