@pnp/spfx-controls-react 3.24.0-beta.1930799 → 3.24.0-beta.1969887
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +4 -2
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -6,11 +6,13 @@
|
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [],
|
|
8
8
|
"fixes":[
|
|
9
|
-
"`PeoplePicker`: Improving documentation page about external users search [#323](https://github.com/pnp/sp-dev-fx-controls-react/issues/323)"
|
|
9
|
+
"`PeoplePicker`: Improving documentation page about external users search [#323](https://github.com/pnp/sp-dev-fx-controls-react/issues/323)",
|
|
10
|
+
"`FolderExplorer`: Updated Folder explorer control documentation to correct a typo. [#2072](https://github.com/pnp/sp-dev-fx-controls-react/pull/2072)"
|
|
10
11
|
]
|
|
11
12
|
},
|
|
12
13
|
"contributions": [
|
|
13
|
-
"[Michaël Maillot](https://github.com/michaelmaillot)"
|
|
14
|
+
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
15
|
+
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
|
|
14
16
|
]
|
|
15
17
|
},
|
|
16
18
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -5,10 +5,11 @@
|
|
|
5
5
|
### Fixes
|
|
6
6
|
|
|
7
7
|
- `PeoplePicker`: Improving documentation page about external users search [#323](https://github.com/pnp/sp-dev-fx-controls-react/issues/323)
|
|
8
|
+
- `FolderExplorer`: Updated Folder explorer control documentation to correct a typo. [#2072](https://github.com/pnp/sp-dev-fx-controls-react/pull/2072)
|
|
8
9
|
|
|
9
10
|
### Contributors
|
|
10
11
|
|
|
11
|
-
Special thanks to our
|
|
12
|
+
Special thanks to our contributors (in alphabetical order): [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
|
|
12
13
|
|
|
13
14
|
## 3.23.0
|
|
14
15
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.24.0-beta.
|
|
1
|
+
export var version = "3.24.0-beta.1969887";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED