@pnp/spfx-controls-react 3.6.0-beta.1748146 → 3.6.0-beta.1748172

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
@@ -6,7 +6,8 @@
6
6
  "new": [],
7
7
  "enhancements": [
8
8
  "`ModernTaxonomyPicker`: ability to add action buttons to terms [#1058](https://github.com/pnp/sp-dev-fx-controls-react/pull/1058)",
9
- "`FilePicker`: allow to select files from other sites [#907](https://github.com/pnp/sp-dev-fx-controls-react/issues/907)"
9
+ "`FilePicker`: allow to select files from other sites [#907](https://github.com/pnp/sp-dev-fx-controls-react/issues/907)",
10
+ "`Localization`: Update Swedish translations [#1099](https://github.com/pnp/sp-dev-fx-controls-react/pull/1099)"
10
11
  ],
11
12
  "fixes": [
12
13
  "`LivePersona`: Cannot find module '@pnp/spfx-controls-react/lib/LivePersona'[#1069](https://github.com/pnp/sp-dev-fx-controls-react/issues/1069)",
@@ -22,6 +23,7 @@
22
23
  "contributions": [
23
24
  "[Alexander M](https://github.com/alexanmo)",
24
25
  "[Carlos Marins Jr](https://github.com/kadu-jr)",
26
+ "[Henrik](https://github.com/Henke-visual)",
25
27
  "[Jasey Waegebaert](https://github.com/Jwaegebaert)",
26
28
  "[Patrik Hellgren](https://github.com/patrikhellgren)",
27
29
  "[Tom G](https://github.com/t0mgerman)"
@@ -1,2 +1,2 @@
1
- export var version = "3.6.0-beta.1748146";
1
+ export var version = "3.6.0-beta.1748172";
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.6.0-beta.1748146",
4
+ "version": "3.6.0-beta.1748172",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",