@pnp/spfx-controls-react 3.24.0-beta.1969901 → 3.24.0-beta.1969911

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
@@ -11,6 +11,7 @@
11
11
  ]
12
12
  },
13
13
  "contributions": [
14
+ "[Antanina Druzhkina](https://github.com/Ateina)",
14
15
  "[Michaël Maillot](https://github.com/michaelmaillot)",
15
16
  "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
16
17
  ]
package/CHANGELOG.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  ### Contributors
11
11
 
12
- Special thanks to our contributors (in alphabetical order): [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
12
+ Special thanks to our contributors (in alphabetical order): [Antanina Druzhkina](https://github.com/Ateina), [Michaël Maillot](https://github.com/michaelmaillot), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
13
13
 
14
14
  ## 3.23.0
15
15
 
@@ -1,2 +1,2 @@
1
- export var version = "3.24.0-beta.1969901";
1
+ export var version = "3.24.0-beta.1969911";
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.24.0-beta.1969901",
4
+ "version": "3.24.0-beta.1969911",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },