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