@wavelengthusaf/components 4.26.1 → 4.26.2

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 +37 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,11 +14,47 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
- ### 5.0.3
17
+ ### 4.26.7
18
+ - 5/26/2026
19
+ - Added Jest test file for the `wavelength-slider` web component.
20
+
21
+ ### 4.26.6
22
+
23
+ - 5/26/2026
24
+ - Added Jest tests for the `wavelength-snackbar` web component.
25
+
26
+ ### 4.26.5
27
+
28
+ - 5/28/2026
29
+ - Added a Jest test file for the `wavelength-popup-menu` web component.
30
+
31
+ ### 4.26.4
32
+
33
+ - 5/26/2026
34
+ - Added Jest tests for the `wavelength-tooltip` web component.
35
+
36
+ ### 4.26.3
18
37
 
19
38
  - 5/21/2026
39
+ - Added Jest test for `wavelength-title-bar` web component
40
+
41
+ ### 4.26.2
42
+
43
+ - 5/19/2026
44
+ - Added Jest test for `wavelength-dropdown` web component
45
+
46
+ ## 4.26.1 Rollback
47
+
48
+ ### 5.0.4
49
+
50
+ - 5/19/2026
20
51
  - Added Jest test for `wavelength-checkbox-list` web component
21
52
 
53
+ ### 5.0.3
54
+
55
+ - 5/18/2026
56
+ - Added Jest test for `wavelength-badge` web component
57
+
22
58
  ### 5.0.2
23
59
 
24
60
  - 5/15/2026
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.1",
5
+ "version": "4.26.2",
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.3",
74
+ "@wavelengthusaf/web-components": "^2.0.4",
75
75
  "react": "^18.0.0",
76
76
  "styled-components": "^6.1.12",
77
77
  "typescript": "^5.5.2"