@pnp/spfx-property-controls 3.13.0-beta.4403155 → 3.13.0-beta.4420849
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
CHANGED
|
@@ -8,12 +8,14 @@
|
|
|
8
8
|
"`PropertyFieldCollectionData`: add `panelProps` property to collection data [#546](https://github.com/pnp/sp-dev-fx-property-controls/pull/546)"
|
|
9
9
|
],
|
|
10
10
|
"fixes": [
|
|
11
|
-
"Italian localization updated [#549](https://github.com/pnp/sp-dev-fx-property-controls/pull/549)"
|
|
11
|
+
"Italian localization updated [#549](https://github.com/pnp/sp-dev-fx-property-controls/pull/549)",
|
|
12
|
+
"Fixed multiple typos [#550](https://github.com/pnp/sp-dev-fx-property-controls/pull/550)"
|
|
12
13
|
]
|
|
13
14
|
},
|
|
14
15
|
"contributions": [
|
|
15
16
|
"[Chad Eiserloh](https://github.com/c-eiser13)",
|
|
16
|
-
"[Luca3082](https://github.com/Luca3082)"
|
|
17
|
+
"[Luca3082](https://github.com/Luca3082)",
|
|
18
|
+
"[Valeras Narbutas](https://github.com/ValerasNarbutas)"
|
|
17
19
|
]
|
|
18
20
|
},
|
|
19
21
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.13.0-beta.
|
|
1
|
+
export var version = "3.13.0-beta.4420849";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/spfx-property-controls",
|
|
3
3
|
"description": "Reusable property pane controls for SharePoint Framework solutions",
|
|
4
|
-
"version": "3.13.0-beta.
|
|
4
|
+
"version": "3.13.0-beta.4420849",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "gulp build",
|
|
7
7
|
"clean": "gulp clean",
|