@pnp/spfx-controls-react 3.23.0-beta.1811012 → 3.23.0-beta.1811061

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
@@ -6,7 +6,8 @@
6
6
  "new": [],
7
7
  "enhancements": [],
8
8
  "fixes": [
9
- "`RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)"
9
+ "`RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)",
10
+ "`fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)"
10
11
  ]
11
12
  },
12
13
  "contributions": [
package/CHANGELOG.md CHANGED
@@ -5,6 +5,7 @@
5
5
  ### Fixes
6
6
 
7
7
  - `RichText`: Rich Text in v 3.22 ribbon renders incorrectly [#2036](https://github.com/pnp/sp-dev-fx-controls-react/issues/2036)
8
+ - `fast-serve`: Update spfx-fast-serve-helpers to 1.21.1 [#2038](https://github.com/pnp/sp-dev-fx-controls-react/pull/2038)
8
9
 
9
10
  ### Contributors
10
11
 
@@ -1,2 +1,2 @@
1
- export var version = "3.23.0-beta.1811012";
1
+ export var version = "3.23.0-beta.1811061";
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.23.0-beta.1811012",
4
+ "version": "3.23.0-beta.1811061",
5
5
  "engines": {
6
6
  "node": ">=22.14.0 < 23.0.0"
7
7
  },
@@ -133,7 +133,7 @@
133
133
  "react-test-renderer": "17.0.1",
134
134
  "request-promise": "4.2.5",
135
135
  "sonarqube-scanner": "2.8.2",
136
- "spfx-fast-serve-helpers": "1.20.2",
136
+ "spfx-fast-serve-helpers": "1.21.1",
137
137
  "ts-jest": "^29.1.1",
138
138
  "tslib": "2.3.1",
139
139
  "typescript": "5.3.3",