@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -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.161
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.161 - 2024-Apr 24: EasyIcons, LinkUp updates
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.161",
3
+ "version": "1.1.162",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",