Skip to content

Commit 8fc2462

Browse files
committed
Updated changelog
1 parent be69314 commit 8fc2462

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

CHANGELOG.JSON

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"versions": [
3+
{
4+
"version": "2.0.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [
8+
"`FilePicker`: added additional properties - `isPanelOpen` and `onCancel` [#668](https://github.com/pnp/sp-dev-fx-controls-react/pull/668)"
9+
],
10+
"fixes": []
11+
},
12+
"contributions": [
13+
"[Gautam Sheth](https://github.com/gautamdsheth)"
14+
]
15+
},
316
{
417
"version": "1.20.0",
518
"changes": {

CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Enhancements
6+
7+
- `FilePicker`: added additional properties - `isPanelOpen` and `onCancel` [#668](https://github.com/pnp/sp-dev-fx-controls-react/pull/668)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Gautam Sheth](https://github.com/gautamdsheth).
12+
313
## 1.20.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+
## 2.0.0
4+
5+
### Enhancements
6+
7+
- `FilePicker`: added additional properties - `isPanelOpen` and `onCancel` [#668](https://github.com/pnp/sp-dev-fx-controls-react/pull/668)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Gautam Sheth](https://github.com/gautamdsheth).
12+
313
## 1.20.0
414

515
### New control(s)

0 commit comments

Comments
 (0)