@openeuropa/bcl-file 0.26.0 → 0.27.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/file.html.twig +2 -2
  2. package/package.json +5 -5
package/file.html.twig CHANGED
@@ -1,4 +1,4 @@
1
- {% spaceless %}
1
+ {% apply spaceless %}
2
2
 
3
3
  {#
4
4
  Parameters:
@@ -221,4 +221,4 @@
221
221
  {% endif %}
222
222
  </div>
223
223
 
224
- {% endspaceless %}
224
+ {% endapply %}
package/package.json CHANGED
@@ -2,15 +2,15 @@
2
2
  "name": "@openeuropa/bcl-file",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.26.0",
5
+ "version": "0.27.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL file",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-heading": "^0.26.0",
12
- "@openeuropa/bcl-icon": "^0.26.0",
13
- "@openeuropa/bcl-link": "^0.26.0"
11
+ "@openeuropa/bcl-heading": "^0.27.0",
12
+ "@openeuropa/bcl-icon": "^0.27.0",
13
+ "@openeuropa/bcl-link": "^0.27.0"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -26,5 +26,5 @@
26
26
  "design-system",
27
27
  "twig"
28
28
  ],
29
- "gitHead": "94d89cc379780cfce06178959194b3bc1b4c5eda"
29
+ "gitHead": "1ab38cd93a2d4c52119fcc6a2f7cc56ceaa95dbf"
30
30
  }