@nextrap/nte-nav 1.1.8 → 1.1.13

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 (3) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/index.js +113 -1217
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## 1.1.13 (2025-08-28)
2
+
3
+ This was a version bump only for nte-nav to align it with other projects, there were no code changes.
4
+
5
+ ## 1.1.12 (2025-08-28)
6
+
7
+ This was a version bump only for nte-nav to align it with other projects, there were no code changes.
8
+
9
+ ## 1.1.11 (2025-08-24)
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated style-reset to 1.0.0
14
+ - Updated style-base to 1.1.11
15
+ - Updated nte-offcanvas to 1.0.16
16
+
17
+ ## 1.1.10 (2025-08-13)
18
+
19
+ ### 🩹 Fixes
20
+
21
+ - do not re-export lit via nt-framework ([12ac05f](https://github.com/nextrap/nextrap-monorepo/commit/12ac05f))
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - Enzo Volkmann @evolkmann
26
+
27
+ ## 1.1.9 (2025-08-01)
28
+
29
+ ### 🧱 Updated Dependencies
30
+
31
+ - Updated nte-offcanvas to 1.0.15
32
+
1
33
  ## 1.1.8 (2025-08-01)
2
34
 
3
35
  This was a version bump only for nte-nav to align it with other projects, there were no code changes.