@pnp/spfx-property-controls 3.22.0-beta.1921141 → 3.22.0-beta.1921146

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
@@ -3,11 +3,15 @@
3
3
  {
4
4
  "version": "3.22.0",
5
5
  "changes": {
6
- "new": [],
6
+ "new": [
7
+ "`PropertyFieldBrandFontPicker`: new Brand Center font picker control [#651](https://github.com/pnp/sp-dev-fx-property-controls/pull/651)"
8
+ ],
7
9
  "enhancements": [],
8
10
  "fixes": []
9
11
  },
10
- "contributions": []
12
+ "contributions": [
13
+ "[Valeras Narbutas](https://github.com/ValerasNarbutas)"
14
+ ]
11
15
  },
12
16
  {
13
17
  "version": "3.21.0",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Releases
2
2
 
3
+ ## 3.22.0
4
+
5
+ ### New control(s)
6
+
7
+ - `PropertyFieldBrandFontPicker`: new Brand Center font picker control [#651](https://github.com/pnp/sp-dev-fx-property-controls/pull/651)
8
+
9
+ ### Contributors
10
+
11
+ Special thanks to our contributor: [Valeras Narbutas](https://github.com/ValerasNarbutas).
12
+
3
13
  ## 3.21.0
4
14
 
5
15
  ### Enhancements
@@ -1,2 +1,2 @@
1
- export const version = "3.22.0-beta.1921141";
1
+ export const version = "3.22.0-beta.1921146";
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.22.0-beta.1921141",
4
+ "version": "3.22.0-beta.1921146",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },