desy-html 12.0.0 → 12.0.1
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/docs/index.html
CHANGED
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
|
|
40
40
|
<h2>Changelog (English)</h2>
|
|
41
41
|
<p>What's new in the latest version of desy-html</p>
|
|
42
|
+
<h3>v.12.0.1</h3>
|
|
43
|
+
<ul class="text-sm">
|
|
44
|
+
<li>Minor fixes.</li>
|
|
45
|
+
</ul>
|
|
42
46
|
<h3>v.12.0.0</h3>
|
|
43
47
|
<ul class="text-sm">
|
|
44
48
|
<li>Datepicker now uses Spanish date format: DD-MM-AAAA.</li>
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"text": "Mapa web"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
-
"html": "
|
|
16
|
+
"html": "Creado por <a href='https://sda.aragon.es/' class='c-link c-link--neutral'>SDA Servicios Digitales de Aragón</a>"
|
|
17
17
|
},
|
|
18
18
|
"classes": "mt-lg lg:mt-48"
|
|
19
19
|
}) }}
|