@pnp/spfx-controls-react 3.9.0-beta.2552279 → 3.9.0-beta.2554475

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
@@ -37,6 +37,19 @@
37
37
  "[ryanexner](https://github.com/ryanexner)"
38
38
  ]
39
39
  },
40
+ {
41
+ "version": "3.8.1",
42
+ "changes": {
43
+ "new": [],
44
+ "enhancements": [],
45
+ "fixes": [
46
+ "`LivePersona`: Fix LivePersona not showing card on hover [#1241](https://github.com/pnp/sp-dev-fx-controls-react/issues/1241)"
47
+ ]
48
+ },
49
+ "contributors": [
50
+ "[Alexander Kleshcheov](https://github.com/SharePickle)"
51
+ ]
52
+ },
40
53
  {
41
54
  "version": "3.8.0",
42
55
  "changes": {
package/CHANGELOG.md CHANGED
@@ -20,6 +20,11 @@
20
20
  ### Contributors
21
21
 
22
22
  Special thanks to our contributors (in alphabetical order): [Annie-Johnson](https://github.com/Annie-Johnson), [Dennis Kuhn](https://github.com/DennisKuhn), [Fabio Franzini](https://github.com/fabiofranzini), [Milan Holemans](https://github.com/milanholemans), [Rico van de Ven](https://github.com/RicoNL).
23
+ ## 3.8.1
24
+
25
+ ### Fixes
26
+
27
+ - `LivePersona`: Fix LivePersona not showing card on hover [#1241](https://github.com/pnp/sp-dev-fx-controls-react/issues/1241)
23
28
 
24
29
  ## 3.8.0
25
30
 
@@ -1,2 +1,2 @@
1
- export var version = "3.9.0-beta.2552279";
1
+ export var version = "3.9.0-beta.2554475";
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.2552279",
4
+ "version": "3.9.0-beta.2554475",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",