@uniweb/kit 0.9.11 → 0.9.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniweb/kit",
3
- "version": "0.9.11",
3
+ "version": "0.9.12",
4
4
  "description": "Standard component library for Uniweb foundations",
5
5
  "type": "module",
6
6
  "exports": {
@@ -217,6 +217,7 @@ export function Link({
217
217
  href={basePath + linkHref}
218
218
  title={linkTitle}
219
219
  className={className}
220
+ data-reload="true"
220
221
  {...props}
221
222
  >
222
223
  {children}