@pnp/spfx-controls-react 3.12.0-beta.4054271 → 3.12.0-beta.4054300

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
@@ -3,7 +3,9 @@
3
3
  {
4
4
  "version": "3.13.0",
5
5
  "changes": {
6
- "new": [],
6
+ "new": [
7
+ "`UploadFiles`: New Upload Files control [#1388](https://github.com/pnp/sp-dev-fx-controls-react/pull/1388)"
8
+ ],
7
9
  "enhancements": [
8
10
  "`ListItemPicker`: use list name as well as GUID to point to list [#1355](https://github.com/pnp/sp-dev-fx-controls-react/issues/1355)",
9
11
  "`ListItemPicker`: Add Styles property to ListItemPicker and ComboBoxListItemPicker [#1407](https://github.com/pnp/sp-dev-fx-controls-react/pull/1407)",
@@ -1,2 +1,2 @@
1
- export var version = "3.12.0-beta.4054271";
1
+ export var version = "3.12.0-beta.4054300";
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.12.0-beta.4054271",
4
+ "version": "3.12.0-beta.4054300",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",