@nextrap/nte-nav 0.2.7 → 0.2.9

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 (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.2.9 (2025-07-21)
2
+
3
+ This was a version bump only for nte-nav to align it with other projects, there were no code changes.
4
+
5
+ ## 0.2.8 (2025-07-21)
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated nte-offcanvas to 0.0.5
10
+
1
11
  ## 0.2.7 (2025-07-21)
2
12
 
3
13
  This was a version bump only for nte-nav to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@nextrap/nte-nav",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "main": "./index.js",
5
5
  "dependencies": {
6
6
  "@nextrap/nt-framework": "^0.0.1",
7
7
  "@nextrap/nte-burger": "^0.0.1",
8
- "@nextrap/nte-offcanvas": "^0.0.4"
8
+ "@nextrap/nte-offcanvas": "^0.0.5"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@nextrap/style-base": "^0.0.1",