@pnp/spfx-controls-react 3.11.0-beta.3361664 → 3.11.0-beta.3361681

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
@@ -1,5 +1,18 @@
1
1
  {
2
2
  "versions": [
3
+ {
4
+ "version": "3.12.0",
5
+ "changes": {
6
+ "new": [],
7
+ "enhancements": [],
8
+ "fixes": [
9
+ "`FilePicker`: panel causes SharePoint to Throttle due to infinite loop fetching files [#1325](https://github.com/pnp/sp-dev-fx-controls-react/issues/1325)"
10
+ ]
11
+ },
12
+ "contributions": [
13
+ "[Victor Romanov](https://github.com/VRomanovTau)"
14
+ ]
15
+ },
3
16
  {
4
17
  "version": "3.11.0",
5
18
  "changes": {
@@ -1,2 +1,2 @@
1
- export var version = "3.11.0-beta.3361664";
1
+ export var version = "3.11.0-beta.3361681";
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.11.0-beta.3361664",
4
+ "version": "3.11.0-beta.3361681",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",