Skip to content

Commit 52574d9

Browse files
committed
prep for 3.7.0
1 parent 77887f7 commit 52574d9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.JSON

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.7.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [],
8+
"fixes": []
9+
},
10+
"contributors": []
11+
},
312
{
413
"version": "3.6.0",
514
"changes": {
@@ -13,7 +22,6 @@
1322
"`FilePicker`: ability to allow external link and disable file existance chech [commit](https://github.com/pnp/sp-dev-fx-controls-react/commit/41ed4dd2277cf33050f9aeffe743dd684ed9d782)",
1423
"`FilePicker`: support for multi-select on additional sources [#1047](https://github.com/pnp/sp-dev-fx-controls-react/pull/1047)",
1524
"`DateTimePicker`: new property for allowTextInput [#1094](https://github.com/pnp/sp-dev-fx-controls-react/issues/1094)"
16-
1725
],
1826
"fixes": [
1927
"`LivePersona`: Cannot find module '@pnp/spfx-controls-react/lib/LivePersona'[#1069](https://github.com/pnp/sp-dev-fx-controls-react/issues/1069)",

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

0 commit comments

Comments
 (0)