@xenterprises/nuxt-x-marketing 1.4.1 → 1.4.2

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/CHANGELOG.md CHANGED
@@ -30,6 +30,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
30
  section and its sample product data were dropped with them. Every other section of the
31
31
  demo page is unchanged.
32
32
 
33
+ ## [1.4.2] - 2026-08-23
34
+
35
+ ### Fixed
36
+
37
+ - `XFooter/XLegal` drops the nested `main` (same as `XXLegal`).
38
+
33
39
  ## [1.4.1] - 2026-08-23
34
40
 
35
41
  ### Fixed
@@ -9,7 +9,7 @@
9
9
  class="h-6 w-6 mx-auto -mt-4 relative z-10"
10
10
  />
11
11
  </a>
12
- <main
12
+ <div
13
13
  class="flex flex-col md:flex-row justify-between items-center px-6 pt-3 pb-5 max-w-screen-2xl mx-auto gap-4"
14
14
  >
15
15
  <div class="text-center md:text-left">
@@ -27,7 +27,7 @@
27
27
  {{ link.label }}
28
28
  </a>
29
29
  </nav>
30
- </main>
30
+ </div>
31
31
  </footer>
32
32
  </template>
33
33
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@xenterprises/nuxt-x-marketing",
3
3
  "license": "SEE LICENSE IN LICENSE",
4
4
  "type": "module",
5
- "version": "1.4.1",
5
+ "version": "1.4.2",
6
6
  "main": "./nuxt.config.ts",
7
7
  "scripts": {
8
8
  "dev": "nuxi dev .playground",