@pnp/spfx-controls-react 3.7.0-beta.1939295 → 3.7.0-beta.1939297

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
@@ -5,7 +5,8 @@
5
5
  "changes": {
6
6
  "new": [],
7
7
  "enhancements": [
8
- "`Carousel`: Prev and Next Buttons are not labeled, and read as 'Unlabeled button' by screen readers [#1137](https://github.com/pnp/sp-dev-fx-controls-react/issues/1137)"
8
+ "`Carousel`: Prev and Next Buttons are not labeled, and read as 'Unlabeled button' by screen readers [#1137](https://github.com/pnp/sp-dev-fx-controls-react/issues/1137)",
9
+ "SharePoint Framework v1.14.0 support"
9
10
  ],
10
11
  "fixes": []
11
12
  },
package/CHANGELOG.md CHANGED
@@ -5,6 +5,7 @@
5
5
  ### Enhancements
6
6
 
7
7
  - `Carousel`: Prev and Next Buttons are not labeled, and read as 'Unlabeled button' by screen readers [#1137](https://github.com/pnp/sp-dev-fx-controls-react/issues/1137)
8
+ - SharePoint Framework v1.14.0 support
8
9
 
9
10
  ## 3.6.0
10
11
 
@@ -1,2 +1,2 @@
1
- export var version = "3.7.0-beta.1939295";
1
+ export var version = "3.7.0-beta.1939297";
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.7.0-beta.1939295",
4
+ "version": "3.7.0-beta.1939297",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",