@pnp/spfx-controls-react 3.6.0-beta.1606943 → 3.6.0-beta.1606958

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
@@ -7,10 +7,13 @@
7
7
  "enhancements": [],
8
8
  "fixes": [
9
9
  "`LivePersona`: Cannot find module '@pnp/spfx-controls-react/lib/LivePersona'[#1069](https://github.com/pnp/sp-dev-fx-controls-react/issues/1069)",
10
- "`ListView`: documentation spelling mistake 'ColumndName' [#1063](https://github.com/pnp/sp-dev-fx-controls-react/issues/1063)"
10
+ "`ListView`: documentation spelling mistake 'ColumndName' [#1063](https://github.com/pnp/sp-dev-fx-controls-react/issues/1063)",
11
+ "Fixes for Norwegian localization [#1083](https://github.com/pnp/sp-dev-fx-controls-react/pull/1083)"
11
12
  ]
12
13
  },
13
- "contributions": []
14
+ "contributions": [
15
+ "[Alexander M](https://github.com/alexanmo)"
16
+ ]
14
17
  },
15
18
  {
16
19
  "version": "3.5.0",
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@
6
6
 
7
7
  - `LivePersona`: Cannot find module '@pnp/spfx-controls-react/lib/LivePersona'[#1069](https://github.com/pnp/sp-dev-fx-controls-react/issues/1069)
8
8
  - `ListView`: documentation spelling mistake 'ColumndName' [#1063](https://github.com/pnp/sp-dev-fx-controls-react/issues/1063)
9
+ - Fixes for Norwegian localization [#1083](https://github.com/pnp/sp-dev-fx-controls-react/pull/1083)
10
+
11
+ ### Contributors
12
+
13
+ Special thanks to our contributor: [Alexander M](https://github.com/alexanmo).
9
14
 
10
15
  ## 3.5.0
11
16
 
@@ -1,2 +1,2 @@
1
- export var version = "3.6.0-beta.1606943";
1
+ export var version = "3.6.0-beta.1606958";
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.6.0-beta.1606943",
4
+ "version": "3.6.0-beta.1606958",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",