@mikezimm/fps-library-v2 1.1.90 → 1.1.91

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 +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -12,11 +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.90
15
+ npm install @mikezimm/fps-library-v2@1.1.91
16
16
 
17
17
  # Changelog
18
18
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
19
19
 
20
+ ## 1.1.91 - 2023-Nov 24: createWebNav
21
+ - reverted @pnp/spfx-property-controls@3.15.0 to >> npm install @pnp/spfx-property-controls@3.6.0
22
+ - 3.15 bumped everything to 1.18.2, fluentui to 8.106
23
+
20
24
  ## 1.1.90 - 2023-Nov 24: createWebNav
21
25
  - npm install @mikezimm/fps-pnp2@1.0.55
22
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.90",
3
+ "version": "1.1.91",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -44,7 +44,7 @@
44
44
  "@mikezimm/fps-pnp2": "^1.0.55",
45
45
  "@mikezimm/fps-styles": "^1.0.53",
46
46
  "@pnp/spfx-controls-react": "3.12.0",
47
- "@pnp/spfx-property-controls": "^3.6.0",
47
+ "@pnp/spfx-property-controls": "3.6.0",
48
48
  "react": "17.0.1",
49
49
  "react-dom": "17.0.1",
50
50
  "react-json-view": "^1.21.3"