@pnp/spfx-controls-react 3.7.0-beta.1948936 → 3.7.0-beta.1948946

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.7.0",
5
5
  "changes": {
6
6
  "new": [
7
- "`VariantThemeProvider`: new `VariantThemeProvider` control"
7
+ "`VariantThemeProvider`: new `VariantThemeProvider` control [#1120](https://github.com/pnp/sp-dev-fx-controls-react/issues/1120)",
8
+ "`MonacoEditor`: new `MonacoEditor` control [#1134](https://github.com/pnp/sp-dev-fx-controls-react/pull/1134)"
8
9
  ],
9
10
  "enhancements": [
10
11
  "`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)",
@@ -14,6 +15,7 @@
14
15
  },
15
16
  "contributors": [
16
17
  "[Fabio Franzini](https://github.com/fabiofranzini)",
18
+ "[João Mendes](https://github.com/joaojmendes)",
17
19
  "[Won Song](https://github.com/WonSong)"
18
20
  ]
19
21
  },
package/CHANGELOG.md CHANGED
@@ -4,7 +4,8 @@
4
4
 
5
5
  ### New control(s)
6
6
 
7
- - `VariantThemeProvider`: new `VariantThemeProvider` control
7
+ - `VariantThemeProvider`: new `VariantThemeProvider` control [#1120](https://github.com/pnp/sp-dev-fx-controls-react/issues/1120)
8
+ - `MonacoEditor`: new `MonacoEditor` control [#1134](https://github.com/pnp/sp-dev-fx-controls-react/pull/1134)
8
9
 
9
10
  ### Enhancements
10
11
 
@@ -1,2 +1,2 @@
1
- export var version = "3.7.0-beta.1948936";
1
+ export var version = "3.7.0-beta.1948946";
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.1948936",
4
+ "version": "3.7.0-beta.1948946",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",