maverick-wave 3.7.0 → 3.10.0

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.
@@ -8,7 +8,8 @@
8
8
  "Bash(git ls-remote:*)",
9
9
  "Bash(npm outdated:*)",
10
10
  "Bash(npm update:*)",
11
- "Bash(npm audit:*)"
11
+ "Bash(npm audit:*)",
12
+ "Bash(npx prettier *)"
12
13
  ]
13
14
  }
14
15
  }
package/CHANGELOG.md CHANGED
@@ -6,6 +6,46 @@ Patch releases are only for test purposes - here I only document major and minor
6
6
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7
7
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
 
9
+ <<<<<<< HEAD
10
+ <<<<<<< HEAD
11
+ <<<<<<< HEAD
12
+ <<<<<<< HEAD
13
+ ||||||| 4031dbb
14
+ =======
15
+ ||||||| 0be20d9
16
+ =======
17
+ ||||||| da0294d
18
+ =======
19
+ ## [3.10.0] - 2026-08-10
20
+
21
+ ### Added
22
+
23
+ - kanban board
24
+
25
+ >>>>>>> main
26
+ ## [3.9.0] - 2026-08-07
27
+
28
+ ### Fixed
29
+
30
+ - technical issues
31
+ >>>>>>> main
32
+
33
+ ## [3.8.0] - 2026-08-07
34
+
35
+ ### Fixed
36
+
37
+ - technical issues
38
+
39
+ > > > > > > > main
40
+ ||||||| 4031dbb
41
+ =======
42
+ ## [3.8.0] - 2026-08-07
43
+
44
+ ### Fixed
45
+
46
+ - technical issues
47
+ >>>>>>> main
48
+
9
49
  ## [3.7.0] - 2026-08-07
10
50
 
11
51
  ### Changed
package/index.html CHANGED
@@ -382,6 +382,7 @@
382
382
  <a href="#page-header" class="mw-section-btn">Page Header</a>
383
383
  <a href="#meta-info" class="mw-section-btn">Meta Info</a>
384
384
  <a href="#tables" class="mw-section-btn">Tables</a>
385
+ <a href="#kanban" class="mw-section-btn">Kanban</a>
385
386
  <a href="#pagination" class="mw-section-btn">Pagination</a>
386
387
  <a href="#timelines" class="mw-section-btn">Timelines</a>
387
388
  <a href="#gallery" class="mw-section-btn">Image Gallery</a>
@@ -407,6 +408,11 @@
407
408
  @@include('./src/partials/tables-container.html')
408
409
  </div>
409
410
 
411
+ <!-- Kanban container -->
412
+ <div id="kanban">
413
+ @@include('./src/partials/kanban-container.html')
414
+ </div>
415
+
410
416
  <!-- Pagination container -->
411
417
  <div id="pagination">
412
418
  @@include('./src/partials/pagination-container.html')