@wavelengthusaf/web-components 1.6.0 → 1.6.1

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,11 @@ npm install @wavelengthusaf/web-components
14
14
 
15
15
  ## Release Notes
16
16
 
17
+ ### 1.6.1
18
+
19
+ - 2/25/2026
20
+ - Changed the `WavelengthDropdown` to be a native web component
21
+
17
22
  ### 1.6.0
18
23
 
19
24
  - 2/24/2026
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wavelengthusaf/web-components",
3
3
  "author": "563 EWS - Wavelength",
4
4
  "license": "MIT",
5
- "version": "1.6.0",
5
+ "version": "1.6.1",
6
6
  "description": "Common component library used by Wavelength developers (NATIVE WEB COMPONENTS)",
7
7
  "main": "/dist/cjs/index.cjs",
8
8
  "module": "/dist/esm/index.js",