@openeuropa/bcl-data-footer 1.8.2 → 1.9.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.
package/data--ec.js CHANGED
@@ -14,7 +14,7 @@ module.exports = {
14
14
  type: "content",
15
15
  content: `<p class='fw-bold mb-2'>[Project name]</p>${getDummyText(
16
16
  2,
17
- true
17
+ true,
18
18
  )}`,
19
19
  },
20
20
  ],
package/data--eu.js CHANGED
@@ -13,7 +13,7 @@ module.exports = {
13
13
  type: "content",
14
14
  content: `<p class='fw-bold mb-2'>[Project name]</p>${getDummyText(
15
15
  2,
16
- true
16
+ true,
17
17
  )}`,
18
18
  },
19
19
  ],
package/data.js CHANGED
@@ -12,7 +12,7 @@ module.exports = {
12
12
  type: "content",
13
13
  content: `<p class='fw-bold mb-2'>[Project name]</p>${getDummyText(
14
14
  2,
15
- true
15
+ true,
16
16
  )}`,
17
17
  },
18
18
  ],
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-data-footer",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.8.2",
5
+ "version": "1.9.0",
6
6
  "description": "OE footer data",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -20,5 +20,5 @@
20
20
  "component-library",
21
21
  "design-system"
22
22
  ],
23
- "gitHead": "3eb04ddc2c8195e3ad880a8155e6ec108a6ee088"
23
+ "gitHead": "461de595e5ddda95383ceaf5d02d513aef111246"
24
24
  }