@mikezimm/fps-library-v2 1.0.225 → 1.0.226

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 +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,13 +4,16 @@ npm run clean
4
4
  npm run build
5
5
  npm version major/minor/patch
6
6
  npm publish --access=public
7
- npm install @mikezimm/fps-library-v2@1.0.225
7
+ npm install @mikezimm/fps-library-v2@1.0.226
8
8
 
9
9
 
10
10
  # Changelog
11
11
 
12
12
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
13
13
 
14
+ ## 1.0.226 - 2023-June-02: _fpsSiteThemes,
15
+ - update protected _fpsSiteThemes: IFPSSiteThemes = null;
16
+
14
17
  ## 1.0.225 - 2023-June-02: _fpsSiteThemes, Age updates
15
18
  - fix double 'ago' in AgeSliderOptions
16
19
  - tweak styling in src\components\atoms\FPSAgeSlider\FPSAgeHook.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.0.225",
3
+ "version": "1.0.226",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",