@pnp/spfx-controls-react 3.8.0-beta.2191756 → 3.8.0-beta.2191805

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.
package/CHANGELOG.JSON CHANGED
@@ -7,10 +7,12 @@
7
7
  "enhancements": [],
8
8
  "fixes": [
9
9
  "`LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)",
10
- "`TreeView`: TreeView Control is broken after updating to v3.7.0 [#1170](https://github.com/pnp/sp-dev-fx-controls-react/issues/1170)"
10
+ "`TreeView`: TreeView Control is broken after updating to v3.7.0 [#1170](https://github.com/pnp/sp-dev-fx-controls-react/issues/1170)",
11
+ "NPM Audit Critical Issues [#1187](https://github.com/pnp/sp-dev-fx-controls-react/issues/1187)"
11
12
  ]
12
13
  },
13
14
  "contributors": [
15
+ "[brianpmccullough](https://github.com/brianpmccullough)",
14
16
  "[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)"
15
17
  ]
16
18
  },
package/CHANGELOG.md CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
  - `LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)
8
8
  - `TreeView`: TreeView Control is broken after updating to v3.7.0 [#1170](https://github.com/pnp/sp-dev-fx-controls-react/issues/1170)
9
+ - NPM Audit Critical Issues [#1187](https://github.com/pnp/sp-dev-fx-controls-react/issues/1187)
9
10
 
10
11
  ## 3.7.2
11
12
 
@@ -1,2 +1,2 @@
1
- export var version = "3.8.0-beta.2191756";
1
+ export var version = "3.8.0-beta.2191805";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-controls-react",
3
3
  "description": "Reusable React controls for SharePoint Framework solutions",
4
- "version": "3.8.0-beta.2191756",
4
+ "version": "3.8.0-beta.2191805",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",