@mikezimm/fps-library-v2 1.1.94 → 1.1.95

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 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -12,15 +12,15 @@ npm run clean
12
12
  npm run build
13
13
  npm version major/minor/patch
14
14
  npm publish --access=public
15
- npm install @mikezimm/fps-library-v2@1.1.94
15
+ npm install @mikezimm/fps-library-v2@1.1.95
16
16
 
17
17
  # Changelog
18
18
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
19
19
 
20
- ## 1.1.94 - 2023-Nov 27:
21
- - Add IFPSEnviro to IWebpartBannerProps
20
+ ## 1.1.95 -
21
+ - Add FPSEnviro to IWebpartBannerProps, added in mainWebPartRenderBannerSetupX
22
22
 
23
- ## 1.1.93 - 2023-Nov 27: Harden Context https://github.com/mikezimm/pivottiles7/issues/320
23
+ ## 1.1.93 - 2023-Nov 26: Harden Context https://github.com/mikezimm/pivottiles7/issues/320
24
24
  - runFPSSuperOnInit requires Environment to test if on Classic or Modern
25
25
  - update LegacyPageContextCopy_15_2 with additional properties
26
26
  - created EnvironmentType_String_15_2 and EnvironmentType_15_2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.94",
3
+ "version": "1.1.95",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",