@pnp/spfx-property-controls 3.11.0-beta.4157852 → 3.11.0-beta.4248484

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
@@ -10,11 +10,13 @@
10
10
  "Czech localization added [#527](https://github.com/pnp/sp-dev-fx-property-controls/issues/527)"
11
11
  ],
12
12
  "fixes": [
13
+ "Documentations fix for `PropertyPaneHelpers` [#536](https://github.com/pnp/sp-dev-fx-property-controls/pull/536)"
13
14
  ]
14
15
  },
15
16
  "contributions": [
16
17
  "[Brian Krainer Jacobsen](https://github.com/krainer)",
17
18
  "[Chad Eiserloh](https://github.com/c-eiser13)",
19
+ "[krishna-vijas](https://github.com/krishna-vijas)",
18
20
  "[Martin Zamazal](https://github.com/MartinZamazal)"
19
21
  ]
20
22
  },
package/CHANGELOG.md CHANGED
@@ -8,9 +8,13 @@
8
8
  - `SPListPickerService`: add ContentTypes/Name to the query [#521](https://github.com/pnp/sp-dev-fx-property-controls/pull/521)
9
9
  - Czech localization added [#527](https://github.com/pnp/sp-dev-fx-property-controls/issues/527)
10
10
 
11
+ ### Fixes
12
+
13
+ - Documentations fix for `PropertyPaneHelpers` [#536](https://github.com/pnp/sp-dev-fx-property-controls/pull/536)
14
+
11
15
  ### Contributors
12
16
 
13
- Special thanks to our contributors (in alphabetical order): [Brian Krainer Jacobsen](https://github.com/krainer), [Chad Eiserloh](https://github.com/c-eiser13), [Martin Zamazal](https://github.com/MartinZamazal).
17
+ Special thanks to our contributors (in alphabetical order): [Brian Krainer Jacobsen](https://github.com/krainer), [Chad Eiserloh](https://github.com/c-eiser13), [krishna-vijas](https://github.com/krishna-vijas), [Martin Zamazal](https://github.com/MartinZamazal).
14
18
 
15
19
  ## 3.11.0
16
20
 
@@ -1,2 +1,2 @@
1
- export var version = "3.11.0-beta.4157852";
1
+ export var version = "3.11.0-beta.4248484";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-property-controls",
3
3
  "description": "Reusable property pane controls for SharePoint Framework solutions",
4
- "version": "3.11.0-beta.4157852",
4
+ "version": "3.11.0-beta.4248484",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",