@pnp/spfx-controls-react 3.9.0-beta.2549234 → 3.9.0-beta.2549251

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
@@ -18,10 +18,12 @@
18
18
  "`Localization`: Updates to Danish localizations [#1233](https://github.com/pnp/sp-dev-fx-controls-react/pull/1233)",
19
19
  "`TaxonomyPicker`: Check if cultureInfo is valid [#1226](https://github.com/pnp/sp-dev-fx-controls-react/issues/1226)",
20
20
  "`FieldCollectionData`: Updated docs to fix duplicated property [#1236](https://github.com/pnp/sp-dev-fx-controls-react/pull/1236)",
21
- "`Changelog`: Fix changelog script by setting CHANGELOG.JSON filename extension to lower case [#1242](https://github.com/pnp/sp-dev-fx-controls-react/pull/1242)"
21
+ "`Changelog`: Fix changelog script by setting CHANGELOG.JSON filename extension to lower case [#1242](https://github.com/pnp/sp-dev-fx-controls-react/pull/1242)",
22
+ "`LivePersona`: Fix LivePersona not showing card on hover [#1241](https://github.com/pnp/sp-dev-fx-controls-react/issues/1241)"
22
23
  ]
23
24
  },
24
25
  "contributions": [
26
+ "[Alexander Kleshcheov](https://github.com/SharePickle)",
25
27
  "[Annie-Johnson](https://github.com/Annie-Johnson)",
26
28
  "[Daniel Watford](https://github.com/danwatford)",
27
29
  "[Dennis Kuhn](https://github.com/DennisKuhn)",
@@ -1,2 +1,2 @@
1
- export var version = "3.9.0-beta.2549234";
1
+ export var version = "3.9.0-beta.2549251";
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.9.0-beta.2549234",
4
+ "version": "3.9.0-beta.2549251",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",