File tree Expand file tree Collapse file tree 5 files changed +25
-2
lines changed
docs/documentation/docs/about Expand file tree Collapse file tree 5 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "version" : " 1.13.0" ,
5
+ "changes" : {
6
+ "new" : [],
7
+ "enhancements" : [],
8
+ "fixes" : [
9
+ " `WebPartTitle`: Fix for className property which is not defined [#281](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/281)"
10
+ ]
11
+ },
12
+ "contributions" : []
13
+ },
3
14
{
4
15
"version" : " 1.13.0" ,
5
16
"changes" : {
Original file line number Diff line number Diff line change 2
2
3
3
## 1.13.0
4
4
5
+ ### Fixes
6
+
7
+ - ` WebPartTitle ` : Fix for className property which is not defined [ #281 ] ( https://github.com/SharePoint/sp-dev-fx-controls-react/pull/281 )
8
+
9
+ ## 1.13.0
10
+
5
11
### New control(s)
6
12
7
13
- ` Progress ` : New control added [ #230 ] ( https://github.com/SharePoint/sp-dev-fx-controls-react/pull/230 )
Original file line number Diff line number Diff line change 2
2
3
3
## 1.13.0
4
4
5
+ ### Fixes
6
+
7
+ - ` WebPartTitle ` : Fix for className property which is not defined [ #281 ] ( https://github.com/SharePoint/sp-dev-fx-controls-react/pull/281 )
8
+
9
+ ## 1.13.0
10
+
5
11
### New control(s)
6
12
7
13
- ` Progress ` : New control added [ #230 ] ( https://github.com/SharePoint/sp-dev-fx-controls-react/pull/230 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pnp/spfx-controls-react" ,
3
3
"description" : " Reusable React controls for SharePoint Framework solutions" ,
4
- "version" : " 1.13.0 " ,
4
+ "version" : " 1.13.1 " ,
5
5
"engines" : {
6
6
"node" : " >=0.10.0"
7
7
},
Original file line number Diff line number Diff line change 1
- export const version : string = "1.13.0 " ;
1
+ export const version : string = "1.13.1 " ;
You can’t perform that action at this time.
0 commit comments