@pnp/spfx-property-controls 3.4.0-beta.1606990 → 3.4.0-beta.1606998

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,7 +8,8 @@
8
8
  "`PropertyFieldFilePicker`: ability to set default tab [#412](https://github.com/pnp/sp-dev-fx-property-controls/issues/412)"
9
9
  ],
10
10
  "fixes": [
11
- "`PropertyFieldSearch`: documentation fix [#417](https://github.com/pnp/sp-dev-fx-property-controls/pull/417)"
11
+ "`PropertyFieldSearch`: documentation fix [#417](https://github.com/pnp/sp-dev-fx-property-controls/pull/417)",
12
+ "`FilePicker`: cannot find library by its name in multilingual sites [#389](https://github.com/pnp/sp-dev-fx-property-controls/issues/389)"
12
13
  ]
13
14
  },
14
15
  "contributions": [
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@
9
9
  ### Fixes
10
10
 
11
11
  - `PropertyFieldSearch`: documentation fix [#417](https://github.com/pnp/sp-dev-fx-property-controls/pull/417)
12
+ - `FilePicker`: cannot find library by its name in multilingual sites [#389](https://github.com/pnp/sp-dev-fx-property-controls/issues/389)
12
13
 
13
14
  ### Contributors
14
15
 
@@ -1,2 +1,2 @@
1
- export var version = "3.4.0-beta.1606990";
1
+ export var version = "3.4.0-beta.1606998";
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.4.0-beta.1606990",
4
+ "version": "3.4.0-beta.1606998",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",