@mikezimm/fps-library-v2 1.1.161 → 1.1.162
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.
- package/CHANGELOG.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -30,12 +30,12 @@ npm run clean
|
|
|
30
30
|
npm run build ; npm publish --access=public; npm version patch
|
|
31
31
|
npm version major/minor/patch
|
|
32
32
|
npm publish --access=public
|
|
33
|
-
npm install @mikezimm/fps-library-v2@1.1.
|
|
33
|
+
npm install @mikezimm/fps-library-v2@1.1.162
|
|
34
34
|
|
|
35
35
|
# Changelog
|
|
36
36
|
NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
|
|
37
37
|
|
|
38
|
-
## 1.1.
|
|
38
|
+
## 1.1.162 - 2024-Apr 24: EasyIcons, LinkUp updates
|
|
39
39
|
- Added easyIconPriorityProps to be able to target specific properties for EasyIcons
|
|
40
40
|
- updated getEasyIconsHelp for new property
|
|
41
41
|
- Added EasyIcons: SocialMedia, Commerce, Logistics, USGovAcornyms, Institutions, Electronics, Finance,
|