@pnp/spfx-controls-react 3.6.0-beta.1767102 → 3.6.0-beta.1767124
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
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"`TaxonomyPicker`: table markdown fix in documentation [#1072](https://github.com/pnp/sp-dev-fx-controls-react/pull/1072)",
|
|
21
21
|
"`WebPartTitle`: Fix for styling of WebPartTitle to better match the styling of the oob webpart titles. [#1088](https://github.com/pnp/sp-dev-fx-controls-react/pull/1088)",
|
|
22
22
|
"`LivePersona`: fix for documentation typos [#1106](https://github.com/pnp/sp-dev-fx-controls-react/pull/1106)",
|
|
23
|
+
"`LivePersona`: remove property for SPFx context [#1108](https://github.com/pnp/sp-dev-fx-controls-react/pull/1108)",
|
|
23
24
|
"Documentation fix for swedish translations [#1100](https://github.com/pnp/sp-dev-fx-controls-react/pull/1100)"
|
|
24
25
|
]
|
|
25
26
|
},
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
"[Carlos Marins Jr](https://github.com/kadu-jr)",
|
|
29
30
|
"[Henrik](https://github.com/Henke-visual)",
|
|
30
31
|
"[Jasey Waegebaert](https://github.com/Jwaegebaert)",
|
|
32
|
+
"[João Mendes](https://github.com/joaojmendes)",
|
|
31
33
|
"[Milan Holemans](https://github.com/milanholemans)",
|
|
32
34
|
"[Patrik Hellgren](https://github.com/patrikhellgren)",
|
|
33
35
|
"[Tom G](https://github.com/t0mgerman)"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.6.0-beta.
|
|
1
|
+
export var version = "3.6.0-beta.1767124";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED