@pnp/spfx-controls-react 3.21.0-beta.1360746 → 3.21.0-beta.1360752
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 +5 -2
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"version": "3.21.0",
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [
|
|
7
|
-
"`ShareDialog`: new control ShareDialog [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)"
|
|
7
|
+
"`ShareDialog`: new control ShareDialog [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)",
|
|
8
|
+
"Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)"
|
|
9
|
+
|
|
8
10
|
],
|
|
9
11
|
"enhancements": [],
|
|
10
12
|
"fixes": [
|
|
@@ -27,7 +29,8 @@
|
|
|
27
29
|
"[Martin Lingstuyl](https://github.com/martinlingstuyl)",
|
|
28
30
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
29
31
|
"[Nello D'Andrea](https://github.com/ferrarirosso)",
|
|
30
|
-
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
|
|
32
|
+
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
33
|
+
"[Petr Malášek](https://github.com/MalasekPetr)"
|
|
31
34
|
]
|
|
32
35
|
},
|
|
33
36
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
### New control(s)
|
|
6
6
|
|
|
7
7
|
- `ShareDialog`: new control ShareDialog [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)
|
|
8
|
+
- Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)
|
|
8
9
|
|
|
9
10
|
### Fixes
|
|
10
11
|
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
|
|
20
21
|
### Contributors
|
|
21
22
|
|
|
22
|
-
Special thanks to our contributors (in alphabetical order): [Adam Wójcik](https://github.com/Adam-it), [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [EnablingLogic](https://github.com/EnablingLogic), [João Mendes](https://github.com/joaojmendes), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Michaël Maillot](https://github.com/michaelmaillot), [Nello D'Andrea](https://github.com/ferrarirosso), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
|
|
23
|
+
Special thanks to our contributors (in alphabetical order): [Adam Wójcik](https://github.com/Adam-it), [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [EnablingLogic](https://github.com/EnablingLogic), [João Mendes](https://github.com/joaojmendes), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Michaël Maillot](https://github.com/michaelmaillot), [Nello D'Andrea](https://github.com/ferrarirosso), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Petr Malášek](https://github.com/MalasekPetr).
|
|
23
24
|
|
|
24
25
|
## 3.20.0
|
|
25
26
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.21.0-beta.
|
|
1
|
+
export var version = "3.21.0-beta.1360752";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/spfx-controls-react",
|
|
3
3
|
"description": "Reusable React controls for SharePoint Framework solutions",
|
|
4
|
-
"version": "3.21.0-beta.
|
|
4
|
+
"version": "3.21.0-beta.1360752",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|