Skip to content

Commit 104706d

Browse files
committed
changelog
1 parent 394de18 commit 104706d

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

CHANGELOG.JSON

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"new": [],
77
"enhancements": [],
88
"fixes": [
9-
"Documentation for `RichText`: correct event handler name [#898](https://github.com/pnp/sp-dev-fx-controls-react/pull/898)"
9+
"Documentation for `RichText`: correct event handler name [#898](https://github.com/pnp/sp-dev-fx-controls-react/pull/898)",
10+
"`SitePicker`: `SitePicker` does not display initialsites until you click the dropdown to select [#895](https://github.com/pnp/sp-dev-fx-controls-react/issues/895)"
1011
]
1112
},
1213
"contributions": [

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 3.2.0
4+
5+
### Fixes
6+
7+
- Documentation for `RichText`: correct event handler name [#898](https://github.com/pnp/sp-dev-fx-controls-react/pull/898)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Ravichandran Krishnasamy](https://github.com/ravichandran-blog).
12+
313
## 3.1.0
414

515
### New control(s)

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 3.2.0
4+
5+
### Fixes
6+
7+
- Documentation for `RichText`: correct event handler name [#898](https://github.com/pnp/sp-dev-fx-controls-react/pull/898)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Ravichandran Krishnasamy](https://github.com/ravichandran-blog).
12+
313
## 3.1.0
414

515
### New control(s)

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.1.0";
1+
export const version: string = "3.2.0";

0 commit comments

Comments
 (0)