@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.
- package/CHANGELOG.md +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.
|
|
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.
|
|
35
|
+
## 1.1.114 - 2023-Dec 01:
|
|
36
36
|
- add createListSource for creating EmptyListSource
|
|
37
37
|
|
|
38
38
|
## 1.1.112 - 2023-Dec 01:
|