@mikezimm/fps-library-v2 1.0.49 → 1.0.50

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 +6 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,13 +5,18 @@ npm run build
5
5
  npm version major/minor/patch
6
6
  npm publish --access=public
7
7
 
8
- npm install @mikezimm/fps-library-v2@1.0.49
8
+ npm install @mikezimm/fps-library-v2@1.0.50
9
9
 
10
10
 
11
11
  # Changelog
12
12
 
13
13
  NOTE: TURN BACK ON STRICT NULL CHECKS - turned off for PropPaneCols
14
14
 
15
+ ## 1.0.50 - 2022-Dec-19: reactList
16
+ - npm install @mikezimm/fps-styles@1.0.8
17
+
18
+
19
+
15
20
  ## 1.0.49 - 2022-Dec-19: reactList
16
21
  - add bar styles back in via @mikezimm/fps-styles@1.0.6 and passing in barTheme class same as FetchBannerX
17
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikezimm/fps-library-v2",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "Library of reusable typescript/javascript functions, interfaces and constants",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@microsoft/sp-property-pane": "^1.15.2",
59
59
  "@mikezimm/fps-pnp2": "^1.0.17",
60
- "@mikezimm/fps-styles": "^1.0.6",
60
+ "@mikezimm/fps-styles": "^1.0.8",
61
61
  "@pnp/spfx-controls-react": "3.12.0",
62
62
  "@pnp/spfx-property-controls": "^3.6.0",
63
63
  "office-ui-fabric-react": "^7.199.1",