@pnp/spfx-controls-react 3.24.0-beta.2252438 → 3.24.0-beta.2252440

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
@@ -4,7 +4,8 @@
4
4
  "version": "3.24.0",
5
5
  "changes": {
6
6
  "new": [
7
- "`KPIControl`: new control `KPIControl` [#2084](https://github.com/pnp/sp-dev-fx-controls-react/pull/2084)"
7
+ "`KPIControl`: new control `KPIControl` [#2084](https://github.com/pnp/sp-dev-fx-controls-react/pull/2084)",
8
+ "`ListToolbar`: new control `ListToolbar` [#2088](https://github.com/pnp/sp-dev-fx-controls-react/pull/2088)"
8
9
  ],
9
10
  "enhancements": [],
10
11
  "fixes":[
package/CHANGELOG.md CHANGED
@@ -5,6 +5,7 @@
5
5
  ### New control(s)
6
6
 
7
7
  - `KPIControl`: new control `KPIControl` [#2084](https://github.com/pnp/sp-dev-fx-controls-react/pull/2084)
8
+ - `ListToolbar`: new control `ListToolbar` [#2088](https://github.com/pnp/sp-dev-fx-controls-react/pull/2088)
8
9
 
9
10
  ### Fixes
10
11
 
@@ -1,2 +1,2 @@
1
- export var version = "3.24.0-beta.2252438";
1
+ export var version = "3.24.0-beta.2252440";
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.2252438",
4
+ "version": "3.24.0-beta.2252440",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },