@wavelengthusaf/components 4.26.14 → 4.26.15

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/README.md +20 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,30 +14,45 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
+ ### 4.26.15
18
+
19
+ - 6/5/2026
20
+ - Added Jset test for the `wavelength-confirmation-modal` web component.
21
+
22
+ ### 4.26.14
23
+
24
+ - 6/4/2026
25
+ - Added Jest test for the `wavelength-dialog` web component.
26
+
27
+ ### 4.26.13
28
+
29
+ - 6/3/2026
30
+ - Added Jest test for the `wavelength-pagination` web component.
31
+
17
32
  ### 4.26.12
18
33
 
19
34
  - 6/3/2026
20
- - Added Jest test for `wavelength-planetrail` web component.
35
+ - Added Jest test for the `wavelength-planetrail` web component.
21
36
 
22
37
  ### 4.26.11
23
38
 
24
39
  - 6/2/2026
25
- - Added Jest test for `wavelength-manyplanes` web component.
40
+ - Added Jest test for the `wavelength-manyplanes` web component.
26
41
 
27
42
  ### 4.26.10
28
43
 
29
44
  - 6/2/2026
30
- - Added Jest tests for `wavelength-comment-display` web component.
45
+ - Added Jest tests for the `wavelength-comment-display` web component.
31
46
 
32
47
  ### 4.26.9
33
48
 
34
49
  - 6/1/2026
35
- - Added Jest tests for `wavelength-switch` web component.
50
+ - Added Jest tests for the `wavelength-switch` web component.
36
51
 
37
52
  ### 4.26.8
38
53
 
39
54
  - 6/1/2026
40
- - Added Jest tests for `wavelength-menu` web component.
55
+ - Added Jest tests for the `wavelength-menu` web component.
41
56
 
42
57
  ### 4.26.7
43
58
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wavelengthusaf/components",
3
3
  "author": "563 EWS - Wavelength",
4
4
  "license": "MIT",
5
- "version": "4.26.14",
5
+ "version": "4.26.15",
6
6
  "description": "Common component library used by Wavelength developers",
7
7
  "main": "/dist/cjs/index.cjs",
8
8
  "module": "/dist/esm/index.js",
@@ -71,7 +71,7 @@
71
71
  "@emotion/styled": "^11.11.0",
72
72
  "@mui/icons-material": "^5.16.5",
73
73
  "@mui/material": "^5.15.7",
74
- "@wavelengthusaf/web-components": "^2.0.15",
74
+ "@wavelengthusaf/web-components": "^2.0.18",
75
75
  "react": "^18.0.0",
76
76
  "styled-components": "^6.1.12",
77
77
  "typescript": "^5.5.2"