Skip to content

Commit e382c5e

Browse files
committed
Updated version + changelog
1 parent 38c6418 commit e382c5e

File tree

5 files changed

+35
-2
lines changed

5 files changed

+35
-2
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": "1.16.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [
8+
"`FilePicker`: Fixes for OneDrive CORS issues [#407](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/407)"
9+
],
10+
"fixes": []
11+
},
12+
"contributions": [
13+
"[Piotr Siatka](https://github.com/siata13)"
14+
]
15+
},
316
{
417
"version": "1.15.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+
## 1.16.0
4+
5+
### Enhancements
6+
7+
- `FilePicker`: Fixes for OneDrive CORS issues [#407](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/407)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Piotr Siatka](https://github.com/siata13).
12+
313
## 1.15.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+
## 1.16.0
4+
5+
### Enhancements
6+
7+
- `FilePicker`: Fixes for OneDrive CORS issues [#407](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/407)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Piotr Siatka](https://github.com/siata13).
12+
313
## 1.15.0
414

515
### New control(s)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pnp/spfx-controls-react",
33
"description": "Reusable React controls for SharePoint Framework solutions",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"engines": {
66
"node": ">=0.10.0"
77
},

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 = "1.15.0";
1+
export const version: string = "1.16.0";

0 commit comments

Comments
 (0)