@pnp/spfx-property-controls 3.10.0-beta.3086575 → 3.10.0-beta.3086591

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
@@ -6,11 +6,13 @@
6
6
  "new": [],
7
7
  "enhancements": [],
8
8
  "fixes": [
9
- "`FilePicker`: Fixed an internal typo in the codebase [#474](https://github.com/pnp/sp-dev-fx-property-controls/pull/474)"
9
+ "`FilePicker`: Fixed an internal typo in the codebase [#474](https://github.com/pnp/sp-dev-fx-property-controls/pull/474)",
10
+ "`ListPicker`: documentation updates [#490](https://github.com/pnp/sp-dev-fx-property-controls/pull/490)"
10
11
  ]
11
12
  },
12
13
  "contributions": [
13
- "[Hilton Giesenow](https://github.com/HiltonGiesenow)"
14
+ "[Hilton Giesenow](https://github.com/HiltonGiesenow)",
15
+ "[Paul Schaeflein](https://github.com/pschaeflein)"
14
16
  ]
15
17
  },
16
18
  {
package/CHANGELOG.md CHANGED
@@ -5,10 +5,11 @@
5
5
  ### Fixes
6
6
 
7
7
  - `FilePicker`: Fixed an internal typo in the codebase [#474](https://github.com/pnp/sp-dev-fx-property-controls/pull/474)
8
+ - `ListPicker`: documentation updates [#490](https://github.com/pnp/sp-dev-fx-property-controls/pull/490)
8
9
 
9
10
  ### Contributors
10
11
 
11
- Special thanks to our contributor: [Hilton Giesenow](https://github.com/HiltonGiesenow).
12
+ Special thanks to our contributors (in alphabetical order): [Hilton Giesenow](https://github.com/HiltonGiesenow), [Paul Schaeflein](https://github.com/pschaeflein).
12
13
 
13
14
  ## 3.9.0
14
15
 
@@ -1,2 +1,2 @@
1
- export var version = "3.10.0-beta.3086575";
1
+ export var version = "3.10.0-beta.3086591";
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.10.0-beta.3086575",
4
+ "version": "3.10.0-beta.3086591",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",