@pnp/spfx-controls-react 3.14.0-beta.4737797 → 3.14.0-beta.4737813
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 +2 -1
- package/CHANGELOG.md +1 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
28
28
|
"[Sergio Villalta](https://github.com/6gal6ler6)",
|
|
29
29
|
"[Josef Benda](https://github.com/SmarterJB)",
|
|
30
|
-
"[wuxiaojun514](https://github.com/wuxiaojun514)"
|
|
30
|
+
"[wuxiaojun514](https://github.com/wuxiaojun514)",
|
|
31
|
+
"[Zied FEHRI](https://github.com/ziedfehri)"
|
|
31
32
|
]
|
|
32
33
|
},
|
|
33
34
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
### Contributors
|
|
22
22
|
|
|
23
|
-
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Dan Toft](https://github.com/Tanddant), [Guido Zambarda](https://github.com/GuidoZam), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Sergio Villalta](https://github.com/6gal6ler6), [Josef Benda](https://github.com/SmarterJB), [wuxiaojun514](https://github.com/wuxiaojun514).
|
|
23
|
+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Dan Toft](https://github.com/Tanddant), [Guido Zambarda](https://github.com/GuidoZam), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Sergio Villalta](https://github.com/6gal6ler6), [Josef Benda](https://github.com/SmarterJB), [wuxiaojun514](https://github.com/wuxiaojun514), [Zied FEHRI](https://github.com/ziedfehri).
|
|
24
24
|
|
|
25
25
|
## 3.13.0
|
|
26
26
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.14.0-beta.
|
|
1
|
+
export var version = "3.14.0-beta.4737813";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED