Skip to content

Commit 0bd23c1

Browse files
Updating changelog following PR merged
1 parent 783568e commit 0bd23c1

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
"changes": {
66
"new": [],
77
"enhancements": [],
8-
"fixes": []
8+
"fixes": [
9+
"DynamicForm - more than 100 lookups and date format in lookup field [#1722](https://github.com/pnp/sp-dev-fx-controls-react/pull/1722)"
10+
]
911
},
10-
"contributions": []
12+
"contributions": [
13+
"[Niels Söth](https://github.com/nsoeth)"
14+
]
1115
},
1216
{
1317
"version": "3.18.1",

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## 3.19.0
44

5+
### Fixes
6+
7+
- DynamicForm - more than 100 lookups and date format in lookup field [#1722](https://github.com/pnp/sp-dev-fx-controls-react/pull/1722)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Niels Söth](https://github.com/nsoeth).
12+
513
## 3.18.1
614

715
### Fixes

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## 3.19.0
44

5+
### Fixes
6+
7+
- DynamicForm - more than 100 lookups and date format in lookup field [#1722](https://github.com/pnp/sp-dev-fx-controls-react/pull/1722)
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [Niels Söth](https://github.com/nsoeth).
12+
513
## 3.18.1
614

715
### Fixes

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 = "3.18.1";
1+
export const version: string = "3.19.0";

0 commit comments

Comments
 (0)