@pnp/spfx-controls-react 3.10.0-beta.2975153 → 3.10.0-beta.2975200
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
|
@@ -8,10 +8,12 @@
|
|
|
8
8
|
"`DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)"
|
|
9
9
|
],
|
|
10
10
|
"fixes": [
|
|
11
|
+
"`FilePicker`: Tile view fix [#1272](https://github.com/pnp/sp-dev-fx-controls-react/issues/1272)"
|
|
11
12
|
]
|
|
12
13
|
},
|
|
13
14
|
"contributions": [
|
|
14
|
-
"[Hilton Giesenow](https://github.com/HiltonGiesenow)"
|
|
15
|
+
"[Hilton Giesenow](https://github.com/HiltonGiesenow)",
|
|
16
|
+
"[Victor Romanov](https://github.com/VRomanovTau)"
|
|
15
17
|
]
|
|
16
18
|
},
|
|
17
19
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.10.0-beta.
|
|
1
|
+
export var version = "3.10.0-beta.2975200";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED