@pnp/spfx-property-controls 3.11.0-beta.4248756 → 3.11.0-beta.4248774

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
@@ -10,7 +10,8 @@
10
10
  "Czech localization added [#527](https://github.com/pnp/sp-dev-fx-property-controls/issues/527)"
11
11
  ],
12
12
  "fixes": [
13
- "Documentations fix for `PropertyPaneHelpers` [#536](https://github.com/pnp/sp-dev-fx-property-controls/pull/536)"
13
+ "Documentations fix for `PropertyPaneHelpers` [#536](https://github.com/pnp/sp-dev-fx-property-controls/pull/536)",
14
+ "`ColorPicker`: localization for Fluent UI `ColorPicker` [#535](https://github.com/pnp/sp-dev-fx-property-controls/issues/535)"
14
15
  ]
15
16
  },
16
17
  "contributions": [
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@
11
11
  ### Fixes
12
12
 
13
13
  - Documentations fix for `PropertyPaneHelpers` [#536](https://github.com/pnp/sp-dev-fx-property-controls/pull/536)
14
+ - `ColorPicker`: localization for Fluent UI `ColorPicker` [#535](https://github.com/pnp/sp-dev-fx-property-controls/issues/535)
14
15
 
15
16
  ### Contributors
16
17
 
@@ -1,2 +1,2 @@
1
- export var version = "3.11.0-beta.4248756";
1
+ export var version = "3.11.0-beta.4248774";
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.11.0-beta.4248756",
4
+ "version": "3.11.0-beta.4248774",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",