@mikezimm/fps-library-v2 1.1.113 → 1.1.114

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
@@ -27,12 +27,12 @@ npm run clean
27
27
  npm run build ; npm publish --access=public
28
28
  npm version major/minor/patch
29
29
  npm publish --access=public
30
- npm install @mikezimm/fps-library-v2@1.1.113
30
+ npm install @mikezimm/fps-library-v2@1.1.114
31
31
 
32
32
  # Changelog
33
33
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
34
34
 
35
- ## 1.1.113 - 2023-Dec 01:
35
+ ## 1.1.114 - 2023-Dec 01:
36
36
  - add createListSource for creating EmptyListSource
37
37
 
38
38
  ## 1.1.112 - 2023-Dec 01:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.113",
3
+ "version": "1.1.114",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",