@mikezimm/fps-library-v2 1.1.47 → 1.1.48

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 +3 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,11 +4,13 @@ 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.1.47
7
+ npm install @mikezimm/fps-library-v2@1.1.48
8
8
 
9
9
  # Changelog
10
10
 
11
11
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
12
+ ## 1.1.48 - 2023-Sep 20: - XXX
13
+ - bump npm install @mikezimm/fps-pnp2@1.0.51 - add AlreadyExisted to IFPSResultStatus and FPSResultCommonErrors
12
14
 
13
15
  ## 1.1.47 - 2023-Sep 20: - RichText Editor
14
16
  - update ISourceButtonRowProps: add disabled? prop for disabling buttons, add descEle? for small description text in block element below buttons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "@microsoft/sp-property-pane": "^1.15.2",
43
- "@mikezimm/fps-pnp2": "^1.0.50",
43
+ "@mikezimm/fps-pnp2": "^1.0.51",
44
44
  "@mikezimm/fps-styles": "^1.0.48",
45
45
  "@pnp/spfx-controls-react": "3.12.0",
46
46
  "@pnp/spfx-property-controls": "^3.6.0",