@wavelengthusaf/components 2.2.2 → 2.2.3

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,10 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
+ ### 2.2.2 - 2.2.3
18
+
19
+ - Updated the Footer component to include the text? and textColor? props; slightly changed the appearance of the full Wavelength Logo in the footer.
20
+
17
21
  ### 2.2.1
18
22
 
19
23
  - Renamed `WavelengthBannerHeader` to `WavelengthBanner` to reflect its more broader, possible use.
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": "2.2.2",
5
+ "version": "2.2.3",
6
6
  "description": "Common component library used by Wavelength developers",
7
7
  "main": "/dist/index.js",
8
8
  "module": "/dist/index.js",