Skip to content

Commit 3620c0f

Browse files
Merge branch 'master' of https://github.com/pnp/sp-dev-fx-controls-react into dev
2 parents 75d37aa + 1b99830 commit 3620c0f

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

CHANGELOG.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@
3737
"[ryanexner](https://github.com/ryanexner)"
3838
]
3939
},
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+
},
4053
{
4154
"version": "3.8.0",
4255
"changes": {

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
### Contributors
2121

2222
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)
2328

2429
## 3.8.0
2530

docs/documentation/docs/about/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
### Contributors
2121

2222
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)
2328

2429
## 3.8.0
2530

src/common/telemetry/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "3.9.0";
1+
export const version: string = "3.9.0";

0 commit comments

Comments
 (0)