Skip to content

Commit 7ed7643

Browse files
committed
Version + Changelog updates
1 parent 003551c commit 7ed7643

File tree

5 files changed

+31
-2
lines changed

5 files changed

+31
-2
lines changed

CHANGELOG.JSON

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"versions": [
3+
{
4+
"version": "1.10.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": ["`TaxonomyPicker`: retreiving the terms in the correct custom sort order [#146](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/146)"],
8+
"fixes": []
9+
},
10+
"contributions": ["[Ole Bergtun](https://github.com/trillian74)"]
11+
},
312
{
413
"version": "1.9.0",
514
"changes": {

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 1.10.0
4+
5+
**Enhancements**
6+
7+
- `TaxonomyPicker`: retreiving the terms in the correct custom sort order [#146](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/146)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Ole Bergtun](https://github.com/trillian74).
12+
313
## 1.9.0
414

515
**Enhancements**

docs/documentation/docs/about/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## 1.10.0
4+
5+
**Enhancements**
6+
7+
- `TaxonomyPicker`: retreiving the terms in the correct custom sort order [#146](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/146)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Ole Bergtun](https://github.com/trillian74).
12+
313
## 1.9.0
414

515
**Enhancements**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pnp/spfx-controls-react",
33
"description": "Reusable React controls for SharePoint Framework solutions",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"engines": {
66
"node": ">=0.10.0"
77
},

src/common/telemetry/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: string = "1.9.0";
1+
export const version: string = "1.10.0";

0 commit comments

Comments
 (0)