@mikezimm/fps-library-v2 1.1.167 → 1.1.168

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.167
33
+ npm install @mikezimm/fps-library-v2@1.1.168
34
34
 
35
35
  # Changelog
36
36
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
37
37
 
38
- ## 1.1.167 - 2024-May 11: getFullBackgroundHelp, createTricksTableElement
38
+ ## 1.1.168 - 2024-May 11: getFullBackgroundHelp, createTricksTableElement
39
39
  - fix getFullBackgroundHelp with tricksTable... was getting Error: Minified React error #31;
40
40
  - create createTricksTableElement which returns the actual table element with rows from createTricksTable ( which only creates the object data... NOT JSX.Element - hence error #31 )
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.167",
3
+ "version": "1.1.168",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",